Home
last modified time | relevance | path

Searched defs:Slot (Results 1 – 25 of 58) sorted by relevance

123

/third_party/skia/include/private/
DSkTHash.h323 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/
DLiveStacks.h64 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/
DSkTHash.h218 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/
Draw.rs21 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()
Dorigin.rs53 fn store(&self, slot: &Slot, signal: c_int, info: &siginfo_t) { in store()
/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc9 typedef struct Slot { struct
14 } Slot; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp477 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
DLiveStacks.cpp57 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/
DDemoteRegToStack.cpp34 AllocaInst *Slot; in DemoteRegToStack() local
119 AllocaInst *Slot; in DemotePHIToStack() local
/third_party/rust/crates/regex/src/
Dpikevm.rs92 slots: &mut [Slot], in exec()
119 slots: &mut [Slot], in exec_()
228 slots: &mut [Slot], in step()
Dre_trait.rs7 pub type Slot = Option<usize>; typedef
46 pub(crate) fn as_slots(&mut self) -> &mut [Slot] { in as_slots()
Dexec.rs999 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()
Dbacktrack.rs88 slots: &'s mut [Slot], in exec()
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs137 struct Slot { struct
144 impl Slot { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp185 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
220 GlobalVariable *Slot = Found->second; in mergeConstants() local
DWholeProgramDevirt.cpp1046 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/
DR600MachineScheduler.cpp355 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
387 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/third_party/libinput/tools/
Dlibinput-analyze-touch-down-state.py39 class Slot: class
Dlibinput-analyze-per-slot-delta.py132 class Slot: class
/third_party/python/Tools/c-analyzer/c_common/
Dclsutil.py5 class Slot: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp186 uint32_t Slot = (Hash + I) % BucketCount; in writeHashTable() local
/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua293 function mt:Slot(slotnum) function
/third_party/skia/src/opts/
DSkVM_opts.h41 union Slot { union
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp145 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h723 xmm(uint8_t Slot) const { in xmm()
729 xmm(uint8_t Slot) const { in xmm()

123