HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 326 - 350 of 521) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 1298 char c2 = dataarray[i++]; local
1347 char c2 = dataarray[i++]; local
    [all...]
  /external/chromium/base/
bind_unittest.cc 232 Callback<int(int,int)> c2 = Bind(&Sum, 32, 16, 8, 4); local
233 EXPECT_EQ(85, c2.Run(13, 12));
  /external/icu4c/tools/gennorm/
store.c 570 uint32_t c2; local
577 c2=c%JAMO_T_COUNT;
579 if(c2>0) {
580 hangulBuffer[2]=JAMO_T_BASE+c2;
1547 uint32_t c2; local
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 749 TCGArg c2, int c2const, int label_index)
762 op |= INSN_IM5(c2);
765 op |= INSN_R1(c2);
795 TCGArg c1, TCGArg c2, int c2const)
806 op = INSN_COMICLR | INSN_R2(c1) | INSN_R1(ret) | INSN_IM11(c2);
808 op = INSN_COMCLR | INSN_R2(c1) | INSN_R1(c2) | INSN_T(ret);
837 TCGArg c1, TCGArg c2, int c2const)
839 tcg_out_comclr(s, tcg_invert_cond(cond), ret, c1, c2, c2const);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 593 // Contents of both c1 and c2 registers are modified. At the exit c1 is
595 // initial contents of c1 and c2 respectively.
598 Register c2,
655 Register c2,
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 79 ->11.11% (400B) 0x........: c2 (alloc-fns.c:15)
  /external/zlib/contrib/minizip/
unzip.c 354 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)
    [all...]
  /frameworks/base/libs/utils/
Unicode.cpp 318 const char16_t c2 = ntohs(*s2N); local
319 const int d = (int)*s1H++ - (int)c2;
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 57 T c2 = o2; local
58 return c1.compareTo(c2);
  /external/opencv/cvaux/src/
cvlee.cpp 3646 float c2 = pEdge2->parabola->a*Direction_img.x; local
3755 float c2 = pEdge2->parabola->a*Direction_img.x; local
3904 float c2 = pEdge1->parabola->a*Direction_img.x; local
4002 float c2 = pEdge1->parabola->a*Direction_img.x; local
4141 float c2 = a2*Direction_img.x; local
4281 float c2 = a2*Direction_img.x; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1117 char c2 = str.charAt(k); local
    [all...]
  /external/icu4c/common/
ucase.c 313 int32_t c1, c2; local
318 c2=*t++;
319 if(c2==0) {
322 c1-=c2;
891 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA
    [all...]
ucnv2022.c     [all...]
  /external/icu4c/test/intltest/
idnaref.cpp 76 UChar c1,c2; local
86 c2 = s2[i];
89 if(c1!=c2) {
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 138 vadd.s16 d4, d15, d17 ;c2 = ((temp2 * x_c2 )>>16) + temp2
139 vadd.s16 d8, d23, d27 ;c2 = ((temp2 * x_c2 )>>16) + temp2
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 130 | Some (Token.Kwd c2) ->
133 let next_prec = precedence c2 in
  /external/v8/src/ia32/
code-stubs-ia32.h 204 // performed and registers c1 and c2 are preserved. In all other
212 Register c2,
  /external/v8/src/x64/
code-stubs-x64.h 205 Register c2,
  /external/v8/test/mjsunit/
array-sort.js 320 1000: "c2",
340 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 504 const UChar* c2 = s2 ? s2->characters() : 0; local
506 while (pos < lmin && *c1 == *c2) {
508 c2++;
513 return (c1[0] > c2[0]) ? 1 : -1;
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 318 void waitUntil(int c0, int c1, int c2);
368 void MSurface::waitUntil(int c0, int c1, int c2) {
369 INFO("waitUntil: %d %d %d", c0, c1, c2);
374 unregisterBuffersCount >= c2) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 306 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, local
309 while (c2.moveToNext()) {
310 long accountId = c2.getLong(Account.ID_PROJECTION_COLUMN);
319 c2.close();
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 444 final Cursor c2 = new CursorWrapper(c1); local
447 final Cursor c3 = new CursorWrapper(c2) {
451 assertFalse(TextUtils.isEmpty(Utility.dumpCursor(c2)));
458 assertFalse(TextUtils.isEmpty(Utility.dumpCursor(c2)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 780 char c2 = Character.toLowerCase(word.charAt(j)); local
797 char c2 = Character.toLowerCase(word.charAt(j)); local
    [all...]
  /external/quake/quake/src/QW/client/
common.c 258 int c1, c2;
263 c2 = *s2++;
268 if (c1 != c2)
272 if (c2 >= 'a' && c2 <= 'z')
273 c2 -= ('a' - 'A');
274 if (c1 != c2)
    [all...]

Completed in 914 milliseconds

<<11121314151617181920>>