/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 32 B c2 = B(); member in namespace:StructUnion
|
/external/dnsmasq/src/ |
rfc1035.c | 149 unsigned char c1 = *cp, c2 = *p; local 158 if (c2 >= 'A' && c2 <= 'Z') 159 c2 += 'a' - 'A'; 161 if (c1 != c2) [all...] |
/external/e2fsprogs/e2fsck/ |
rehash.c | 559 int i, c1, c2, nblks; local 582 c2 = 0; 588 if (c2 == 0) { 603 c2 = limit->limit; 608 if (c2 != limit->limit) 612 c2--; 614 limit->count = ext2fs_cpu_to_le16(limit->limit - c2);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleArrayTest.java | 322 Counter c2 = new Counter(aa); local 324 Thread t2 = newStartedThread(c2); 327 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);
|
/external/icu4c/common/ |
ucase.cpp | 316 int32_t c1, c2; local 321 c2=*t++; 322 if(c2==0) { 325 c1-=c2; 918 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA [all...] |
ustring.cpp | 468 UChar c, c2; local 502 * because c2 could at worst be the terminating NUL. 504 if(U16_IS_SURROGATE_LEAD(c) && U16_IS_TRAIL(c2 = string[strItr])) { 506 stringCh = U16_GET_SUPPLEMENTARY(c, c2); 671 UChar c1, c2; local 675 c2=*s2++; 676 if (c1 != c2 || c1 == 0) { 680 return (int32_t)c1 - (int32_t)c2; 688 UChar c1, c2; local 703 c2=*s2 827 UChar32 c1, c2; local 1317 UChar c2 = charAt(*offset, context); local 1330 UChar c2 = charAt(*offset, context); local [all...] |
/external/icu4c/test/cintltst/ |
custrtrn.c | 854 UChar c1, c2; local [all...] |
trie2test.c | 278 UChar32 prevCP, c, c2; local 305 U16_NEXT(s, sIndex, length, c2); 316 if(c!=c2) { 318 testName, (long)c, (long)c2); 330 U16_PREV(s, 0, sIndex, c2); 341 if(c!=c2) { 343 testName, c, c2); [all...] |
/external/icu4c/test/intltest/ |
citrtest.cpp | 770 UChar32 c, c2; local 780 c2=ci.current(); 786 c2=ci.current32(); 793 c2=ci.nextPostInc(); 799 c2=ci.next32PostInc(); 806 c2=ci.previous(); 812 c2=ci.previous32(); 818 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent); 824 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent); 835 if(c2==0xffff) [all...] |
convtest.cpp | 535 UChar c2; local 556 for(c2=0xdc00; c2<=0xdfff; ++c2) { 558 *s++=c2; [all...] |
regcoll.cpp | 115 RuleBasedCollator *c2 = new RuleBasedCollator(c1->getRules(), status); local 118 if (!(c1->getRules() == c2->getRules())) 123 delete c2; 430 // was wrong, so I've change the code to use c1 and c2 435 RuleBasedCollator *c2 = (RuleBasedCollator *) en_us->clone(); local 436 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); 437 CollationElementIterator *i2 = c2->createCollationElementIterator(test2); 442 delete c2; 1283 int32_t c1, c2, count = 0; local [all...] |
/external/icu4c/test/perf/dicttrieperf/ |
dicttrieperf.cpp | 193 int32_t c2=(uint8_t)*s2++; local 194 cmp=c1-c2;
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.h | 464 UChar c2='m'; local 466 scan_idx = uScan_STRING.indexOf(c2);
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 230 float c1, c2, c3, c4; local 232 c2 = -1.0f * T * p0 + T * p2; 236 return (float) (((c4 * u + c3) * u + c2) * u + c1); [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 74 public static final float[] mix(final float[] c1, final float[] c2, final float f) {
75 return new float[] { ShaderUtils.mix(c1[0], c2[0], f), ShaderUtils.mix(c1[1], c2[1], f), ShaderUtils.mix(c1[2], c2[2], f) };
153 float c0, c1, c2, c3; /* coefficients of the cubic. */
local 166 c2 = CR10 * knot[span + 0] + CR11 * knot[span + 1] + CR12 * knot[span + 2] + CR13 * knot[span + 3];
169 return ((c3 * x + c2) * x + c1) * x + c0;
|
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 291 Colors c2; member in struct:ColorMap 313 io.mapRequired("c2", c.c2); 331 "c2: red\n" 339 EXPECT_EQ(cRed, map.c2); 953 "c2: purple\n"
|
/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 1042 float c0, c1, c2, c3, c4; local 1225 float c1, c2, c3, c4; local [all...] |
cvsegmentation.cpp | 339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22) 426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local 446 int c0, c1, c2; local 451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2]; 477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 527 tab[s2 - c2 + 255] <= termcrit.epsilon [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 1033 PIXEL c2 = *line2++; local 1035 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK); 1036 *destPointer = ~((c1 >> 3) + ((c2 >> 3) << 4)); 1057 PIXEL c2 = *(srcPointer + 1); local 1059 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK) [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
StringUtils.java | 481 char c2 = nodeChars[i+1]; local 483 if (c2 == '2') { 492 else if (c2 == '3') { 499 else if (c2 == '4') { 506 else if (c2 == '5') {
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 1461 EAS_U8 c1, c2; local 1490 EAS_U8 c1, c2,c3,c4; local [all...] |
EASLibVst.c | 1156 EAS_U8 c1, c2; local 1161 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS) 1166 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 1168 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 1185 EAS_U8 c1, c2,c3,c4; local 1190 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS) [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 1550 IRExpr *c1, *c2; local 1563 IRExpr *c1, *c2; local 1576 IRExpr *c1, *c2; local [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 859 unsigned char csum, c1, c2; local 887 c2 = fromhex (readchar (0)); 889 if (csum == (c1 << 4) + c2) 893 (c1 << 4) + c2, csum, buf);
|
/external/valgrind/main/coregrind/ |
m_libcbase.c | 320 UChar c2 = (UChar)VG_(tolower)(*s2); local 321 if (c1 < c2) return -1; 322 if (c1 > c2) return 1; 324 /* c1 == c2 */ 351 UChar c2; local 354 c2 = (UChar)VG_(tolower)(*s2); 355 if (c1 < c2) return -1; 356 if (c1 > c2) return 1; 358 /* c1 == c2 */
|