Home
last modified time | relevance | path

Searched +defs:b +defs:lo (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c52 FT_UInt32 lo; member
162 FT_Long b, in FT_MulDiv()
185 FT_Long b, in FT_MulDiv_No_Round()
208 FT_Long b ) in FT_MulFix()
244 FT_Long b ) in FT_DivFix()
281 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
310 FT_UInt32 lo, in ft_div64by32()
347 register FT_UInt32 lo, hi; in FT_Add64() local
379 FT_Long b, in FT_MulDiv()
452 FT_Long b ) in FT_MulFix()
[all …]
A Dmd5.h35 MD5_u32plus lo, hi; member
36 MD5_u32plus a, b, c, d; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_neon.c84 #define STORE_Rgb(out, r, g, b) do { \ argument
90 #define STORE_Bgr(out, r, g, b) do { \ argument
96 #define STORE_Rgba(out, r, g, b) do { \ argument
102 #define STORE_Bgra(out, r, g, b) do { \ argument
108 #define STORE_Argb(out, r, g, b) do { \ argument
115 #define ZIP_U8(lo, hi) vzip_u8((lo), (hi)) argument
117 #define ZIP_U8(lo, hi) vzip_u8((hi), (lo)) argument
120 #define STORE_Rgba4444(out, r, g, b) do { \ argument
127 #define STORE_Rgb565(out, r, g, b) do { \ argument
A Ddec_neon.c237 uint8x8x2_t lo, hi; in Store2x16_NEON() local
262 uint8x8x4_t lo, hi; in Store4x16_NEON() local
559 #define FLIP_SIGN_BIT2(a, b, s) \ argument
563 #define FLIP_SIGN_BIT4(a, b, c, d, s) \ argument
1029 const int16x4_t b = vqsub_s16(vget_low_s16(rows->val[0]), in TransformPass_NEON() local
1258 #define MUL(a, b) (((a) * (b)) >> 16) argument
1348 const uint8x8_t b = vhadd_u8(ABCDEFGH, CDEFGH00); in VE4_NEON() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dae_math.h18 #define AE_CLAMP(x,lo,hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x)) argument
41 #define AE_MIN(a,b) ((a) < (b) ? (a) : (b)) argument
43 #define AE_MAX(a,b) ((a) > (b) ? (a) : (b)) argument
/AliOS-Things-master/components/mbedtls/library/
A Dgcm.c70 #define GET_UINT32_BE(n,b,i) \ argument
80 #define PUT_UINT32_BE(n,b,i) \ argument
109 uint64_t hi, lo; in gcm_gen_table() local
223 unsigned char lo, hi, rem; in gcm_mult() local
A Dtiming.c104 unsigned long lo, hi; in mbedtls_timing_hardclock() local
118 unsigned long lo, hi; in mbedtls_timing_hardclock() local
434 uint32_t a = 0, b = 0; in mbedtls_timing_self_test() local
A Dpoly1305.c72 static uint64_t mul64( uint32_t a, uint32_t b ) in mul64()
81 const uint32_t lo = (uint32_t) al * bl; in mul64() local
88 static inline uint64_t mul64( uint32_t a, uint32_t b ) in mul64()
/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h180 Uint32 a, b; in SDL_Swap64() member
201 Uint32 hi, lo; in SDL_Swap64() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c47 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
459 char *ret = _buffer, *b; in DiagStrtokPatch() local
490 register char *a, *b; in DiagStrstrPatch() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrtran.c776 int b = (palette[i].blue >> (8 - PNG_QUANTIZE_BLUE_BITS)); in png_set_quantize() local
2318 int b = (*bp >> 1) & 0x55; in png_do_unshift() local
2337 int b = (*bp >> gray_shift) & mask; in png_do_unshift() local
2352 int b = *bp >> shift[channel]; in png_do_unshift() local
3103 png_byte hi,lo; in png_do_rgb_to_gray() local
3155 png_byte hi,lo; in png_do_rgb_to_gray() local
3531 png_uint_16 b = (png_uint_16)(((*(sp + 4)) << 8) in png_do_compose() local
3578 png_uint_16 b = (png_uint_16)(((*(sp + 4)) << 8) in png_do_compose() local
4081 int b = *sp & 0x30; in png_do_gamma() local
4656 int r, g, b, p; in png_do_quantize() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtarith.c55 #define png_safecat(b, sb, pos, str) (pos) argument
641 unsigned long hi, lo; in validation_muldiv() local
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c193 #define INS_SxVTL( a, b, c, d ) \ argument
202 #define COMPUTE_Point_Displacement( a, b, c, d ) \ argument
205 #define MOVE_Zp2_Point( a, b, c, t ) \ argument
240 #define TT_DivFix14( a, b ) \ argument
1447 FT_Int b ) in TT_MulFix14_arm()
1510 FT_Int b ) in TT_MulFix14_long_long()
1540 FT_Int b ) in TT_MulFix14()
1543 FT_UInt32 ah, al, mid, lo, hi; in TT_MulFix14() local
1622 FT_UInt32 l, lo1, lo2, lo; in TT_DotFix14() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb.h1956 #define USSE_SET_MAX_STREAMS(a, b) ((a) | ((b) & 0x1f)) argument
1958 #define USSE_SET_MAX_PACKET_NUM(a, b) ((a) | ((b) & 0x03)) argument
2140 #define USB_DEVICE_VER(vend, prod, lo, hi) \ argument
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2274 CharReaderBuilder b; in operator >>() local
4428 const unsigned int lo = x & 0xff; in toHex16Bit() local
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c924 duk_uint16_t b; member
18306 duk_uint_fast8_t lo; in duk_unicode_is_whitespace() local
18984 duk_uint8_t b[2]; member
18990 duk_uint8_t b[4]; member
18997 duk_uint8_t b[8]; member
28097 duk_small_int_t b; in duk_push_boolean() local
42480 duk_uint8_t b, x; in duk__dec_string() local
43314 duk_uint8_t b; local
50802 duk_uint_t b[1]; member
53558 duk_breakpoint *b; local
[all …]

Completed in 396 milliseconds