| /external/icu4c/test/cintltst/ |
| ccapitst.c | 52 unsigned char c1, c2; local 55 c2=(unsigned char)*str2; 57 if(c2==0) { 62 } else if(c2==0) { 66 rc=(int)(unsigned char)tolower(c1)-(int)(unsigned char)tolower(c2); [all...] |
| /external/v8/benchmarks/ |
| earley-boyer.js | 1189 (peephole (hole 2 c1 ".val === " c2 ".val"))) 1194 (peephole (hole 2 c1 ".val < " c2 ".val"))) 1199 (peephole (hole 2 c1 ".val > " c2 ".val"))) 1204 (peephole (hole 2 c1 ".val <= " c2 ".val"))) 1209 (peephole (hole 2 c1 ".val >= " c2 ".val"))) 1214 (peephole (hole 2 c1 ".val.toLowerCase() === " c2 ".val.toLowerCase()"))) 1219 (peephole (hole 2 c1 ".val.toLowerCase() < " c2 ".val.toLowerCase()"))) 1224 (peephole (hole 2 c1 ".val.toLowerCase() > " c2 ".val.toLowerCase()"))) 1229 (peephole (hole 2 c1 ".val.toLowerCase() <= " c2 ".val.toLowerCase()"))) 1234 (peephole (hole 2 c1 ".val.toLowerCase() >= " c2 ".val.toLowerCase()")) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
| v8-earley-boyer.js | 1183 (peephole (hole 2 c1 ".val === " c2 ".val"))) 1188 (peephole (hole 2 c1 ".val < " c2 ".val"))) 1193 (peephole (hole 2 c1 ".val > " c2 ".val"))) 1198 (peephole (hole 2 c1 ".val <= " c2 ".val"))) 1203 (peephole (hole 2 c1 ".val >= " c2 ".val"))) 1208 (peephole (hole 2 c1 ".val.toLowerCase() === " c2 ".val.toLowerCase()"))) 1213 (peephole (hole 2 c1 ".val.toLowerCase() < " c2 ".val.toLowerCase()"))) 1218 (peephole (hole 2 c1 ".val.toLowerCase() > " c2 ".val.toLowerCase()"))) 1223 (peephole (hole 2 c1 ".val.toLowerCase() <= " c2 ".val.toLowerCase()"))) 1228 (peephole (hole 2 c1 ".val.toLowerCase() >= " c2 ".val.toLowerCase()")) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
| v8-earley-boyer.js | 1183 (peephole (hole 2 c1 ".val === " c2 ".val"))) 1188 (peephole (hole 2 c1 ".val < " c2 ".val"))) 1193 (peephole (hole 2 c1 ".val > " c2 ".val"))) 1198 (peephole (hole 2 c1 ".val <= " c2 ".val"))) 1203 (peephole (hole 2 c1 ".val >= " c2 ".val"))) 1208 (peephole (hole 2 c1 ".val.toLowerCase() === " c2 ".val.toLowerCase()"))) 1213 (peephole (hole 2 c1 ".val.toLowerCase() < " c2 ".val.toLowerCase()"))) 1218 (peephole (hole 2 c1 ".val.toLowerCase() > " c2 ".val.toLowerCase()"))) 1223 (peephole (hole 2 c1 ".val.toLowerCase() <= " c2 ".val.toLowerCase()"))) 1228 (peephole (hole 2 c1 ".val.toLowerCase() >= " c2 ".val.toLowerCase()")) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
| v8-earley-boyer.js | 1183 (peephole (hole 2 c1 ".val === " c2 ".val"))) 1188 (peephole (hole 2 c1 ".val < " c2 ".val"))) 1193 (peephole (hole 2 c1 ".val > " c2 ".val"))) 1198 (peephole (hole 2 c1 ".val <= " c2 ".val"))) 1203 (peephole (hole 2 c1 ".val >= " c2 ".val"))) 1208 (peephole (hole 2 c1 ".val.toLowerCase() === " c2 ".val.toLowerCase()"))) 1213 (peephole (hole 2 c1 ".val.toLowerCase() < " c2 ".val.toLowerCase()"))) 1218 (peephole (hole 2 c1 ".val.toLowerCase() > " c2 ".val.toLowerCase()"))) 1223 (peephole (hole 2 c1 ".val.toLowerCase() <= " c2 ".val.toLowerCase()"))) 1228 (peephole (hole 2 c1 ".val.toLowerCase() >= " c2 ".val.toLowerCase()")) [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| DAGCombiner.cpp | 571 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2)) 589 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2)) 3518 uint64_t c2 = N1C->getZExtValue(); local 3537 uint64_t c2 = N1C->getZExtValue(); local 3558 uint64_t c2 = N1C->getZExtValue(); local 3769 uint64_t c2 = N1C->getZExtValue(); local 3782 uint64_t c2 = N1C->getZExtValue(); local [all...] |
| /external/chromium/base/ |
| file_path.cc | 605 wchar_t c2 = (wchar_t)LOWORD(::CharUpperW((LPWSTR)MAKELONG(*i2, 0))); local 606 if (c1 < c2) 608 if (c1 > c2) [all...] |
| /external/clang/tools/c-index-test/ |
| c-index-test.c | 1237 int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2); local [all...] |
| /external/libmtp/src/ |
| ptp-pack.c | 1188 uint32_t l, s1, c1, s2 = 0, c2 = 0; local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
| /prebuilts/tools/common/commons-compress/ |
| commons-compress-1.0.jar | |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| DatagramSocketTest.java | 619 int c2 = 0; local 628 if (++c2 > 4) { [all...] |
| /external/webkit/Source/WebCore/platform/mac/ |
| HTMLConverter.mm | [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldDatagramSocketTest.java | 927 int c2 = 0; local [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
| multiway_merge.h | 459 #define _GLIBCXX_PARALLEL_MERGE_4_CASE(a,b,c,d,c0,c1,c2) \ 468 if (seq ## a c2 seq ## d) goto s ## b ## c ## a ## d; \ [all...] |
| /prebuilts/tools/common/http-client/ |
| commons-logging-1.1.1.jar | |
| /external/elfutils/tests/ |
| run-allregs.sh | [all...] |
| /external/jpeg/ |
| config.guess | 422 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 425 else echo c2-convex-bsd 863 c2*) 866 else echo c2-convex-bsd
|
| /external/libpng/ |
| png.h | [all...] |
| /external/libxml2/include/libxml/ |
| tree.h | 272 struct _xmlElementContent *c2; /* second child */ member in struct:_xmlElementContent [all...] |
| /external/llvm/autoconf/ |
| config.sub | 539 convex-c2) 540 basic_machine=c2-convex [all...] |
| /external/llvm/projects/sample/autoconf/ |
| config.guess | 696 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 699 else echo c2-convex-bsd [all...] |
| /external/openssh/ |
| config.sub | 518 convex-c2) 519 basic_machine=c2-convex [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| config.guess | 422 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 425 else echo c2-convex-bsd 863 c2*) 866 else echo c2-convex-bsd
|
| /external/qemu-pc-bios/bochs/ |
| config.guess | 672 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 675 else echo c2-convex-bsd [all...] |