Searched defs:c2 (Results 1 - 25 of 621) 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.c354 char c2=*(fileName2++); local
357 if ((c2>='a') && (c2<='z'))
358 c2 -= 0x20;
360 return ((c2=='\0') ? 0 : -1);
361 if (c2=='\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
299 k3 = c2 = c3 = s2 = s3 = 0.0;
533 Re [k2] = ajp * c2 - bjp * s2;
536 Im [k2] = ajp * s2 + bjp * c2;
542 c2 = c1 - (cd * c1 + sd * s1);
544 c1 = 2.0 - (c2 * c2 + s1 * s1);
546 c1 *= c2;
547 /* values of c2, c3, s2, s3 that will get used next time */
548 c2
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dms_funcs.c45 u8 c2 = utf8_string[++i]; local
49 ((c & 0x1F) << 6) | (c2 & 0x3F));
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c111 int c2; local
116 c2 = *s2++;
119 if (isalpha(c2) && isupper(c2))
120 c2 = tolower(c2);
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c41 int c2; local
46 c2 = *s2++;
49 if (isalpha(c2) && isupper(c2))
50 c2 = tolower(c2);
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c45 u8 c2 = utf8_string[++i]; local
49 ((c & 0x1F) << 6) | (c2 & 0x3F));
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c111 int c2; local
116 c2 = *s2++;
119 if (isalpha(c2) && isupper(c2))
120 c2 = tolower(c2);
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c41 int c2; local
46 c2 = *s2++;
49 if (isalpha(c2) && isupper(c2))
50 c2 = tolower(c2);
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dms_funcs.c45 u8 c2 = utf8_string[++i]; local
49 ((c & 0x1F) << 6) | (c2 & 0x3F));
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c111 int c2; local
116 c2 = *s2++;
119 if (isalpha(c2) && isupper(c2))
120 c2 = tolower(c2);
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
H A Dwps_upnp_ssdp.c41 int c2; local
46 c2 = *s2++;
49 if (isalpha(c2) && isupper(c2))
50 c2 = tolower(c2);
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
[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 > c2);
[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 > c2);
[all...]
H A Dtinycc.c9144 #define PARSE2(c1, tok1, c2, tok2) \
9147 if (c == c2) { \
10979 int fc, c1, c2, n;
10986 c2 = (v2->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST;
10987 if (c1 && c2) {
11037 /* if commutative ops, put c2 as constant */
11041 swap(&c1, &c2);
11044 if (c2 && (((op == '*' || op == '/' || op == TOK_UDIV ||
11054 } else if (c2 && (op == '*' || op == TOK_PDIV || op == TOK_UDIV)) {
11071 } else if (c2
10977 int fc, c1, c2, n; local
11092 int c1, c2; local
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c87 const __m128i c2 = _mm_mulhi_epi16(in3, k1); local
89 const __m128i c4 = _mm_sub_epi16(c1, c2);
145 const __m128i c2 = _mm_mulhi_epi16(T3, k1); local
147 const __m128i c4 = _mm_sub_epi16(c1, c2);
586 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
594 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
626 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
638 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
H A Denc_neon.c87 // 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 ...
996 const int16x8_t c2 = veorq_s16(vreinterpretq_s16_u16(c1), sign); local
997 const int16x8_t c3 = vsubq_s16(c2, sign); // restore sign
H A Denc_sse2.c163 const __m128i c2 = _mm_mulhi_epi16(in3, k1); local
165 const __m128i c4 = _mm_sub_epi16(c1, c2);
221 const __m128i c2 = _mm_mulhi_epi16(T3, k1); local
223 const __m128i c4 = _mm_sub_epi16(c1, c2);
427 const __m128i c2 = _mm_sub_epi16(a01_plus_7, a11); local
429 const __m128i d2 = _mm_srai_epi16(c2, 4);
H A Dlossless.c427 uint32_t c2) {
428 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
431 (c2 >> 16) & 0xff);
434 (c2 >> 8) & 0xff);
435 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
444 uint32_t c2) {
446 const int a = AddSubtractComponentHalf(ave >> 24, c2 >> 24);
447 const int r = AddSubtractComponentHalf((ave >> 16) & 0xff, (c2 >> 16) & 0xff);
448 const int g = AddSubtractComponentHalf((ave >> 8) & 0xff, (c2 >> 8) & 0xff);
449 const int b = AddSubtractComponentHalf((ave >> 0) & 0xff, (c2 >>
426 ClampedAddSubtractFull(uint32_t c0, uint32_t c1, uint32_t c2) argument
443 ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, uint32_t c2) argument
[all...]
H A Dlossless_neon.c209 const uint32_t* const c2) {
212 const uint8x8_t p2 = vreinterpret_u8_u64(vcreate_u64(*c2));
228 const uint32_t* const c2) {
231 const uint8x8_t p2 = vreinterpret_u8_u64(vcreate_u64(*c2));
244 const uint32_t* const c2) {
247 const uint8x8_t p2 = vreinterpret_u8_u64(vcreate_u64(*c2));
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.c26 uint32_t c2) {
30 const __m128i C2 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
39 uint32_t c2) {
43 const __m128i B0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
407 const __m128i c2 = _mm_srli_si128(c0, 8); local
410 _mm_storel_epi64((__m128i*)(dst + 6), c2);
25 ClampedAddSubtractFull(uint32_t c0, uint32_t c1, uint32_t c2) argument
38 ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, uint32_t c2) argument
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2709 UInt c2 = 0x33333333; local
2725 binop(Iop_And32, mkexpr(x1), mkU32(c2)),
2728 binop(Iop_And32, mkexpr(x1), mkU32(~c2)),
18344 HChar c2 = '.'; local
18346 Bool valid = compute_ITSTATE( &newITSTATE, &c1, &c2, &c3,
18356 DIP("it%c%c%c %s\n", c1, c2, c3, nCC(firstcond));
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
16523 assign( z2, binop(Iop_Add64, mkexpr(c2),
16556 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16561 assign( z2, binop(Iop_Add64, mkexpr(c2),
H A Dguest_s390_helpers.c2176 IRExpr *c1, *c2; local
2181 c2 = binop(Iop_CmpNE64,
2185 unop(Iop_1Uto32, c2));
2189 IRExpr *c1, *c2; local
2194 c2 = binop(Iop_CmpNE64,
2198 unop(Iop_1Uto32, c2));
2202 IRExpr *c1, *c2; local
2206 c2 = binop(Iop_CmpEQ64,
2210 unop(Iop_1Uto32, c2));

Completed in 963 milliseconds

1234567891011>>