Searched defs:NoTable (Results 1 – 8 of 8) sorted by relevance
/external/rust/android-crates-io/crates/crc/src/crc8/ |
D | nolookup.rs | 22 pub const fn digest(&self) -> Digest<u8, NoTable> { in digest() argument 31 pub const fn digest_with_initial(&self, initial: u8) -> Digest<u8, NoTable> { in digest_with_initial() argument 38 const fn new(crc: &'a Crc<u8, NoTable>, value: u8) -> Self { in new() argument
|
/external/rust/android-crates-io/crates/crc/src/crc16/ |
D | nolookup.rs | 22 pub const fn digest(&self) -> Digest<u16, NoTable> { in digest() argument 31 pub const fn digest_with_initial(&self, initial: u16) -> Digest<u16, NoTable> { in digest_with_initial() argument 38 const fn new(crc: &'a Crc<u16, NoTable>, value: u16) -> Self { in new() argument
|
/external/rust/android-crates-io/crates/crc/src/crc128/ |
D | nolookup.rs | 22 pub const fn digest(&self) -> Digest<u128, NoTable> { in digest() argument 31 pub const fn digest_with_initial(&self, initial: u128) -> Digest<u128, NoTable> { in digest_with_initial() argument 38 const fn new(crc: &'a Crc<u128, NoTable>, value: u128) -> Self { in new() argument
|
/external/rust/android-crates-io/crates/crc/src/crc32/ |
D | nolookup.rs | 22 pub const fn digest(&self) -> Digest<u32, NoTable> { in digest() argument 31 pub const fn digest_with_initial(&self, initial: u32) -> Digest<u32, NoTable> { in digest_with_initial() argument 38 const fn new(crc: &'a Crc<u32, NoTable>, value: u32) -> Self { in new() argument
|
/external/rust/android-crates-io/crates/crc/src/crc64/ |
D | nolookup.rs | 22 pub const fn digest(&self) -> Digest<u64, NoTable> { in digest() argument 31 pub const fn digest_with_initial(&self, initial: u64) -> Digest<u64, NoTable> { in digest_with_initial() argument 38 const fn new(crc: &'a Crc<u64, NoTable>, value: u64) -> Self { in new() argument
|
/external/rust/android-crates-io/crates/crc/src/ |
D | lib.rs | 54 pub type NoTable = Table<0>; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 116 NoTable = 0, in findJumpTables() enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 119 NoTable = 0, in findJumpTables() enumerator
|