HomeSort by relevance Sort by last modified time
    Searched refs:Scratch (Results 1 - 15 of 15) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 45 llvm::SmallString<256> &Scratch;
49 : Scratch(indexCtx->StrScratch) {}
50 ~StrAdapter() { Scratch.clear(); }
54 unsigned getCurSize() const { return Scratch.size(); }
57 Scratch.push_back('\0');
58 return Scratch.data() + CharIndex;
61 SmallVectorImpl<char> &getBuffer() { return Scratch; }
IndexingContext.cpp 26 Scratch += Str;
27 Scratch.push_back('\0');
28 return Scratch.data() + (Scratch.size() - Str.size() - 1);
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 57 INST_ALLOC Scratch;
64 InstAlloc_Init( &Scratch , LVM_NULL);
135 * Scratch memory
137 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_INT16) );
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
LVPSA_Init.c 55 INST_ALLOC Scratch;
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 91 class Scratch
94 Scratch(RegisterFile& regFile)
97 ~Scratch() {
342 void modify(T& r, Scratch& regs)
406 Scratch& global_scratches);
413 Scratch& scratches,
414 Scratch& global_scratches);
421 Scratch& regs);
432 Scratch& regs);
457 Scratch& regs)
    [all...]
GGLAssembler.cpp 203 Scratch regs(registerFile());
229 Scratch scratches(registerFile());
351 Scratch scratches(registerFile());
372 Scratch scratches(registerFile());
402 Scratch scratches(registerFile());
416 Scratch scratches(registerFile());
455 Scratch& regs)
461 Scratch scratches(registerFile());
483 Scratch& scratches,
484 Scratch& global_regs
    [all...]
blending.cpp 34 Scratch& regs)
37 Scratch scratches(registerFile());
67 Scratch& regs)
90 Scratch scratches(registerFile());
259 Scratch& scratches)
442 Scratch scratches(registerFile());
460 Scratch scratches(registerFile());
570 Scratch scratches(registerFile());
texturing.cpp 74 Scratch scratches(registerFile());
184 Scratch& regs)
202 Scratch scratches(registerFile());
362 Scratch scratches(registerFile());
405 Scratch& regs)
456 Scratch scratches(registerFile());
656 Scratch scratches(registerFile());
697 Scratch scratches(registerFile());
802 Scratch scratches(registerFile());
    [all...]
load_store.cpp 67 Scratch scratches(registerFile());
247 Scratch scratches(registerFile());
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 36 Scratch RN 12
61 ;// Copy pDst to scratch
62 MOV Scratch, pDst
135 MOV pSrc, Scratch
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 36 Scratch RN 12
61 ;// Copy pDst to scratch
62 MOV Scratch, pDst
135 MOV pSrc, Scratch
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 92 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
105 unsigned Scratch,
111 unsigned Scratch, MemOpQueue &MemOps,
293 unsigned PredReg, unsigned Scratch, DebugLoc dl,
328 // Use the scratch register to use as a new base.
329 NewBase = Scratch;
374 unsigned Scratch,
408 Pred, PredReg, Scratch, dl, Regs))
441 unsigned Scratch, MemOpQueue &MemOps,
493 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 971 APValue Scratch;
972 if (!Evaluate(Scratch, Info, E->getSubExpr()))
    [all...]
  /external/sqlite/dist/
shell.c.orig 997 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1001 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1010 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
shell.c 1002 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1006 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1015 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]

Completed in 111 milliseconds