/AliOS-Things-master/components/py_engine/engine/py/ |
A D | lexer.c | 57 STATIC bool is_char_or(mp_lexer_t *lex, byte c1, byte c2) { in is_char_or() 61 STATIC bool is_char_or3(mp_lexer_t *lex, byte c1, byte c2, byte c3) { in is_char_or3() 66 STATIC bool is_char_or4(mp_lexer_t *lex, byte c1, byte c2, byte c3, byte c4) { in is_char_or4() 75 STATIC bool is_char_following_or(mp_lexer_t *lex, byte c1, byte c2) { in is_char_following_or() 79 STATIC bool is_char_following_following_or(mp_lexer_t *lex, byte c1, byte c2) { in is_char_following_following_or() 83 STATIC bool is_char_and(mp_lexer_t *lex, byte c1, byte c2) { in is_char_and()
|
/AliOS-Things-master/components/py_engine/tests/inlineasm/ |
A D | asmconst.py | 5 def c1(): function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | def.c | 130 char c1, c2; in lwip_stricmp() local 165 char c1, c2; in lwip_strnicmp() local
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 104 double l, a, c1, s1; in test_atan2() local 139 double a, c1, s1; in test_unit() local 210 double l, a, c1, s1, c3, s3; in test_rotate() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | stricmp.c | 27 char c1, c2; in _stricmp() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.h | 78 static inline int cr_add_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_add_interval() 91 static inline int cr_union_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_union_interval()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | cost_sse2.c | 28 const __m128i c1 = _mm_loadu_si128((const __m128i*)(coeffs + 8)); in SetResidualCoeffs_SSE2() local 67 const __m128i c1 = _mm_loadu_si128((const __m128i*)&res->coeffs[8]); in GetResidualCost_SSE2() local
|
A D | lossless_enc_msa.c | 21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument 37 #define TRANSFORM_COLOR_4(src, dst, c0, c1, mask0, mask1) do { \ argument
|
A D | alpha_processing_sse41.c | 57 const __m128i c1 = _mm_or_si128(b2, b3); in ExtractAlpha_SSE41() local
|
A D | lossless_msa.c | 82 c0, c1, mask0, mask1) do { \ argument 98 #define TRANSFORM_COLOR_INVERSE_4(src, dst, c0, c1, mask0, mask1) do { \ argument
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_call.py | 11 c1 = C1() variable
|
A D | class2.py | 7 c1 = C1() variable
|
A D | class_str.py | 25 c1 = C1(1) variable
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 109 char c1 = *s1_8++; in memcmp() local 139 char c1 = *s1++; // XXX UTF8 get char, next char in strcmp() local 151 char c1 = *s1++; // XXX UTF8 get char, next char in strncmp() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ComplexMathFunctions/ |
A D | arm_cmplx_mult_cmplx_f32.c | 78 …float32_t a1, b1, c1, d1; /* Temporary variables to store real and imaginary … in arm_cmplx_mult_cmplx_f32() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | rdjpgcom.c | 92 int c1, c2; in read_2_bytes() local 179 int c1, c2; in first_marker() local
|
A D | wrjpgcom.c | 108 int c1, c2; in read_2_bytes() local 225 int c1, c2; in first_marker() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/ |
A D | arm_mat_cmplx_mult_q31.c | 79 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local
|
A D | arm_mat_cmplx_mult_f32.c | 77 float32_t a1, b1, c1, d1; in arm_mat_cmplx_mult_f32() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | log_scale.c | 43 const int32_t c1 = kLogLut[base_seg + 1]; in Log2FractionPart() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_conv_q7.c | 83 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_q7() local
|
A D | arm_correlate_q7.c | 86 …q7_t x0, x1, x2, x3, c0, c1; /* temporary variables for holding input and coeffi… in arm_correlate_q7() local
|
A D | arm_conv_partial_q7.c | 80 q7_t x0, x1, x2, x3, c0, c1; in arm_conv_partial_q7() local
|
A D | arm_fir_interpolate_f32.c | 153 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jquant2.c | 321 int c0,c1,c2; in update_box() local 430 int c0,c1,c2,cmax; in median_cut() local 508 int c0,c1,c2; in compute_color() local 856 fill_inverse_cmap (j_decompress_ptr cinfo, int c0, int c1, int c2) in fill_inverse_cmap() 924 register int c0, c1, c2; in pass2_no_dither() local
|