HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 1076 - 1100 of 1211) sorted by null

<<414243444546474849

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 481 s390_cc_t cc; local
581 cc = S390_CC_ALWAYS;
588 cc = s390_isel_cc(env, guard);
635 addInstr(env, s390_insn_helper_call(cc, (Addr64)target, n_args,
843 s390 VEX b6 b2 b0 cc.1 cc.0
849 b0 = cc.0
850 b2 = cc.0 & cc.1
851 b6 = ~(cc.0 ^ cc.1) // ((cc.0 - cc.1) + 0x1 ) & 0x
1870 s390_cc_t cc = s390_isel_cc(env, cond_expr); local
    [all...]
host_x86_isel.c 381 void callHelperAndClearArgs ( ISelEnv* env, X86CondCode cc,
390 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
434 X86CondCode cc; local
643 cc = Xcc_ALWAYS;
650 cc = iselCondCode( env, guard );
686 callHelperAndClearArgs( env, cc, cee, n_arg_ws, *retloc );
1501 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
2173 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3227 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3839 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
4250 X86CondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_amd64_isel.c 435 AMD64CondCode cc; local
583 cc = Acc_ALWAYS;
636 cc = Acc_ALWAYS;
643 cc = iselCondCode( env, guard );
694 AMD64Instr_Call(cc, Ptr_to_ULong(cee->addr), n_args, *retloc));
1868 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3094 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3702 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
4261 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
4697 AMD64CondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_arm_defs.c 3088 ARMCondCode cc; local
3130 ARMCondCode cc = i->ARMin.LdSt16.cc; local
3177 ARMCondCode cc = i->ARMin.Ld8S.cc; local
3665 UInt cc = (UInt)i->ARMin.VCMovD.cond; local
3674 UInt cc = (UInt)i->ARMin.VCMovS.cond; local
4594 UInt cc = (UInt)i->ARMin.NCMovQ.cond; local
    [all...]
host_ppc_isel.c 690 PPCCondCode cc; local
890 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );
1605 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); local
2183 PPCCondCode cc; local
2212 PPCCondCode cc; local
2364 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3138 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3547 PPCCondCode cc; local
3587 PPCCondCode cc; local
4092 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
5723 PPCCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 135 a 64-bit platform, this cc-field contains a pointer to a const
437 void set_cc ( Block* b, const HChar* cc )
441 *(const HChar**)&b2[0] = cc;
1315 const HChar* cc; member in struct:__anon36276
1338 const HChar* cc; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 615 Connection[] cc = that.mConnections.toArray( local
617 for (Connection c : cc) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2212 uint32 a1, a0, b1, b0, t, cc = 0; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1676 int cc; local
1779 int cc; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddeml.h 287 CONVCONTEXT cc; member in struct:tagMONCBSTRUCT
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 5 #include "cc/trees/layer_tree_host_common.h"
9 #include "cc/animation/layer_animation_controller.h"
10 #include "cc/animation/transform_operations.h"
11 #include "cc/base/math_util.h"
12 #include "cc/layers/content_layer.h"
13 #include "cc/layers/content_layer_client.h"
14 #include "cc/layers/layer.h"
15 #include "cc/layers/layer_client.h"
16 #include "cc/layers/layer_impl.h"
17 #include "cc/layers/layer_iterator.h
36 namespace cc { namespace
    [all...]
layer_tree_host_impl.cc 5 #include "cc/trees/layer_tree_host_impl.h"
16 #include "cc/animation/scrollbar_animation_controller.h"
17 #include "cc/animation/timing_function.h"
18 #include "cc/base/latency_info_swap_promise_monitor.h"
19 #include "cc/base/math_util.h"
20 #include "cc/base/util.h"
21 #include "cc/debug/benchmark_instrumentation.h"
22 #include "cc/debug/debug_rect_history.h"
23 #include "cc/debug/devtools_instrumentation.h"
24 #include "cc/debug/frame_rate_counter.h
121 namespace cc { namespace
    [all...]
layer_tree_host_unittest.cc 5 #include "cc/trees/layer_tree_host.h"
11 #include "cc/animation/timing_function.h"
12 #include "cc/base/swap_promise.h"
13 #include "cc/debug/frame_rate_counter.h"
14 #include "cc/layers/content_layer.h"
15 #include "cc/layers/content_layer_client.h"
16 #include "cc/layers/io_surface_layer.h"
17 #include "cc/layers/layer_impl.h"
18 #include "cc/layers/painted_scrollbar_layer.h"
19 #include "cc/layers/picture_layer.h
67 namespace cc { namespace
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 1054 Condition cc = GetCondition(); local
    [all...]
constants-arm.h 64 cc = 3 << 28, // C clear Unsigned lower. enumerator in enum:v8::internal::Condition
82 lo = cc // C clear Unsigned lower.
410 // These constants are declared in assembler-arm.cc, as they use named registers
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 1915 Condition cc = GetCondition(); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 453 Condition cc);
798 Condition cc) {
811 if (cc == less || cc == greater) {
818 if (cc != eq) {
823 if (cc == less_equal || cc == greater_equal) {
829 if (cc == le) {
843 if (cc == less) {
845 } else if (cc == greater)
1082 Condition cc = GetCondition(); local
    [all...]
full-codegen-mips.cc 692 void FullCodeGenerator::Split(Condition cc,
699 __ Branch(if_true, cc, lhs, rhs);
701 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
703 __ Branch(if_true, cc, lhs, rhs);
4565 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 1799 Condition cc = GetCondition(); local
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc 1586 Condition cc = GetCondition(); local
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 865 private static void getFields(ArrayList alist, CtClass cc) {
867 if (cc == null)
871 getFields(alist, cc.getSuperclass());
876 CtClass[] ifs = cc.getInterfaces();
883 CtMember.Cache memCache = ((CtClassType)cc).getMembers();
1014 CtConstructor cc = (CtConstructor)mem; local
1015 if (isPubCons(cc))
1016 result[i++] = cc;
1036 CtConstructor cc = (CtConstructor)cons; local
1037 if (cc.getMethodInfo2().getDescriptor().equals(desc
1054 CtConstructor cc = (CtConstructor)mem; local
1064 CtConstructor cc = (CtConstructor)mem; local
1079 CtConstructor cc = (CtConstructor)cons; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 458 /* Return the cooked value of DIE depending on whether CC represents a
464 static UWord cook_die( CUConst* cc, UWord die )
466 if (cc->is_type_unit)
467 die += cc->types_cuOff_bias;
468 else if (cc->is_alt_info)
469 die += cc->alt_cuOff_bias;
477 static UWord cook_die_using_form( CUConst *cc, UWord die, DW_FORM form)
482 return die + cc->alt_cuOff_bias;
483 return cook_die( cc, die );
489 static UWord uncook_die( CUConst *cc, UWord die, /*OUT*/Bool *type_flag
3790 CUConst cc; local
3862 CUConst cc; local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 1247 const size_t cc = curr.size(); local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1990 long cc = 0; \/\/ for stability checks local
2263 int i, e; long cc; Thread p; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 237 unsigned char cc[11]; member in struct:asyport

Completed in 1235 milliseconds

<<414243444546474849