/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/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 | 103 FT_Fixed c2, s2; in test_atan2() local 140 FT_Fixed c2, s2; in test_unit() local 208 FT_Fixed c2, s2, c4, s4; 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/py_engine/tests/basics/ |
A D | class_call.py | 14 c2 = C2() variable
|
A D | class2.py | 15 c2 = C2(4) variable
|
A D | class_str.py | 28 c2 = C2(2) variable
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 110 char c2 = *s2_8++; in memcmp() local 140 char c2 = *s2++; // XXX UTF8 get char, next char in strcmp() local 152 char c2 = *s2++; // 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 | 84 …float32_t a2, b2, c2, d2; /* Temporary variables to store real and imaginary … in arm_cmplx_mult_cmplx_f32() local
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | pstables.h | 4098 int c2; in ft_get_adobe_glyph_index() 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/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
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_fir_interpolate_f32.c | 153 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_s8.c | 90 int16x8_t c2 = vldrbq_z_s16(ip_c2, p); in arm_nn_mat_mult_s8() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_s8.c | 90 int16x8_t c2 = vldrbq_z_s16(ip_c2, p); in arm_nn_mat_mult_s8() local
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_log_report.c | 145 const char *c2 = "Interval"; in parse_switch_info() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509write_csr.c | 132 unsigned char *c, *c2; in mbedtls_x509write_csr_der() local
|
A D | x509write_crt.c | 304 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 146 double c1, c2, c3, c4, ca; in Draw() local
|
A D | TestImageFilter.c | 293 #define FUNC(f, c1, c2) { #f, SDL_imageFilter ## f, c1, c2 } in main() argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | multilink.c | 499 char *q, c, c2; local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_sse2.c | 29 uint32_t c2) { in ClampedAddSubtractFull_SSE2() 43 uint32_t c2) { in ClampedAddSubtractHalf_SSE2() 647 const __m128i c2 = _mm_srli_si128(c0, 8); in ConvertBGRAToBGR_SSE2() local
|
A D | lossless.c | 56 uint32_t c2) { in ClampedAddSubtractFull() 73 uint32_t c2) { in ClampedAddSubtractHalf()
|