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

<<11121314151617181920>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 420 CODING_CONTEXT *const cc = &cpi->coding_context; local
427 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost);
429 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0],
431 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1],
433 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0],
435 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1],
438 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs);
443 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas);
444 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
446 cc->fc = *cm->fc
450 CODING_CONTEXT *const cc = &cpi->coding_context; local
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 290 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
291 switch (cc) {
292 default: Out << "cc" << cc; break; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 1069 register pcre_uint32 cc = *(++ptr); local
1280 register pcre_uint32 cc = *ptr++; local
1319 register pcre_uint32 cc = *(++ptr); local
1352 register pcre_uint32 cc = *ptr++; local
1402 pcre_uint32 cc; \/* Some compilers don't like *\/ local
1742 register pcre_uchar *cc = code + 1 + LINK_SIZE; local
9522 pcre_uchar *cc = (pcre_uchar *)codestart; local
    [all...]
pcre_exec.c 238 pcre_uint32 cc, cp; local
240 cc = UCHAR21TEST(eptr);
242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1;
3279 pcre_uint32 cc = UCHAR21(eptr); local
3542 pcre_uint32 cc; \/* Faster than pcre_uchar *\/ local
3557 pcre_uint32 cc; \/* Faster than pcre_uchar *\/ local
3577 pcre_uint32 cc; \/* Faster than pcre_uchar *\/ local
4542 pcre_uint32 cc; local
4559 pcre_uint32 cc; local
4576 pcre_uint32 cc; local
4593 pcre_uint32 cc; local
4610 pcre_uint32 cc; local
    [all...]
pcretest.c 4558 pcre_uint32 cc; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 564 Condition cc = GetCondition(); local
586 EmitIdenticalObjectComparison(masm, &slow, cc, strength());
623 if (cc == lt || cc == le) {
656 if (cc == eq && !strict()) {
672 if (cc == eq) {
684 if (cc == eq) {
688 if (cc == lt || cc == le) {
691 DCHECK(cc == gt || cc == ge); // remaining case
    [all...]
constants-arm.h 75 cc = 3 << 28, // C clear Unsigned lower. enumerator in enum:v8::internal::Condition
93 lo = cc // C clear Unsigned lower.
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 64 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
66 DCHECK(cc == carry || cc == not_carry);
68 __ j(cc, target, distance);
643 void FullCodeGenerator::Split(Condition cc,
648 __ j(cc, if_true);
650 __ j(NegateCondition(cc), if_false);
652 __ j(cc, if_true);
4503 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 690 void FullCodeGenerator::Split(Condition cc,
697 __ Branch(if_true, cc, lhs, rhs);
699 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
701 __ Branch(if_true, cc, lhs, rhs);
4587 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 689 void FullCodeGenerator::Split(Condition cc,
696 __ Branch(if_true, cc, lhs, rhs);
698 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
700 __ Branch(if_true, cc, lhs, rhs);
4596 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 64 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
66 DCHECK(cc == carry || cc == not_carry);
68 __ j(cc, target, distance);
640 void FullCodeGenerator::Split(Condition cc,
645 __ j(cc, if_true);
647 __ j(NegateCondition(cc), if_false);
649 __ j(cc, if_true);
4495 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 580 Condition cc = GetCondition(); local
603 EmitIdenticalObjectComparison(masm, &slow, cc, strength());
653 if (cc == lt || cc == le) {
683 if (cc == eq && !strict()) {
699 if (cc == eq) {
710 if (cc == eq) {
714 if (cc == lt || cc == le) {
717 DCHECK(cc == gt || cc == ge); // remaining case
    [all...]
  /external/valgrind/VEX/priv/
host_amd64_isel.c 434 AMD64CondCode cc; local
582 cc = Acc_ALWAYS;
635 cc = Acc_ALWAYS;
642 cc = iselCondCode( env, guard );
693 AMD64Instr_Call(cc, (Addr)cee->addr, n_args, *retloc));
1867 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3093 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
3704 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
4263 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); local
4324 AMD64CondCode cc = iselCondCode(env, lg->guard); local
4354 AMD64CondCode cc local
4765 AMD64CondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
host_arm_defs.c 3072 ARMCondCode cc; local
3114 ARMCondCode cc = i->ARMin.LdSt16.cc; local
3161 ARMCondCode cc = i->ARMin.Ld8S.cc; local
3647 UInt cc = (UInt)i->ARMin.VCMovD.cond; local
3656 UInt cc = (UInt)i->ARMin.VCMovS.cond; local
4576 UInt cc = (UInt)i->ARMin.NCMovQ.cond; local
    [all...]
host_ppc_isel.c 724 PPCCondCode cc; local
1641 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); local
2246 PPCCondCode cc; local
2282 PPCCondCode cc; local
2445 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond, IEndianess); local
3238 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond, IEndianess); local
3651 PPCCondCode cc; local
3699 PPCCondCode cc; local
4218 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond, IEndianess); local
5950 PPCCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard, IEndianess); local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 1503 const size_t cc = curr.size(); local
    [all...]
SurfaceFlinger_hwc1.cpp 1419 const size_t cc = curr.size(); local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 2200 CountedCompleter<?> cc = (task instanceof CountedCompleter) ? local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 237 unsigned char cc[11]; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 237 unsigned char cc[11]; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 621 CALLCONV cc; member in struct:tagMETHODDATA
637 WINOLEAUTAPI DispCallFunc(void *pvInstance,ULONG_PTR oVft,CALLCONV cc,VARTYPE vtReturn,UINT cActuals,VARTYPE *prgvt,VARIANTARG **prgpvarg,VARIANT *pvargResult);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 4828 contextCase cc; local
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 1109 int i, ci, n, c, cc; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 587 bool compare(CondCode cc, float fval) const;
679 CondCode cc; member in class:nv50_ir::Instruction
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 117 * CC - Color Calculator. No EU threads associated with this unit.
1034 } cc; member in struct:brw_context
    [all...]

Completed in 771 milliseconds

<<11121314151617181920>>