| /third_party/skia/include/private/ |
| D | SkTHash.h | 323 struct Slot { struct 325 ~Slot() { this->reset(); } in ~Slot() argument 327 Slot(const Slot& that) { *this = that; } in Slot() function 350 Slot(Slot&& that) { *this = std::move(that); } in Slot() argument 378 Slot& emplace(T&& v, uint32_t h) { in emplace() argument 408 SkAutoTArray<Slot> fSlots; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | LiveStacks.h | 64 LiveInterval &getInterval(int Slot) { in getInterval() 71 const LiveInterval &getInterval(int Slot) const { in getInterval() 78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() 80 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
|
| /third_party/flutter/skia/include/private/ |
| D | SkTHash.h | 218 struct Slot { struct 219 Slot() : val{}, hash(0) {} in Slot() argument 220 Slot(T&& v, uint32_t h) : val(std::move(v)), hash(h) {} in Slot() function 221 Slot(Slot&& o) { *this = std::move(o); } in Slot() argument 235 SkAutoTArray<Slot> fSlots; argument
|
| /third_party/rust/crates/signal-hook/src/iterator/exfiltrator/ |
| D | raw.rs | 21 pub struct Slot(AtomicPtr<Channel<siginfo_t>>); struct 23 impl Drop for Slot { implementation 71 fn store(&self, slot: &Slot, _: c_int, info: &siginfo_t) { in store() 81 fn load(&self, slot: &Slot, _: libc::c_int) -> Option<siginfo_t> { in load()
|
| D | origin.rs | 53 fn store(&self, slot: &Slot, signal: c_int, info: &siginfo_t) { in store()
|
| /third_party/skia/third_party/externals/brotli/research/ |
| D | sieve.cc | 9 typedef struct Slot { struct 14 } Slot; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | StackColoring.cpp | 477 bool applyFirstUse(int Slot) { in applyFirstUse() 573 int Slot = MO.getIndex(); in getStartOrEndSlot() local 588 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local 608 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local 657 int Slot = getStartOrEndSlot(MI); in collectMarkers() local 684 int Slot = MO.getIndex(); in collectMarkers() local 729 int Slot = slots[0]; in collectMarkers() local 735 for (auto Slot : slots) { in collectMarkers() local 840 for (auto Slot : slots) { in calculateLiveIntervals() local 1120 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
|
| D | LiveStacks.cpp | 57 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 81 int Slot = I->first; in print() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | DemoteRegToStack.cpp | 34 AllocaInst *Slot; in DemoteRegToStack() local 119 AllocaInst *Slot; in DemotePHIToStack() local
|
| /third_party/rust/crates/regex/src/ |
| D | pikevm.rs | 92 slots: &mut [Slot], in exec() 119 slots: &mut [Slot], in exec_() 228 slots: &mut [Slot], in step()
|
| D | re_trait.rs | 7 pub type Slot = Option<usize>; typedef 46 pub(crate) fn as_slots(&mut self) -> &mut [Slot] { in as_slots()
|
| D | exec.rs | 999 slots: &mut [Slot], in captures_nfa() 1016 slots: &mut [Slot], in captures_nfa_type() 1044 slots: &mut [Slot], in exec_nfa() 1080 slots: &mut [Slot], in exec_pikevm() 1115 slots: &mut [Slot], in exec_backtrack()
|
| D | backtrack.rs | 88 slots: &'s mut [Slot], in exec()
|
| /third_party/rust/crates/signal-hook/signal-hook-registry/src/ |
| D | lib.rs | 137 struct Slot { struct 144 impl Slot { argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 185 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 220 GlobalVariable *Slot = Found->second; in mergeConstants() local
|
| D | WholeProgramDevirt.cpp | 1046 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel() 1237 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName() 1254 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal() 1261 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant() 1274 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal() 1283 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant() 1336 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt() 1406 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp() 1691 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600MachineScheduler.cpp | 355 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot() 387 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
|
| /third_party/libinput/tools/ |
| D | libinput-analyze-touch-down-state.py | 39 class Slot: class
|
| D | libinput-analyze-per-slot-delta.py | 132 class Slot: class
|
| /third_party/python/Tools/c-analyzer/c_common/ |
| D | clsutil.py | 5 class Slot: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | PDBStringTableBuilder.cpp | 186 uint32_t Slot = (Hash + I) % BucketCount; in writeHashTable() local
|
| /third_party/flatbuffers/lua/flatbuffers/ |
| D | builder.lua | 293 function mt:Slot(slotnum) function
|
| /third_party/skia/src/opts/ |
| D | SkVM_opts.h | 41 union Slot { union
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiDelaySlotFiller.cpp | 145 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| D | TestUtil.h | 723 xmm(uint8_t Slot) const { in xmm() 729 xmm(uint8_t Slot) const { in xmm()
|