/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | check_8bitdo.sh | 14 …BUTTON_LABELS:=1" SDL_gamecontrollerdb.h | fgrep -i 8bit | fgrep -v x:b2,y:b3 | fgrep -v x:b3,y:b4 15 …BUTTON_LABELS:=1" SDL_gamecontrollerdb.h | fgrep -i 8bit | fgrep -v x:b3,y:b2 | fgrep -v x:b4,y:b3
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | wicdec.c | 50 #define WEBP_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 52 { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngunknown.c | 106 #define PNG_U32(b1, b2, b3, b4)\ argument 107 (((png_uint_32)PNG_u2(b1, b2) << 16) + PNG_u2(b3, b4))
|
A D | pngvalid.c | 334 unsigned char b4[4]; in random_u32() local 335 randomize(b4, sizeof b4); in random_u32() 336 return png_get_uint_32(b4); in random_u32()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpriv.h | 822 #define PNG_U32(b1,b2,b3,b4) \ argument 823 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 278 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) static const GUID n = {l,w1,w2,{b1,b2,b3,b4,… argument
|
/AliOS-Things-master/components/csi/csi2/dsp/include/ |
A D | csky_math.h | 4135 float32_t b1, b2, b3, b4; in csky_bilinear_interp_f32() local 4158 b4 = f00 - f01 - f10 + f11; in csky_bilinear_interp_f32() 4164 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in csky_bilinear_interp_f32()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/ |
A D | arm_math.h | 6839 float32_t b1, b2, b3, b4; in arm_bilinear_interp_f32() local 6871 b4 = f00 - f01 - f10 + f11; in arm_bilinear_interp_f32() 6880 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 107 #define PNG_U32(b1,b2,b3,b4) \ argument 108 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | arm_math.h | 8569 float32_t b1, b2, b3, b4; in arm_bilinear_interp_f32() local 8601 b4 = f00 - f01 - f10 + f11; in arm_bilinear_interp_f32() 8610 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 69 009562b4 vwebp: Fix bug when Dispose then NoBlend frames 257 447875b4 filters_neon,cosmetics: fix indent 2746 126974b4 add LUT-free reference code for YUV->RGB conversion.
|