HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 426 - 450 of 620) sorted by null

<<11121314151617181920>>

  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 314 int32_t cc = 0; local
318 while (cc < len && FX_IsSpace(str[cc])) {
319 cc++;
321 if (cc >= len) {
324 if (str[cc] == '+') {
325 cc++;
326 } else if (str[cc] == '-') {
328 cc++;
331 while (cc < len) {
455 int32_t cc = 0; local
1027 int cc = 0, ccf = 0; local
1793 int cc = 0, ccf = 0; local
3015 int32_t cc = 0, ccf = 0; local
3448 int32_t cc = 0, ccf = 0; local
3868 int cc_start = 0, cc = 0; local
3951 int cc_start = 0, cc = cc_start; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 63 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
65 DCHECK(cc == carry || cc == not_carry);
67 __ j(cc, target, near_jump);
655 void FullCodeGenerator::Split(Condition cc,
660 __ j(cc, if_true);
662 __ j(NegateCondition(cc), if_false);
664 __ j(cc, if_true);
4506 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1658 Condition cc = GetCondition(); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 96 Condition cc, Strength strength);
278 Condition cc, Strength strength) {
292 if (cc == less || cc == greater) {
309 if (cc != eq) {
325 if (cc == less_equal || cc == greater_equal) {
331 if (cc == le) {
345 if (cc == less) {
347 } else if (cc == greater)
583 Condition cc = GetCondition(); local
    [all...]
simulator-mips.cc 33 uint32_t get_fcsr_condition_bit(uint32_t cc) {
34 if (cc == 0) {
37 return 24 + cc;
2326 uint32_t cc, fcsr_cc; local
2848 uint32_t cc, fcsr_cc; local
3980 uint32_t cc = instr->FBccValue(); local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 95 Condition cc, Strength strength);
276 Condition cc, Strength strength) {
290 if (cc == less || cc == greater) {
307 if (cc != eq) {
323 if (cc == less_equal || cc == greater_equal) {
329 if (cc == le) {
343 if (cc == less) {
345 } else if (cc == greater)
579 Condition cc = GetCondition(); local
    [all...]
simulator-mips64.cc 32 uint32_t get_fcsr_condition_bit(uint32_t cc) {
33 if (cc == 0) {
36 return 24 + cc;
2329 uint32_t cc, fcsr_cc; local
2723 uint32_t cc, fcsr_cc; local
4188 uint32_t cc = instr->FBccValue(); local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 1515 Condition cc = GetCondition(); local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1353 Condition cc = GetCondition(); local
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 45 // Define these function prototypes to match JSEntryFunction in execution.cc.
2141 int32_t cc; member in struct:test_float
    [all...]
test-assembler-mips64.cc 44 // Define these function prototypes to match JSEntryFunction in execution.cc.
2224 int32_t cc; member in struct:test_float
    [all...]
  /external/valgrind/VEX/priv/
host_arm_defs.h 669 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon25662::__anon25663::__anon25670
676 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon25662::__anon25663::__anon25671
684 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon25662::__anon25663::__anon25672
691 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon25662::__anon25663::__anon25673
    [all...]
ir_opt.c 6207 IRExpr* cc = NULL; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 492 /* Return the cooked value of DIE depending on whether CC represents a
498 static UWord cook_die( const CUConst* cc, UWord die )
500 if (cc->is_type_unit)
501 die += cc->types_cuOff_bias;
502 else if (cc->is_alt_info)
503 die += cc->alt_cuOff_bias;
511 static UWord cook_die_using_form( const CUConst *cc, UWord die, DW_FORM form)
516 return die + cc->alt_cuOff_bias;
517 return cook_die( cc, die );
523 static UWord uncook_die( const CUConst *cc, UWord die, /*OUT*/Bool *type_flag
4573 CUConst cc; local
4649 CUConst cc; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 219 static const char kIsacCodecName[] = "ISAC"; // From webrtcvoiceengine.cc
788 const IceCandidateCollection* cc = desci.candidates(mline_index); local
789 for (size_t i = 0; i < cc->count(); ++i) {
790 const IceCandidateInterface* candidate = cc->at(i);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 44 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo
52 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
56 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum
698 set.add(EnumFoo.cc);
820 hugeSet.add(HugeEnum.cc);
825 hugeSet.add(HugeEnum.cc);
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 6566 int cc; local
    [all...]
tc-tic54x.c 3676 symbol *cc = (symbol *) hash_find (cc_hash, operand->buf); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /external/pcre/dist/
pcre_jit_compile.c 231 pcre_uchar *cc; member in struct:backtrack_common
501 #define PRIVATE_DATA(cc) (common->private_data_ptrs[(cc) - common->start])
544 static pcre_uchar *bracketend(pcre_uchar *cc)
546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
547 do cc += GET(cc, 1); while (*cc == OP_ALT)
1062 pcre_uchar *cc = common->start; local
6097 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
6300 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); local
6415 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); local
7004 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
7539 PUSH_BACKTRACK(sizeof(bracketpos_backtrack), cc, NULL); local
7920 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
8154 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); local
8222 PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL); local
8251 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); local
8331 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
8467 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
8472 PUSH_BACKTRACK_NOVALUE(sizeof(braminzero_backtrack), cc); local
8505 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
8519 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
8575 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); local
8601 pcre_uchar *cc = current->cc; local
8745 pcre_uchar *cc = current->cc; local
8796 pcre_uchar *cc = current->cc; local
8867 pcre_uchar *cc = current->cc; local
9666 pcre_uchar *cc = common->start + common->currententry->start; local
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 22 int cc = 0; local
25 while (XFA_IsSpace(str[cc]) && cc < len) {
26 cc++;
28 if (cc >= len) {
31 while (cc < len) {
32 if (str[cc] == ',' || !XFA_IsDigit(str[cc])) {
35 r = r * 10 + str[cc] - '0';
36 cc++;
3324 int32_t cc = dot_index - 1; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 3930 Condition cc = instr->hydrogen()->allow_equality() ? hi : hs; local
    [all...]

Completed in 4521 milliseconds

<<11121314151617181920>>