/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | def.c | 130 char c1, c2; in lwip_stricmp() local 133 c1 = *str1++; in lwip_stricmp() 135 if (c1 != c2) { in lwip_stricmp() 136 char c1_upc = c1 | 0x20; in lwip_stricmp() 151 } while (c1 != 0); in lwip_stricmp() 165 char c1, c2; in lwip_strnicmp() local 168 c1 = *str1++; in lwip_strnicmp() 170 if (c1 != c2) { in lwip_strnicmp() 171 char c1_upc = c1 | 0x20; in lwip_strnicmp() 186 } while (len-- && c1 != 0); in lwip_strnicmp()
|
/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 98 c1 = *pSrcB; /* B[2 * i] */ in arm_cmplx_mult_cmplx_f32() 101 acc1 = a1 * c1; /* acc1 = A[2 * i] * B[2 * i] */ in arm_cmplx_mult_cmplx_f32() 104 acc2 = (b1 * c1); /* acc2 = A[2 * i + 1] * B[2 * i] */ in arm_cmplx_mult_cmplx_f32() 119 c1 = *(pSrcB + 4); /* B[2 * i + 4] */ in arm_cmplx_mult_cmplx_f32() 127 acc1 = (a1 * c1); in arm_cmplx_mult_cmplx_f32() 130 acc2 = (b1 * c1); in arm_cmplx_mult_cmplx_f32() 182 c1 = *pSrcB++; in arm_cmplx_mult_cmplx_f32() 186 *pDst++ = (a1 * c1) - (b1 * d1); in arm_cmplx_mult_cmplx_f32() 187 *pDst++ = (a1 * d1) + (b1 * c1); in arm_cmplx_mult_cmplx_f32()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | stricmp.c | 27 char c1, c2; in _stricmp() local 30 c1 = *str1++; in _stricmp() 32 if (c1 != c2) { in _stricmp() 33 char c1_upc = c1 | 0x20; in _stricmp() 48 } while (c1 != 0); in _stricmp()
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 104 double l, a, c1, s1; in test_atan2() local 111 c1 = l * cos(a); in test_atan2() 114 c2 = (FT_Fixed)(c1*65536.0); in test_atan2() 139 double a, c1, s1; in test_unit() local 145 c1 = cos(a); in test_unit() 147 c2 = (FT_Fixed)(c1*65536.0); in test_unit() 157 c1, s1 ); in test_unit() 216 c1 = l * cos(a); in test_rotate() 224 c3 = c1 * cra - s1 * sra; in test_rotate() 225 s3 = c1 * sra + s1 * cra; in test_rotate() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/ |
A D | arm_mat_cmplx_mult_f32.c | 77 float32_t a1, b1, c1, d1; in arm_mat_cmplx_mult_f32() local 161 c1 = *pIn2; in arm_mat_cmplx_mult_f32() 166 sumReal1 += a1 * c1; in arm_mat_cmplx_mult_f32() 167 sumImag1 += b1 * c1; in arm_mat_cmplx_mult_f32() 193 c1 = *pIn2; in arm_mat_cmplx_mult_f32() 198 sumReal1 += a1 * c1; in arm_mat_cmplx_mult_f32() 199 sumImag1 += b1 * c1; in arm_mat_cmplx_mult_f32() 219 c1 = *pIn2; in arm_mat_cmplx_mult_f32() 224 sumReal1 += a1 * c1; in arm_mat_cmplx_mult_f32() 225 sumImag1 += b1 * c1; in arm_mat_cmplx_mult_f32()
|
A D | arm_mat_cmplx_mult_q31.c | 79 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local 163 c1 = *pIn2; in arm_mat_cmplx_mult_q31() 168 sumReal1 += (q63_t) a1 *c1; in arm_mat_cmplx_mult_q31() 169 sumImag1 += (q63_t) b1 *c1; in arm_mat_cmplx_mult_q31() 200 c1 = *pIn2; in arm_mat_cmplx_mult_q31() 206 sumReal1 += (q63_t) a1 *c1; in arm_mat_cmplx_mult_q31() 207 sumImag1 += (q63_t) b1 *c1; in arm_mat_cmplx_mult_q31() 229 c1 = *pIn2; in arm_mat_cmplx_mult_q31() 235 sumReal1 += (q63_t) a1 *c1; in arm_mat_cmplx_mult_q31() 236 sumImag1 += (q63_t) b1 *c1; in arm_mat_cmplx_mult_q31()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jquant2.c | 321 int c0,c1,c2; in update_box() local 332 for (c1 = c1min; c1 <= c1max; c1++) { in update_box() 343 for (c1 = c1min; c1 <= c1max; c1++) { in update_box() 353 for (c1 = c1min; c1 <= c1max; c1++) in update_box() 364 for (c1 = c1max; c1 >= c1min; c1--) in update_box() 378 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box() 389 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box() 413 for (c1 = c1min; c1 <= c1max; c1++) { in update_box() 430 int c0,c1,c2,cmax; in median_cut() local 508 int c0,c1,c2; in compute_color() local [all …]
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 109 char c1 = *s1_8++; in memcmp() local 111 if (c1 < c2) return -1; in memcmp() 112 else if (c1 > c2) return 1; in memcmp() 139 char c1 = *s1++; // XXX UTF8 get char, next char in strcmp() local 141 if (c1 < c2) return -1; in strcmp() 142 else if (c1 > c2) return 1; in strcmp() 151 char c1 = *s1++; // XXX UTF8 get char, next char in strncmp() local 154 if (c1 < c2) return -1; in strncmp() 155 else if (c1 > c2) return 1; in strncmp()
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_str.py | 25 c1 = C1(1) variable 26 print(c1) 31 s11 = str(c1) 35 s12 = repr(c1)
|
A D | class2.py | 7 c1 = C1() variable 8 print(type(c1) == C1) 9 print(c1.x)
|
A D | class_call.py | 11 c1 = C1() variable 12 print(c1(1))
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.c | 520 uint32_t c1; in unicode_decomp_entry() local 616 c1 = c - code; in unicode_decomp_entry() 626 if (c1 & 1) in unicode_decomp_entry() 732 c1 = code + n + 1; in unicode_get_cc() 733 if (c < c1) { in unicode_get_cc() 751 code = c1; in unicode_get_cc() 824 c1 >= 0x1161 && c1 < 0x1161 + 21) { in compose_pair() 828 c1 >= 0x11a7 && c1 < 0x11a7 + 28) { in compose_pair() 987 c1 = c + n + 1; in unicode_script() 992 c = c1; in unicode_script() [all …]
|
A D | libunicode.h | 78 static inline int cr_add_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_add_interval() argument 84 cr->points[cr->len++] = c1; in cr_add_interval() 91 static inline int cr_union_interval(CharRange *cr, uint32_t c1, uint32_t c2) in cr_union_interval() argument 94 b_pt[0] = c1; in cr_union_interval()
|
A D | jscompress.c | 544 static BOOL compat_token(int c1, int c2) in compat_token() argument 546 if ((c1 == TOK_IDENT || c1 == TOK_NUM) && in compat_token() 550 if ((c1 == c2 && strchr("+-<>&|=*/.", c1)) in compat_token() 551 || (c2 == '=' && strchr("+-<>&|!*/^%", c1)) in compat_token() 552 || (c1 == '=' && c2 == '>') in compat_token() 553 || (c1 == '/' && c2 == '*') in compat_token() 554 || (c1 == '.' && c2 == TOK_NUM) in compat_token() 555 || (c1 == TOK_NUM && c2 == '.')) in compat_token()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | rdjpgcom.c | 92 int c1, c2; in read_2_bytes() local 94 c1 = NEXTBYTE(); in read_2_bytes() 95 if (c1 == EOF) in read_2_bytes() 100 return (((unsigned int) c1) << 8) + ((unsigned int) c2); in read_2_bytes() 179 int c1, c2; in first_marker() local 181 c1 = NEXTBYTE(); in first_marker() 183 if (c1 != 0xFF || c2 != M_SOI) in first_marker()
|
A D | wrjpgcom.c | 108 int c1, c2; in read_2_bytes() local 110 c1 = NEXTBYTE(); in read_2_bytes() 111 if (c1 == EOF) in read_2_bytes() 116 return (((unsigned int) c1) << 8) + ((unsigned int) c2); in read_2_bytes() 225 int c1, c2; in first_marker() local 227 c1 = NEXTBYTE(); in first_marker() 229 if (c1 != 0xFF || c2 != M_SOI) in first_marker()
|
/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 31 const __m128i m0 = _mm_packs_epi16(c0, c1); in SetResidualCoeffs_SSE2() 67 const __m128i c1 = _mm_loadu_si128((const __m128i*)&res->coeffs[8]); in GetResidualCost_SSE2() local 69 const __m128i D1 = _mm_sub_epi16(zero, c1); in GetResidualCost_SSE2() 71 const __m128i E1 = _mm_max_epi16(c1, D1); in GetResidualCost_SSE2()
|
A D | lossless_enc_msa.c | 21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument 31 DOTP_SB2_SH(t4, t5, c1, c1, t2, t3); \ 37 #define TRANSFORM_COLOR_4(src, dst, c0, c1, mask0, mask1) do { \ argument 45 t1 = __msa_dotp_s_h(c1, (v16i8)t2); \
|
A D | lossless_mips_dsp_r2.c | 94 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1, in MAP_COLOR_FUNCS() 113 : [c0]"r"(c0), [c1]"r"(c1), [c2]"r"(c2) in MAP_COLOR_FUNCS() 119 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, in ClampedAddSubtractHalf() argument 143 : [c0]"r"(c0), [c1]"r"(c1), [c2]"r"(c2) in ClampedAddSubtractHalf()
|
/AliOS-Things-master/components/py_engine/tests/inlineasm/ |
A D | asmconst.py | 5 def c1(): function 11 print(hex(c1()))
|
/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 216 c1 = *(ptr2 + S->L); in arm_fir_interpolate_f32() 222 acc0 += x1 * c1; in arm_fir_interpolate_f32() 223 acc1 += x2 * c1; in arm_fir_interpolate_f32() 224 acc2 += x3 * c1; in arm_fir_interpolate_f32() 225 acc3 += x0 * c1; in arm_fir_interpolate_f32()
|
/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() argument 58 return lex->chr0 == c1 || lex->chr0 == 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() argument 62 return lex->chr0 == c1 || lex->chr0 == c2 || lex->chr0 == 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() argument 75 STATIC bool is_char_following_or(mp_lexer_t *lex, byte c1, byte c2) { in is_char_following_or() argument 76 return lex->chr1 == c1 || lex->chr1 == 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() argument 80 return lex->chr2 == c1 || lex->chr2 == 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() argument [all …]
|
/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 | 86 int16x8_t c1 = vldrbq_z_s16(ip_c1, p); in arm_nn_mat_mult_s8() local 88 c1 = vaddq_m_s16(vuninitializedq_s16(), c1, offset, p); in arm_nn_mat_mult_s8() 99 acc_1 = vmladavaq_p_s16(acc_1, r0, c1, p); in arm_nn_mat_mult_s8()
|
/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 | 86 int16x8_t c1 = vldrbq_z_s16(ip_c1, p); in arm_nn_mat_mult_s8() local 88 c1 = vaddq_m_s16(vuninitializedq_s16(), c1, offset, p); in arm_nn_mat_mult_s8() 99 acc_1 = vmladavaq_p_s16(acc_1, r0, c1, p); in arm_nn_mat_mult_s8()
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_color.h | 326 static inline lv_color_t lv_color_mix(lv_color_t c1, lv_color_t c2, uint8_t mix) in lv_color_to1() argument 331 ret.ch.red = (uint16_t)((uint16_t)c1.ch.red * mix + (c2.ch.red * (255 - mix))) >> 8; in lv_color_to1() 334 uint16_t g_1 = (c1.ch.green_h << 3) + c1.ch.green_l; in lv_color_to1() 340 ret.ch.green = (uint16_t)((uint16_t)c1.ch.green * mix + (c2.ch.green * (255 - mix))) >> 8; in lv_color_to1() 342 ret.ch.blue = (uint16_t)((uint16_t)c1.ch.blue * mix + (c2.ch.blue * (255 - mix))) >> 8; in lv_color_to1() 348 ret.full = mix > LV_OPA_50 ? c1.full : c2.full; in lv_color_to1()
|