/aosp_15_r20/external/mesa3d/src/util/ |
H A D | hash_table.c | 668 _mesa_hash_string(const void *_key) in _mesa_hash_string() 674 _mesa_hash_string_with_length(const void *_key, unsigned length) in _mesa_hash_string_with_length() 842 struct hash_key_u64 *_key = (struct hash_key_u64 *)entry->key; in _mesa_hash_table_u64_delete_key() local 884 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); in _mesa_hash_table_u64_insert() local 912 struct hash_key_u64 _key = { .value = key }; in hash_table_u64_search() local 957 struct hash_key *_key = (struct hash_key *)entry->key; in _mesa_hash_table_u64_remove() local 999 const struct hash_key_u64 *_key = next->key; in _mesa_hash_table_u64_next_entry() local
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/ |
D | CheckSourceRuns.cmake | 47 set(_key) variable 50 set(_key "${arg}") variable 55 set(_key "") variable
|
D | CheckSourceCompiles.cmake | 50 set(_key) variable 53 set(_key "${arg}") variable 58 set(_key "") variable
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | hash_table.c | 660 _mesa_hash_string(const void *_key) in _mesa_hash_string() 797 struct hash_key_u64 *_key = (struct hash_key_u64 *)entry->key; in _mesa_hash_table_u64_delete_key() local 840 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); in _mesa_hash_table_u64_insert() local 856 struct hash_key_u64 _key = { .value = key }; in hash_table_u64_search() local 901 struct hash_key *_key = (struct hash_key *)entry->key; in _mesa_hash_table_u64_remove() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/common/ |
D | cmn_plat_util.h | 35 typedef struct _key { struct 37 } cmn_key_t; argument
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/common/ |
H A D | cmn_plat_util.h | 35 typedef struct _key { struct 37 } cmn_key_t; argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/ |
D | configuration_option_impl.cpp | 36 void configuration_option_impl::add_item(const std::string &_key, in add_item() 42 void configuration_option_impl::remove_item(const std::string &_key) { in remove_item()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | time_delay_queue.rs | 30 let _key = queue.insert_at("foo", Instant::now()); in single_immediate_delay() localVariable 75 let _key = queue.insert_at("foo", Instant::now() + ms(5)); in single_short_delay() localVariable 106 let _key = queue.insert_at(i, Instant::now() + ms(i)); in multi_delay_at_start() localVariable
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ucd.cc | 111 _cmp_pair (const void *_key, const void *_item) in _cmp_pair() 119 _cmp_pair_11_7_14 (const void *_key, const void *_item) in _cmp_pair_11_7_14()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | hashmap.h | 192 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 200 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | hashmap.h | 192 #define hashmap__for_each_key_entry(map, cur, _key) \ argument 200 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/ |
D | rsa.go | 45 _key *C.GO_RSA member 76 _key *C.GO_RSA member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.cc | 203 bcolor_key_hash(const void *_key) in bcolor_key_hash() 524 tex_key_hash(const void *_key) in tex_key_hash()
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Gauge.h | 44 #define STATIC_GAUGE(_key) \ argument
|
H A D | WaitCounter.h | 87 #define STATIC_WAIT_COUNTER(_key) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pythread.h | 36 NATIVE_TSS_KEY_T _key; member
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pythread.h | 36 NATIVE_TSS_KEY_T _key; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pythread.h | 36 NATIVE_TSS_KEY_T _key; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pythread.h | 36 NATIVE_TSS_KEY_T _key; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pythread.h | 36 NATIVE_TSS_KEY_T _key; member
|
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/ |
H A D | RarAes.h | 29 Byte _key[kAesKeySize]; variable
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/ |
H A D | Extension.java | 13 private char _key; field in Extension
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
H A D | Extension.java | 17 private char _key; field in Extension
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 65 _key = "python.xml.sax.parser" variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 65 _key = "python.xml.sax.parser" variable
|