Searched defs:raw_entry (Results 1 – 9 of 9) sorted by relevance
/external/v4l-utils/utils/common/ |
D | keymap.h | 29 struct raw_entry { struct 30 struct raw_entry *next; argument 31 uint64_t scancode; 32 uint32_t raw_length; 33 char *keycode; 34 uint32_t raw[1];
|
/external/v4l-utils/utils/ir-ctl/ |
D | keymap.h | 29 struct raw_entry { struct 30 struct raw_entry *next; argument 31 uint64_t scancode; 32 uint32_t raw_length; 33 char *keycode; 34 uint32_t raw[1];
|
/external/v4l-utils/utils/keytable/ |
D | keymap.h | 29 struct raw_entry { struct 30 struct raw_entry *next; argument 31 uint64_t scancode; 32 uint32_t raw_length; 33 char *keycode; 34 uint32_t raw[1];
|
/external/rust/android-crates-io/crates/hashbrown/src/ |
D | lib.rs | 73 mod raw_entry; module
|
D | raw_entry.rs | 156 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() method
|
/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
D | token_database.h | 162 constexpr iterator(const char* raw_entry, const char* string) in iterator()
|
/external/rust/android-crates-io/crates/hashlink/src/ |
D | lru_cache.rs | 176 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() function
|
D | linked_hash_map.rs | 548 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() function 795 raw_entry: RawOccupiedEntryMut<'a, K, V, S>, field 898 raw_entry: RawVacantEntryMut<'a, K, V, S>, field
|
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/ |
D | map.rs | 2012 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() method
|