HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 426 - 450 of 647) sorted by null

<<11121314151617181920>>

  /external/qemu/tcg/hppa/
tcg-target.c 748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1,
767 op |= INSN_R2(c1);
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/zlib/contrib/minizip/
unzip.c 353 char c1=*(fileName1++); local
355 if ((c1>='a') && (c1<='z'))
356 c1 -= 0x20;
359 if (c1=='\0')
363 if (c1<c2)
365 if (c1>c2)
    [all...]
  /external/icu4c/common/
ucnv2022.c 97 * Do not encode C1 control codes with native bytes 80..9F
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2277 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
utxttest.cpp 124 UChar32 c1 = 0; local
132 c1 = (c1+1)%0x80;
135 if (c1==0x5c || c1==0) {
136 c1++;
138 s.append(c1);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL
804 -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
  /external/opencv/ml/src/
mlboost.cpp 1004 int c1 = 0; local
1006 c1 += class_labels[i];
1007 p[0] = data->priors->data.db[0]*(c1 < count ? 1./(count - c1) : 0.);
1008 p[1] = data->priors->data.db[1]*(c1 > 0 ? 1./c1 : 0.);
    [all...]
  /external/mksh/src/
edit.c 3939 int cur, c1, c2, c3 = 0; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 191 Context c1 = mInstrumentation.getContext(); local
193 assertNotSame(c1.getPackageName(), c2.getPackageName());
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc     [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 463 UChar c1='s'; local
465 scan_idx = uScan_STRING.indexOf(c1);
  /external/libsepol/tests/policies/test-linker/
small-base.conf 403 category c0; category c1; category c2; category c3;
560 gen_user(g_b_user_2,, g_b_role_1, s0, s0 - s0:c0, c1, c3, c4, c5)
  /external/opencv/cxcore/src/
cxswitcher.cpp 670 int c0 = toupper(module->name[i]), c1 = toupper(name[i]);
671 if( c0 != c1 )
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 196 c1 -> c300
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 81 !=cSbLdlbtZ[[[-]P0lb-sb]sclb0>c1+]sclb0!<c[0P1+dld>c]scdld>cscSdLbP]q]Sb\
  /system/extras/tests/memtest/
memtest.cpp 377 const unsigned char *c1 = (const unsigned char *)s1, *c2 = (const unsigned char *)s2; local
381 d = (int)*c1++ - (int)*c2++;
  /external/icu4c/test/cintltst/
callcoll.c 1177 UCollator* c1 = NULL; local
    [all...]
capitst.c 962 UCollator * c1; local
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 341 2:"c1",
369 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1770 Char c1 = (arg[0] >> 24) & 0xff; local
    [all...]
  /external/webp/src/dec/
dsp_sse2.c 82 const __m128i c1 = _mm_mulhi_epi16(in1, k2); local
85 const __m128i c4 = _mm_sub_epi16(c1, c2);
140 const __m128i c1 = _mm_mulhi_epi16(T1, k2); local
143 const __m128i c4 = _mm_sub_epi16(c1, c2);
526 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
534 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
557 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
  /external/v8/src/
preparser.cc 1752 byte c1; local
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 1796 char c1 = p1.charAt(i); local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
  /external/chromium/base/
file_util_unittest.cc     [all...]

Completed in 1338 milliseconds

<<11121314151617181920>>