Searched defs:Scratch (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp332 StringRef getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) { argument
339 Scratch.clear();
340 llvm::raw_svector_ostream OS(Scratch);
348 StringRef getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) { argument
352 Scratch.clear();
353 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch);
357 llvm::SmallString<128> &Scratch) {
406 llvm::SmallString<128> Scratch; local
407 StringRef NodeName = getNodeName(Node, Scratch);
415 llvm::SmallString<128> Scratch; local
356 getNodeName(const NamespaceDecl &Node, llvm::SmallString<128> &Scratch) argument
[all...]
/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc137 class Scratch { class in namespace:gemmlowp::eight_bit_int_gemm::__anon6658
139 Scratch() : buffer_(), size_(0) {} function in class:gemmlowp::eight_bit_int_gemm::__anon6658::Scratch
161 Scratch* global_scratch = nullptr;
163 Scratch* GetOrCreateGlobalScratch() {
165 global_scratch = new Scratch();
244 Scratch* scratch = GetOrCreateGlobalScratch();
269 Scratch* scratch = GetOrCreateGlobalScratch();
347 Scratch* scratch = GetOrCreateGlobalScratch();
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dprint.c69 CHAR16 Scratch[PRINT_ITEM_BUFFER_LEN]; member in struct:_pitem
1036 Item.Item.pw = Item.Scratch;
1094 Item.Item.pw = Item.Scratch;
1107 Item.Item.pw = Item.Scratch;
1117 Item.Item.pw = Item.Scratch;
1122 Item.Item.pw = Item.Scratch;
1131 Item.Item.pw = Item.Scratch;
1136 Item.Item.pw = Item.Scratch;
1165 Item.Item.pw = Item.Scratch;
/external/vboot_reference/utility/
H A Defidecompress.c722 IN OUT VOID *Scratch,
738 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
767 Sd = (SCRATCH_DATA *) Scratch;
886 IN OUT VOID *Scratch,
902 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
920 Scratch,
970 IN OUT VOID *Scratch,
986 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
1004 Scratch,
717 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
881 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
965 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp92 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
105 unsigned Scratch,
111 unsigned Scratch, MemOpQueue &MemOps,
293 unsigned PredReg, unsigned Scratch, DebugLoc dl,
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);
494 MergeLDR_STR(MBB, i, Base, Opcode, Size, Pred, PredReg, Scratch,
289 MergeOps(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVector<std::pair<unsigned, bool>, 8> &Regs) argument
367 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVector<MachineBasicBlock::iterator, 4> &Merges) argument
438 MergeLDR_STR(MachineBasicBlock &MBB, unsigned SIndex, unsigned Base, int Opcode, unsigned Size, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, MemOpQueue &MemOps, SmallVector<MachineBasicBlock::iterator, 4> &Merges) argument
1284 unsigned Scratch = RS->FindUnusedReg(ARM::GPRRegisterClass); local
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1311 APValue Scratch; local
1312 if (!Evaluate(Scratch, Info, E))
9161 EvalResult Scratch; local
9162 return EvaluateAsRValue(Scratch, Ctx) &&
9163 HandleConversionToBool(Scratch.Val, Result);
9786 APValue Scratch; local
9787 bool IsConstExpr = ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch);
9849 APValue Scratch; local
9853 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
9854 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch);
[all...]

Completed in 281 milliseconds