Home
last modified time | relevance | path

Searched defs:raw_entry (Results 1 – 9 of 9) sorted by relevance

/external/v4l-utils/utils/common/
Dkeymap.h29 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/
Dkeymap.h29 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/
Dkeymap.h29 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/
Dlib.rs73 mod raw_entry; module
Draw_entry.rs156 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() method
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Dtoken_database.h162 constexpr iterator(const char* raw_entry, const char* string) in iterator()
/external/rust/android-crates-io/crates/hashlink/src/
Dlru_cache.rs176 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() function
Dlinked_hash_map.rs548 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/
Dmap.rs2012 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() method