Searched defs:c2 (Results 1 - 25 of 462) 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/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);
533 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
541 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
570 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
582 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
H A Denc_sse2.c165 const __m128i c2 = _mm_mulhi_epi16(in3, k1); local
167 const __m128i c4 = _mm_sub_epi16(c1, c2);
223 const __m128i c2 = _mm_mulhi_epi16(T3, k1); local
225 const __m128i c4 = _mm_sub_epi16(c1, c2);
430 const __m128i c2 = _mm_sub_epi16(a01_plus_7, a11); local
432 const __m128i d2 = _mm_srai_epi16(c2, 4);
H A Dlossless.c292 uint32_t c2) {
296 const __m128i C2 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
305 uint32_t c2) {
309 const __m128i B0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
359 uint32_t c2) {
360 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
363 (c2 >> 16) & 0xff);
366 (c2 >> 8) & 0xff);
367 const int b = AddSubtractComponentFull(c0 & 0xff, c1 & 0xff, c2 & 0xff);
376 uint32_t c2) {
291 ClampedAddSubtractFull(uint32_t c0, uint32_t c1, uint32_t c2) argument
304 ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, uint32_t c2) argument
358 ClampedAddSubtractFull(uint32_t c0, uint32_t c1, uint32_t c2) argument
375 ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, uint32_t c2) argument
[all...]
/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.c113 int c2; local
118 c2 = *s2++;
121 if (isalpha(c2) && isupper(c2))
122 c2 = tolower(c2);
124 end2 = !isgraph(c2);
125 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.c113 int c2; local
118 c2 = *s2++;
121 if (isalpha(c2) && isupper(c2))
122 c2 = tolower(c2);
124 end2 = !isgraph(c2);
125 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.c113 int c2; local
118 c2 = *s2++;
121 if (isalpha(c2) && isupper(c2))
122 c2 = tolower(c2);
124 end2 = !isgraph(c2);
125 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/VEX/priv/
H A Dguest_arm_toIR.c2716 UInt c2 = 0x33333333; local
2732 binop(Iop_And32, mkexpr(x1), mkU32(c2)),
2735 binop(Iop_And32, mkexpr(x1), mkU32(~c2)),
15771 UChar c2 = '.'; local
15773 Bool valid = compute_ITSTATE( &newITSTATE, &c1, &c2, &c3,
15783 DIP("it%c%c%c %s\n", c1, c2, c3, nCC(firstcond));
H A Dguest_ppc_toIR.c15128 IRTemp c3, c2, c1, c0; local
15131 c3 = c2 = c1 = c0 = IRTemp_INVALID;
15300 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
15305 assign( z2, binop(Iop_Add64, mkexpr(c2),
15338 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
15343 assign( z2, binop(Iop_Add64, mkexpr(c2),
H A Dguest_s390_helpers.c1550 IRExpr *c1, *c2; local
1555 c2 = binop(Iop_CmpNE64,
1559 unop(Iop_1Uto32, c2));
1563 IRExpr *c1, *c2; local
1568 c2 = binop(Iop_CmpNE64,
1572 unop(Iop_1Uto32, c2));
1576 IRExpr *c1, *c2; local
1580 c2 = binop(Iop_CmpEQ64,
1584 unop(Iop_1Uto32, c2));
H A Dguest_s390_toIR.c4489 IRTemp c2 = newTemp(Ity_I32); local
4513 assign(c2, unop(Iop_8Uto32, load(Ity_I8, binop(Iop_Add64, mkexpr(op2addr),
4518 assign(c2, mkU32(0));
4534 binop(Iop_Shl32, mkexpr(c2), mkU8(8))), mkexpr(c3)));
4551 IRTemp c2 = newTemp(Ity_I32); local
4575 assign(c2, unop(Iop_8Uto32, load(Ity_I8, binop(Iop_Add64, mkexpr(op2addr),
4580 assign(c2, mkU32(0));
4596 binop(Iop_Shl32, mkexpr(c2), mkU8(8))), mkexpr(c3)));
4613 IRTemp c2 = newTemp(Ity_I32); local
4637 assign(c2, uno
[all...]
H A Dir_opt.c1041 IRConst *c2 = e2->Iex.Const.con; local
1042 vassert(c1->tag == c2->tag);
1044 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 );
1045 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
1046 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
1047 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1048 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1117 IRConst *c2 = e2->Iex.Const.con; local
1118 return c1->tag != c2->tag;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c2377 UChar c1, c2; local
2382 c1 = block[i1]; c2 = block[i2];
2383 if (c1 != c2) return (c1 > c2);
2386 c1 = block[i1]; c2 = block[i2];
2387 if (c1 != c2) return (c1 > c2);
2390 c1 = block[i1]; c2 = block[i2];
2391 if (c1 != c2) return (c1 > c2);
[all...]
H A Dtest_ppc_jm1.c252 register unsigned char c2; local
255 c2 = *(unsigned char *)s2;
256 if (c1 != c2) break;
260 if ((unsigned char)c1 < (unsigned char)c2) return -1;
261 if ((unsigned char)c1 > (unsigned char)c2) return 1;
/external/valgrind/main/callgrind/
H A Devents.c269 Bool CLG_(is_equal_cost)(EventSet* es, ULong* c1, ULong* c2) argument
273 if (!c1) return CLG_(is_zero_cost)(es, c2);
274 if (!c2) return CLG_(is_zero_cost)(es, c1);
277 if (c1[i] != c2[i]) return False;
H A Dsim.c1010 void inc_costs(CacheModelResult r, ULong* c1, ULong* c2) argument
1016 c2[3]++;
1022 c2[2]++;
1027 c2[1]++;
1032 c2[0]++;
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1638 char c2; local
1641 c2 = d_next_char (di);
1642 if (c1 == 'v' && IS_DIGIT (c2))
1643 return d_make_extended_operator (di, c2 - '0', d_source_name (di));
1644 else if (c1 == 'c' && c2 == 'v')
1665 if (c1 == p->code[0] && c2 == p->code[1])
1668 if (c1 < p->code[0] || (c1 == p->code[0] && c2 < p->code[1]))

Completed in 492 milliseconds

1234567891011>>