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 D | accel.rs | 157 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 D | dense.rs | 4822 fn accelerate(&self, classes: &ByteClasses) -> Option<Accel> { in accelerate()
|
/aosp_15_r20/device/google/contexthub/util/nanotool/ |
D | contexthub.h | 40 Accel, enumerator
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection() local
|
/aosp_15_r20/external/libchrome-gestures/include/ |
H A D | activity_log.h | 145 Accel, enumerator
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1211 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 D | DwarfDebug.cpp | 1975 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 D | DwarfDebug.cpp | 2349 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel()
|