Searched refs:hw (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 346 struct joystick_hwdata *hw; local 365 if (hw == NULL) { 369 joy->hwdata = hw; 370 hw->fd = fd; 373 hw->type = BSDJOY_JOY; 390 if (hw->repdesc == NULL) { 395 rep = &hw->inreport; 456 hw->axis_map[i] = -1; 528 close(hw->fd); 529 SDL_free(hw->path); [all …]
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_ld.c | 41 printf("%s: get_hw_info: size:%d, hw:%p\r\n", drv_name, info->size, info->hw); in _unify_driver_init() 43 p_reg_info = (info->hw[0] + i); in _unify_driver_init() 60 drv_name, info->size, i, info->hw[i]); in _unify_driver_init() 64 p_reg_info = info->hw[j]; in _unify_driver_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-x.c | 1227 int ii, x, y, hw, hh, grayspot; in rpng2_x_load_bg_image() local 1237 hw = (int)(rpng2_info.width / 2); in rpng2_x_load_bg_image() 1247 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_load_bg_image() 1253 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_load_bg_image() 1259 x = (int)(i - hw); in rpng2_x_load_bg_image() 1268 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_load_bg_image() 1999 int ii, x, y, hw, hh, grayspot; in rpng2_x_reload_bg_image() local 2005 hw = (int)(rpng2_info.width / 2); in rpng2_x_reload_bg_image() 2015 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_reload_bg_image() 2021 maxDist = (double)((hw*hw) + (hh*hh)); in rpng2_x_reload_bg_image() [all …]
|
A D | rpng2-win.c | 975 int ii, x, y, hw, hh, grayspot; 985 hw = rpng2_info.width / 2; 995 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); 1001 maxDist = (double)((hw*hw) + (hh*hh)); 1007 x = i - hw; 1016 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | emscripten-buildbot.sh | 29 NCPU=`sysctl -n hw.ncpu`
|
A D | naclbuild.sh | 28 NCPU=`sysctl -n hw.ncpu`
|
A D | iosbuild.sh | 6 NCPU=`sysctl -n hw.ncpu`
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | u_ld.h | 25 hw_reg_info_t *hw[]; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 547 F�Fhi'(F�.�o�@ (ahhP�Kh`��� hw'�i@�a�h(iI@((a�`�(h"!�G�F��.۩� (ӹ� Ш… 1020 …G���b�H������@��l��:������(�`h0�'�F�F�F.ѵ�@���B�'�Hx �.��C8��hw@F��n��F��%(F��h�)F…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …o�Os�Qu�h��_|�Zt�Uk�Yl�dr�R[r-0]''X1,T<2N@5?<-7:)<C1GP=[N,aW4e_=heBstR�d~�hw�dx�gs�er�cr�ct�cw�fz…
|
Completed in 33 milliseconds