Searched refs:c2 (Results 151 - 175 of 939) sorted by relevance

1234567891011>>

/external/valgrind/main/massif/tests/
H A Dalloc-fns.c15 void c2(int n) { c3(n); } function
16 void c1(int n) { c2(n); }
H A Doverloaded-new.cpp52 char* c2 = new (std::nothrow) char[2000]; local
56 delete [] c2;
/external/valgrind/main/memcheck/tests/
H A Dvarinfo4.c36 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon33071
49 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c54 int c2, d2; local
75 c2 = temp3 - temp4;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
107 c2 = temp3 - temp4;
123 op[7] = b1 + c2;
124 op[11] = b1 - c2;
145 c2 = temp3 - temp4;
161 op[5] = (b1 + c2 + 4) >> 3;
162 op[6] = (b1 - c2
286 int a2, b2, c2, d2; local
[all...]
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_flist.pass.cpp51 C c2(t2, t2+l);
53 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2));
67 C c2(t2, t2+l);
69 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2));
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Demplace.pass.cpp57 std::list<A> c2; local
58 std::list<A>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5);
81 std::list<A, min_allocator<A>> c2; local
82 std::list<A, min_allocator<A>>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5);
H A Dinsert_iter_size_value.pass.cpp68 std::list<int> c2; local
69 std::list<int>::iterator i = c1.insert(next(c2.cbegin(), 10), 5, 1);
98 std::list<int, min_allocator<int>> c2; local
99 std::list<int, min_allocator<int>>::iterator i = c1.insert(next(c2.cbegin(), 10), 5, 1);
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c54 int c2, d2; local
75 c2 = temp3 - temp4;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
107 c2 = temp3 - temp4;
123 op[7] = b1 + c2;
124 op[11] = b1 - c2;
145 c2 = temp3 - temp4;
161 op[5] = (b1 + c2 + 4) >> 3;
162 op[6] = (b1 - c2
286 int a2, b2, c2, d2; local
[all...]
/external/aac/libSYS/src/
H A Dconv_string.cpp99 UCHAR c1, c2; local
113 c2 = (charBuf[i])&0x0f; /* lower nibble */
116 string[i*2+1] = hexSymb[c2]; /* convert to string */
/external/chromium_org/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js56 var c2 = new C2();
57 assertEquals("undefined", typeof c2.x);
58 assertEquals(23, c2.y);
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_32HashFunction.java47 int c2 = 0x1b873593; field in class:Murmur3_32HashFunction.Murmur3_32Hasher
61 k1 *= c2;
84 k1 *= c2;
/external/libcxx/test/numerics/complex.number/complex.members/
H A Dreal_imag.pass.cpp26 constexpr std::complex<T> c2(3);
27 static_assert(c2.real() == 3, "");
28 static_assert(c2.imag() == 0, "");
/external/chromium_org/third_party/icu/source/common/
H A Dustrcase.cpp134 UChar32 c, c2 = 0; local
148 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
150 dest[destIndex++]=(UChar)c2;
338 UChar32 c, c2 = 0; local
345 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
347 dest[destIndex++]=(UChar)c2;
493 UChar32 c1, c2, cp1, cp2; local
522 c1=c2
[all...]
H A Dcstring.c245 unsigned char c1, c2; local
249 c2=(unsigned char)*str2;
251 if(c2==0) {
256 } else if(c2==0) {
260 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
284 unsigned char c1, c2; local
288 c2=(unsigned char)*str2;
290 if(c2==0) {
295 } else if(c2==0) {
299 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
[all...]
/external/icu/icu4c/source/common/
H A Dustrcase.cpp134 UChar32 c, c2 = 0; local
148 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
150 dest[destIndex++]=(UChar)c2;
338 UChar32 c, c2 = 0; local
345 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
347 dest[destIndex++]=(UChar)c2;
493 UChar32 c1, c2, cp1, cp2; local
522 c1=c2
[all...]
H A Dcstring.c245 unsigned char c1, c2; local
249 c2=(unsigned char)*str2;
251 if(c2==0) {
256 } else if(c2==0) {
260 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
284 unsigned char c1, c2; local
288 c2=(unsigned char)*str2;
290 if(c2==0) {
295 } else if(c2==0) {
299 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
100 c2 = b1 - c1;
105 c2 += c2<0;
110 op[8] = (c2+3) >> 3;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_mips.c115 int32_t c0, c1, c2, c3; local
124 "lh %[c2], 4(%[coeff_ptr]) \n\t"
136 : [c0] "=&r" (c0), [c1] "=&r" (c1), [c2] "=&r" (c2), [c3] "=&r" (c3),
175 "mul %[t5], %[c2], %[state1_lo] \n\t"
177 "mul %[t4], %[c2], %[state1_hi] \n\t"
211 : [c0] "r" (c0), [c1] "r" (c1), [c2] "r" (c2), [c3] "r" (c3),
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
100 c2 = b1 - c1;
105 c2 += c2<0;
110 op[8] = (c2+3) >> 3;
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant2.c303 int c0,c1,c2; local
316 for (c2 = c2min; c2 <= c2max; c2++)
327 for (c2 = c2min; c2 <= c2max; c2++)
338 for (c2 = c2min; c2 <= c2max; c2
412 int c0,c1,c2,cmax; local
491 int c0,c1,c2; local
839 fill_inverse_cmap(j_decompress_ptr cinfo, int c0, int c1, int c2) argument
907 register int c0, c1, c2; local
[all...]
/external/jpeg/
H A Djquant2.c320 int c0,c1,c2; local
333 for (c2 = c2min; c2 <= c2max; c2++)
344 for (c2 = c2min; c2 <= c2max; c2++)
355 for (c2 = c2min; c2 <= c2max; c2
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
855 fill_inverse_cmap(j_decompress_ptr cinfo, int c0, int c1, int c2) argument
923 register int c0, c1, c2; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c320 int c0,c1,c2; local
333 for (c2 = c2min; c2 <= c2max; c2++)
344 for (c2 = c2min; c2 <= c2max; c2++)
355 for (c2 = c2min; c2 <= c2max; c2
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
855 fill_inverse_cmap(j_decompress_ptr cinfo, int c0, int c1, int c2) argument
923 register int c0, c1, c2; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c557 int c, c2; local
589 while( (c2 = sqlite3Utf8Read(zString,&zString))!=0 ){
591 GlogUpperToLower(c2);
593 while( c2 != 0 && c2 != c ){
594 c2 = sqlite3Utf8Read(zString, &zString);
595 GlogUpperToLower(c2);
598 while( c2 != 0 && c2 != c ){
599 c2
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Drune.c68 int c, c1, c2, c3; local
117 c2 = *(uchar*)(str+2) ^ Tx;
118 if(c2 & Testx)
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
169 int c, c1, c2, c3; local
203 c2 = *(uchar*)(str+2) ^ Tx;
204 if(c2 & Testx)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bit
[all...]
/external/libutf/
H A Drune.c68 int c, c1, c2, c3; local
117 c2 = *(uchar*)(str+2) ^ Tx;
118 if(c2 & Testx)
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
169 int c, c1, c2, c3; local
203 c2 = *(uchar*)(str+2) ^ Tx;
204 if(c2 & Testx)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bit
[all...]

Completed in 3010 milliseconds

1234567891011>>