Searched defs:c1 (Results 1 - 25 of 649) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/contrib/minizip/
H A Dunzip.c353 char c1=*(fileName1++); local
355 if ((c1>='a') && (c1<='z'))
356 c1 -= 0x20;
359 if (c1=='\0')
363 if (c1<c2)
365 if (c1>c2)
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp667 static void coin_copy(Coin* c1, const Coin* c2) argument
669 c1->weight = c2->weight;
670 uivector_copy(&c1->symbols, &c2->symbols);
673 static void add_coins(Coin* c1, const Coin* c2) argument
676 for(i = 0; i < c2->symbols.size; i++) uivector_push_back(&c1->symbols, c2->symbols.data[i]);
677 c1->weight += c2->weight;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
458 c1 = 1.0 - cd;
468 Re [k2] = c1 * ak - s1 * bk;
469 Im [k2] = s1 * ak + c1 * bk;
473 c1 = -c1;
476 ak = c1 - (cd * c1 + sd * s1);
477 s1 = sd * c1 - cd * s1 + s1;
478 c1
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c110 int c1; local
115 c1 = *s1++;
117 if (isalpha(c1) && isupper(c1))
118 c1 = tolower(c1);
121 end1 = !isgraph(c1);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c40 int c1; local
45 c1 = *s1++;
47 if (isalpha(c1) && isupper(c1))
48 c1 = tolower(c1);
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 !
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c110 int c1; local
115 c1 = *s1++;
117 if (isalpha(c1) && isupper(c1))
118 c1 = tolower(c1);
121 end1 = !isgraph(c1);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c40 int c1; local
45 c1 = *s1++;
47 if (isalpha(c1) && isupper(c1))
48 c1 = tolower(c1);
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c110 int c1; local
115 c1 = *s1++;
117 if (isalpha(c1) && isupper(c1))
118 c1 = tolower(c1);
121 end1 = !isgraph(c1);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c40 int c1; local
45 c1 = *s1++;
47 if (isalpha(c1) && isupper(c1))
48 c1 = tolower(c1);
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 !
[all...]
/external/valgrind/main/perf/
H A Dbz2.c2392 UChar c1, c2; local
2397 c1 = block[i1]; c2 = block[i2];
2398 if (c1 != c2) return (c1 > c2);
2401 c1 = block[i1]; c2 = block[i2];
2402 if (c1 != c2) return (c1 > c2);
2405 c1 = block[i1]; c2 = block[i2];
2406 if (c1 != c2) return (c1 > c
2801 UChar c1; local
[all...]
H A Dtest_input_for_tinycc.c2182 UChar c1, c2; local
2187 c1 = block[i1]; c2 = block[i2];
2188 if (c1 != c2) return (c1 > c2);
2191 c1 = block[i1]; c2 = block[i2];
2192 if (c1 != c2) return (c1 > c2);
2195 c1 = block[i1]; c2 = block[i2];
2196 if (c1 != c2) return (c1 > c
2502 UChar c1; local
[all...]
H A Dtinycc.c9144 #define PARSE2(c1, tok1, c2, tok2) \
9145 case c1: \
10979 int fc, c1, c2, n;
10985 c1 = (v1->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST;
10987 if (c1 && c2) {
11038 if (c1 && (op == '+' || op == '&' || op == '^' ||
11041 swap(&c1, &c2);
11094 int c1, c2;
11101 c1 = (v1->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST;
11103 if (c1
10977 int fc, c1, c2, n; local
11092 int c1, c2; local
13339 int c1, c; local
[all...]
/external/webp/src/dsp/
H A Ddec.c85 const int c1 = MUL(in[1], kC2); local
87 STORE2(0, a + d4, d1, c1);
88 STORE2(1, a + c4, d1, c1);
89 STORE2(2, a - c4, d1, c1);
90 STORE2(3, a - d4, d1, c1);
H A Ddec_neon.c26 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \
27 "vld4.8 {" #c1"[0], " #c2"[0], " #c3"[0], " #c4"[0]}," #b1 "," #stride"\n" \
28 "vld4.8 {" #c1"[1], " #c2"[1], " #c3"[1], " #c4"[1]}," #b2 "," #stride"\n" \
29 "vld4.8 {" #c1"[2], " #c2"[2], " #c3"[2], " #c4"[2]}," #b1 "," #stride"\n" \
30 "vld4.8 {" #c1"[3], " #c2"[3], " #c3"[3], " #c4"[3]}," #b2 "," #stride"\n" \
31 "vld4.8 {" #c1"[4], " #c2"[4], " #c3"[4], " #c4"[4]}," #b1 "," #stride"\n" \
32 "vld4.8 {" #c1"[5], " #c2"[5], " #c3"[5], " #c4"[5]}," #b2 "," #stride"\n" \
33 "vld4.8 {" #c1"[6], " #c2"[6], " #c3"[6], " #c4"[6]}," #b1 "," #stride"\n" \
34 "vld4.8 {" #c1"[7], " #c2"[7], " #c3"[7], " #c4"[7]}," #b2 "," #stride"\n"
36 #define STORE8x2(c1, c
1247 const int c1 = MUL(in[1], kC2_full); local
[all...]
H A Ddec_sse2.c86 const __m128i c1 = _mm_mulhi_epi16(in1, k2); local
89 const __m128i c4 = _mm_sub_epi16(c1, c2);
144 const __m128i c1 = _mm_mulhi_epi16(T1, k2); local
147 const __m128i c4 = _mm_sub_epi16(c1, c2);
255 const int c1 = MUL(in[1], kC2); local
257 const __m128i CD = _mm_set_epi16(0, 0, 0, 0, -d1, -c1, c1, d1);
585 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
593 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
620 // p1 = f1 f0 e1 e0 d1 d0 c1 c
[all...]
H A Denc_neon.c86 // a0 a1 a2 a3 | b0 b1 b2 b3 => a0 b0 c0 d0 | a1 b1 c1 d1
87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...
437 "vsub.s16 d6, d1, d2 \n" // c1 = ip[4] - ip[8]
452 "vmlal.s16 q11, d6, d17 \n" // c1*2217 + d1*5352 + 12000
453 "vmlsl.s16 q12, d6, d16 \n" // d1*2217 - c1*5352 + 51000
456 // op[4] = (c1*2217 + d1*5352 + 12000)>>16
460 // op[12]= (d1*2217 - c1*5352 + 51000)>>16
995 const uint16x8_t c1 = vminq_u16(c0, vdupq_n_u16(MAX_LEVEL)); local
996 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sig
[all...]
H A Denc_sse2.c162 const __m128i c1 = _mm_mulhi_epi16(in1, k2); local
165 const __m128i c4 = _mm_sub_epi16(c1, c2);
220 const __m128i c1 = _mm_mulhi_epi16(T1, k2); local
223 const __m128i c4 = _mm_sub_epi16(c1, c2);
434 const __m128i c1 = _mm_madd_epi16(b23, k5352_2217); local
436 const __m128i d1 = _mm_add_epi32(c1, k12000_plus_one);
939 const __m128i c1 = _mm_loadu_si128((const __m128i*)(coeffs + 8)); local
943 const __m128i m1 = _mm_cmpeq_epi16(c1, zero);
H A Dlossless.c426 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1, argument
428 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
430 (c1 >> 16) & 0xff,
433 (c1 >> 8) & 0xff,
435 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
443 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, argument
445 const uint32_t ave = Average2(c0, c1);
H A Dlossless_neon.c208 const uint32_t* const c1,
211 const uint8x8_t p1 = vreinterpret_u8_u64(vcreate_u64(*c1));
219 return (pa_minus_pb <= 0) ? *c0 : *c1;
227 const uint32_t* const c1,
230 const uint8x8_t p1 = vreinterpret_u8_u64(vcreate_u64(*c1));
243 const uint32_t* const c1,
246 const uint8x8_t p1 = vreinterpret_u8_u64(vcreate_u64(*c1));
248 const uint8x8_t avg = vhadd_u8(p0, p1); // Average(c0,c1)
207 Select(const uint32_t* const c0, const uint32_t* const c1, const uint32_t* const c2) argument
226 ClampedAddSubtractFull(const uint32_t* const c0, const uint32_t* const c1, const uint32_t* const c2) argument
242 ClampedAddSubtractHalf(const uint32_t* const c0, const uint32_t* const c1, const uint32_t* const c2) argument
H A Dlossless_sse2.c25 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1, argument
29 const __m128i C1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c1), zero);
38 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, argument
42 const __m128i C1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c1), zero);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1328 IRTemp c1 = newTemp(Ity_I1); local
1329 assign( c1, binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)) );
1332 IRExpr_ITE( mkexpr(c1),
1337 IRExpr_ITE( mkexpr(c1),
1342 IRExpr_ITE( mkexpr(c1),
1347 IRExpr_ITE( mkexpr(c1),
2708 UInt c1 = 0x55555555; local
2716 binop(Iop_And32, mkexpr(x0), mkU32(c1)),
2719 binop(Iop_And32, mkexpr(x0), mkU32(~c1)),
18343 HChar c1 local
[all...]
H A Dguest_ppc_toIR.c16346 IRTemp c3, c2, c1, c0; local
16349 c3 = c2 = c1 = c0 = IRTemp_INVALID;
16518 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16525 assign( z1, binop(Iop_Add64, mkexpr(c1),
16556 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16563 assign( z1, binop(Iop_Add64, mkexpr(c1),
H A Dguest_s390_helpers.c2176 IRExpr *c1, *c2; local
2179 c1 = binop(Iop_CmpNE64,
2184 return binop(Iop_And32, unop(Iop_1Uto32, c1),
2189 IRExpr *c1, *c2; local
2192 c1 = binop(Iop_CmpEQ64,
2197 return binop(Iop_And32, unop(Iop_1Uto32, c1),
2202 IRExpr *c1, *c2; local
2204 c1 = binop(Iop_CmpNE64,
2209 return binop(Iop_Or32, unop(Iop_1Uto32, c1),
H A Dguest_s390_toIR.c4902 IRTemp c1 = newTemp(Ity_I32); local
4918 assign(c1, unop(Iop_8Uto32, load(Ity_I8, binop(Iop_Add64, mkexpr(op2addr),
4923 assign(c1, mkU32(0));
4947 mkexpr(c0), mkU8(24)), binop(Iop_Shl32, mkexpr(c1), mkU8(16))),
4964 IRTemp c1 = newTemp(Ity_I32); local
4980 assign(c1, unop(Iop_8Uto32, load(Ity_I8, binop(Iop_Add64, mkexpr(op2addr),
4985 assign(c1, mkU32(0));
5009 mkexpr(c0), mkU8(24)), binop(Iop_Shl32, mkexpr(c1), mkU8(16))),
5026 IRTemp c1 = newTemp(Ity_I32); local
5042 assign(c1, uno
[all...]

Completed in 266 milliseconds

1234567891011>>