Home
last modified time | relevance | path

Searched defs:Accel (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Daccel.rs157 pub fn add(&mut self, accel: Accel) { in add()
289 fn get(&self, i: usize) -> Option<Accel> { in get()
368 fn next(&mut self) -> Option<Accel> { in next()
391 pub(crate) struct Accel { struct
402 impl Accel { argument
414 pub fn from_slice(mut slice: &[u8]) -> Result<Accel, DeserializeError> { in from_slice()
425 fn from_bytes(bytes: [u8; 4]) -> Result<Accel, DeserializeError> { in from_bytes()
439 fn from_bytes_unchecked(bytes: [u8; 4]) -> Accel { in from_bytes_unchecked()
507 impl core::fmt::Debug for Accel { implementation
H A Ddense.rs4822 fn accelerate(&self, classes: &ByteClasses) -> Option<Accel> { in accelerate()
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcontexthub.h40 Accel, enumerator
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection() local
/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h145 Accel, enumerator
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1211 void DwarfDebug::emitAccel(DwarfAccelTable &Accel, MCSection *Section, in emitAccel()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1975 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2349 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel()