/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 332 StringRef getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() argument 339 Scratch.clear(); in getNodeName() 340 llvm::raw_svector_ostream OS(Scratch); in getNodeName() 348 StringRef getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() argument 352 Scratch.clear(); in getNodeName() 353 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch); in getNodeName() 357 llvm::SmallString<128> &Scratch) { in getNodeName() argument 406 llvm::SmallString<128> Scratch; in matchesNodeUnqualified() local 407 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified() 415 llvm::SmallString<128> Scratch; in matchesNodeFullFast() local [all …]
|
/external/gemmlowp/meta/ |
D | streams.h | 64 static int Scratch(const RowMajor& params, int lanes_count, int pack_size) { in Scratch() function 87 static int Scratch(const RowMajorWithSum& params, int lanes_count, in Scratch() function 112 static int Scratch(const ColumnMajorWithSum& params, int lanes_count, in Scratch() function 153 static int Scratch(const RowMajor& params) { return PackedStride(params); } in Scratch() function 161 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug() 210 static int Scratch(const RowMajorWithSum& params) { in Scratch() function 221 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug() 275 static int Scratch(const ColumnMajorWithSum& params) { in Scratch() function 286 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug()
|
D | single_thread_gemm.h | 34 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize() 39 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize() 116 params.scratch + LeftStreamF::Scratch(params.left_stream); in ExecuteDispatch3D() 225 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize() 228 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize() 303 params.scratch + RightStreamF::Scratch(params.right_stream); in ExecuteDispatch3D() 457 const int lhs_scratch = LeftStream::Scratch(params.left_stream); in ExecuteDispatch3D() 458 const int rhs_scratch = RightStream::Scratch(params.right_stream); in ExecuteDispatch3D() 506 const int lhs_scratch = LeftStream::Scratch(params.left_stream); in ExecuteDispatch3D() 507 const int rhs_scratch = RightStream::Scratch(params.right_stream); in ExecuteDispatch3D()
|
D | base.h | 97 static int Scratch(const StreamType& params, int lanes);
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 146 class Scratch { class 148 Scratch() : buffer_(), buffer_32_(nullptr), size_(0) {} in Scratch() function in gemmlowp::eight_bit_int_gemm::__anon2ae4b6060111::Scratch 176 Scratch* global_scratch = nullptr; 178 Scratch* GetOrCreateGlobalScratch() { in GetOrCreateGlobalScratch() 180 global_scratch = new Scratch(); in GetOrCreateGlobalScratch() 259 Scratch* scratch = GetOrCreateGlobalScratch(); in MetaGemmQuantized8Bit() 283 Scratch* scratch = GetOrCreateGlobalScratch(); in MetaGemmFloat() 360 Scratch* scratch = GetOrCreateGlobalScratch(); in EightBitIntGemm()
|
/external/toybox/toys/other/ |
D | README | 6 booting a system image and building Linux From Scratch under it. 9 build control image for Linux From Scratch 6.8):
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | print.c | 69 CHAR16 Scratch[PRINT_ITEM_BUFFER_LEN]; member 1036 Item.Item.pw = Item.Scratch; in _Print() 1094 Item.Item.pw = Item.Scratch; in _Print() 1107 Item.Item.pw = Item.Scratch; in _Print() 1117 Item.Item.pw = Item.Scratch; in _Print() 1122 Item.Item.pw = Item.Scratch; in _Print() 1131 Item.Item.pw = Item.Scratch; in _Print() 1136 Item.Item.pw = Item.Scratch; in _Print() 1165 Item.Item.pw = Item.Scratch; in _Print()
|
/external/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.td | 120 // Scratch registers. 138 // Scratch registers. 155 // Scratch registers. 167 // Scratch registers. 178 // Scratch registers.
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 722 IN OUT VOID *Scratch, in Decompress() argument 767 Sd = (SCRATCH_DATA *) Scratch; in Decompress() 886 IN OUT VOID *Scratch, in EfiDecompress() argument 920 Scratch, in EfiDecompress() 970 IN OUT VOID *Scratch, in TianoDecompress() argument 1004 Scratch, in TianoDecompress()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | 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, in MergeOps() argument 329 NewBase = Scratch; in MergeOps() 374 unsigned Scratch, in MergeOpsUpdate() argument 408 Pred, PredReg, Scratch, dl, Regs)) in MergeOpsUpdate() 441 unsigned Scratch, MemOpQueue &MemOps, in MergeLDR_STR() argument 493 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges); in MergeLDR_STR() 494 MergeLDR_STR(MBB, i, Base, Opcode, Size, Pred, PredReg, Scratch, in MergeLDR_STR() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.def | 21 // Scratch GPRs: rax, rcx, rdx, rsi, rdi, r8, r9, r10, r11 23 // Scratch XMMs: xmm0, xmm1, xmm2, xmm3, xmm4, xmm5, xmm6, xmm7, 26 // Scratch GPRs: rax, rcx, rdx, r8, r9, r10, r11 28 // Scratch XMMs: xmm0, xmm1, xmm2, xmm3, xmm4, xmm5 30 // Scratch registers are listed first, followed by preserved registers, so 36 // scratch: Scratch (caller-save) register.
|
D | IceInstX8632.def | 21 // Scratch GPRs: eax, ecx, edx 23 // Scratch XMMs: xmm0, xmm1, xmm2, xmm3, xmm4, xmm5, xmm6, xmm7 28 // scratch: Scratch (caller-save) register.
|
D | IceRegistersARM32.h | 89 unsigned Scratch : 1; member
|
D | IceTargetLoweringARM32.cpp | 2189 if (Entry.Scratch && (Include & RegSet_CallerSave)) in getRegisterSet() 2197 if (Entry.Scratch && (Exclude & RegSet_CallerSave)) in getRegisterSet()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ |
D | efivar.h | 38 IN OUT VOID *Scratch
|
/external/syslinux/efi32/include/efi/protocol/ |
D | efivar.h | 38 IN OUT VOID *Scratch
|
/external/syslinux/efi64/include/efi/protocol/ |
D | efivar.h | 38 IN OUT VOID *Scratch
|
/external/vboot_reference/utility/include/ |
D | eficompress.h | 84 IN OUT VOID *Scratch,
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | large-alloca-compute.ll | 47 ; Scratch size = alloca size + emergency stack slot
|
/external/toybox/ |
D | README | 105 release is regression tested by building Linux From Scratch under this 108 requirements. (The eventual goal is to replace Linux From Scratch with
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | filter_ar_fast_q12_armv7.S | 35 @ r11: Scratch
|
/external/syslinux/core/ |
D | isolinux.asm | 97 sp_dummy: resb 1 ; Scratch, safe to overwrite 146 dsp_dummy: resb 1 ; Scratch, safe to overwrite
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1311 APValue Scratch; in EvaluateIgnoredValue() local 1312 if (!Evaluate(Scratch, Info, E)) in EvaluateIgnoredValue() 9161 EvalResult Scratch; in EvaluateAsBooleanCondition() local 9162 return EvaluateAsRValue(Scratch, Ctx) && in EvaluateAsBooleanCondition() 9163 HandleConversionToBool(Scratch.Val, Result); in EvaluateAsBooleanCondition() 9786 APValue Scratch; in isCXX11ConstantExpr() local 9787 bool IsConstExpr = ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch); in isCXX11ConstantExpr() 9849 APValue Scratch; in isPotentialConstantExpr() local 9853 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr() 9854 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch); in isPotentialConstantExpr() [all …]
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 2643 Scratch thee but with a pin, and there remains
|