/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_helper.h | 38 #define nghttp2_min(A, B) ((A) < (B) ? (A) : (B)) argument 39 #define nghttp2_max(A, B) ((A) > (B) ? (A) : (B)) argument 41 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) argument
|
A D | nghttp2_buf.h | 294 #define nghttp2_bufs_fast_addb(BUFS, B) \ argument 299 #define nghttp2_bufs_fast_addb_hold(BUFS, B) \ argument 324 #define nghttp2_bufs_fast_orb(BUFS, B) \ argument 331 #define nghttp2_bufs_fast_orb_hold(BUFS, B) \ argument
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | non_compliant.py | 143 class B(object, A): class 154 class B(A): class
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv_mips_dsp_r2.c | 38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument 71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
|
A D | yuv_sse2.c | 34 __m128i* const B) { in ConvertYUV444ToRGB_SSE2() 87 __m128i* const B) { in YUV444ToRGB_SSE2() 98 __m128i* const B) { in YUV420ToRGB_SSE2() 198 __m128i R, G, B; in VP8YuvToRgba32_SSE2() local 209 __m128i R, G, B; in VP8YuvToBgra32_SSE2() local 220 __m128i R, G, B; in VP8YuvToArgb32_SSE2() local 231 __m128i R, G, B; in VP8YuvToRgba444432_SSE2() local 241 __m128i R, G, B; in VP8YuvToRgb56532_SSE2() local 300 __m128i R, G, B; in YuvToRgbaRow_SSE2() local 322 __m128i R, G, B; in YuvToBgraRow_SSE2() local [all …]
|
A D | rescaler_neon.c | 40 #define MULT_FIX(A, B) \ argument 42 #define MULT_FIX_FLOOR(A, B) \ argument 50 uint32_t A, uint32_t B) { in Interpolate_NEON() 94 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in RescalerExportRowExpand_NEON() local
|
A D | upsampling_msa.c | 115 #define CALC_RGB16(y, u, v, R, G, B) do { \ argument 135 #define CALC_RGB8(y, u, v, R, G, B) do { \ argument 325 v16u8 R, G, B; in YuvToRgbLine() local 352 v16u8 R, G, B; in YuvToBgrLine() local 380 v16u8 R, G, B; in YuvToRgbaLine() local 408 v16u8 R, G, B; in YuvToBgraLine() local 437 v16u8 R, G, B; in YuvToArgbLine() local 465 v16u8 R, G, B, RG, BA, tmp0, tmp1; in YuvToRgba4444Line() local 501 v16u8 R, G, B, RG, GB, tmp0, tmp1; in YuvToRgb565Line() local
|
A D | yuv_mips32.c | 24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
|
A D | yuv_neon.c | 27 const uint8x8_t B) { in ConvertRGBToY_NEON() 141 const uint16x8_t B = vpaddlq_u8(RGB.val[0]); in ConvertARGBToUV_NEON() local 193 const int16x8_t B = vreinterpretq_s16_u16(vld1q_u16(src + i)); in SharpYUVUpdateY_NEON() local 218 const int16x8_t B = vld1q_s16(src + i); in SharpYUVUpdateRGB_NEON() local 230 static void SharpYUVFilterRow_NEON(const int16_t* A, const int16_t* B, int len, in SharpYUVFilterRow_NEON()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | rdcolmap.c | 46 add_map_entry (j_decompress_ptr cinfo, int R, int G, int B) in add_map_entry() 83 int R, G, B; in read_gif_map() local 175 int R, G, B; in read_ppm_map() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/core/option/ |
A D | rtw_opt_crypto_ssl.c | 405 …_crypto_ecc_point_add_point(sae_ecc_crypto *ecc,sae_ecc_point *X,sae_ecc_point *A,sae_ecc_point *B) in rtw_crypto_ecc_point_add_point() 652 int rtw_crypto_bignum_add_bignum(sae_crypto_bignum *X,sae_crypto_bignum *A,sae_crypto_bignum *B) in rtw_crypto_bignum_add_bignum() 699 int rtw_crypto_bignum_sub_bignum(sae_crypto_bignum *X,sae_crypto_bignum *A,sae_crypto_bignum *B) in rtw_crypto_bignum_sub_bignum() 748 …num_div_bignum(sae_crypto_bignum *Q,sae_crypto_bignum *R,sae_crypto_bignum *A,sae_crypto_bignum *B) in rtw_crypto_bignum_div_bignum() 796 int rtw_crypto_bignum_add_mod(sae_crypto_bignum *X,sae_crypto_bignum *A,sae_crypto_bignum *B,sae_cr… in rtw_crypto_bignum_add_mod() 821 int rtw_crypto_bignum_mul_mod(sae_crypto_bignum *X,sae_crypto_bignum *A,sae_crypto_bignum *B,sae_cr… in rtw_crypto_bignum_mul_mod() 846 int rtw_crypto_bignum_exp_mod(sae_crypto_bignum *X,sae_crypto_bignum *A,sae_crypto_bignum *B,sae_cr… in rtw_crypto_bignum_exp_mod()
|
/AliOS-Things-master/components/cplusplus/example/cpp_aos/ |
A D | basic_test.cpp | 23 class B : public A { class 29 B() { b = 10; } in B() function in B
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class3.py | 7 class B(A): class
|
A D | equal_class.py | 6 class B: class
|
A D | class_bases.py | 10 class B(object): class
|
A D | unary_op.py | 24 class B(int): pass class
|
A D | class_use_other.py | 7 class B: class
|
A D | slice_attrs.py | 18 class B: class
|
A D | slots_bool_len.py | 9 class B: class
|
A D | class_super_multinherit.py | 7 class B: class
|
A D | builtin_callable.py | 34 class B: class
|
A D | builtin_property_inherit.py | 14 class B(A): class
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_timer.h | 59 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0) argument
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_super.py | 25 class B(A): class
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_rect.c | 28 SDL_HasIntersection(const SDL_Rect * A, const SDL_Rect * B) in SDL_HasIntersection() 75 SDL_IntersectRect(const SDL_Rect * A, const SDL_Rect * B, SDL_Rect * result) in SDL_IntersectRect() 129 SDL_UnionRect(const SDL_Rect * A, const SDL_Rect * B, SDL_Rect * result) in SDL_UnionRect()
|