| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 59 debug_sampler_recompile(const struct brw_compiler *c, void *log, const struct brw_sampler_prog_key_data *old_key, const struct brw_sampler_prog_key_data *key) debug_sampler_recompile() argument 90 debug_base_recompile(const struct brw_compiler *c, void *log, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) debug_base_recompile() argument 98 debug_vs_recompile(const struct brw_compiler *c, void *log, const struct brw_vs_prog_key *old_key, const struct brw_vs_prog_key *key) debug_vs_recompile() argument 119 debug_tcs_recompile(const struct brw_compiler *c, void *log, const struct brw_tcs_prog_key *old_key, const struct brw_tcs_prog_key *key) debug_tcs_recompile() argument 137 debug_tes_recompile(const struct brw_compiler *c, void *log, const struct brw_tes_prog_key *old_key, const struct brw_tes_prog_key *key) debug_tes_recompile() argument 152 debug_gs_recompile(const struct brw_compiler *c, void *log, const struct brw_gs_prog_key *old_key, const struct brw_gs_prog_key *key) debug_gs_recompile() argument 164 debug_fs_recompile(const struct brw_compiler *c, void *log, const struct brw_wm_prog_key *old_key, const struct brw_wm_prog_key *key) debug_fs_recompile() argument 198 debug_cs_recompile(const struct brw_compiler *c, void *log, const struct brw_cs_prog_key *old_key, const struct brw_cs_prog_key *key) debug_cs_recompile() argument 210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument [all...] |
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | pr.h | 23 __u64 old_key; member 30 __u64 old_key; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | pr.h | 36 __u64 old_key; member 42 __u64 old_key; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | pr.h | 23 __u64 old_key; member 29 __u64 old_key; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | pr.h | 36 __u64 old_key; member 42 __u64 old_key; member
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | hashmap.c | 154 hashmap__insert(struct hashmap *map, const void *key, void *value, enum hashmap_insert_strategy strategy, const void **old_key, void **old_value) hashmap__insert() argument 220 hashmap__delete(struct hashmap *map, const void *key, const void **old_key, void **old_value) hashmap__delete() argument
|
| H A D | hashmap.h | 122 hashmap__set(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__set() argument 130 hashmap__update(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__update() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | hashmap.c | 154 hashmap__insert(struct hashmap *map, const void *key, void *value, enum hashmap_insert_strategy strategy, const void **old_key, void **old_value) hashmap__insert() argument 220 hashmap__delete(struct hashmap *map, const void *key, const void **old_key, void **old_value) hashmap__delete() argument
|
| H A D | hashmap.h | 122 hashmap__set(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__set() argument 130 hashmap__update(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__update() argument
|
| H A D | expr.c | 43 char *old_key = NULL; in expr__add_id() local 65 char *old_key = NULL; in expr__add_id_val() local 86 char *old_key = NULL; in expr__add_ref() local 170 char *old_key in expr__del_id() local [all...] |
| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| H A D | crypto.c | 248 int update_key(__u8 *old_key, __u8 *new_key, int type) in update_key() argument
|
| /kernel/linux/linux-6.6/fs/hmdfs/comm/ |
| H A D | crypto.c | 248 int update_key(__u8 *old_key, __u8 *new_key, int type) in update_key() argument
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | pr.h | 40 __u64 old_key; member 47 __u64 old_key; member
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | hashmap.c | 154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument 220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | hashmap.c | 154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument 220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
|
| H A D | expr.c | 102 char *old_key = NULL; in ids__insert() local 119 char *old_key = NULL; in ids__union() local 165 char *old_key = NULL; in expr__add_id_val_source_count() local 186 char *old_key in expr__add_ref() local 284 char *old_key = NULL; expr__del_id() local [all...] |
| /third_party/libbpf/src/ |
| H A D | hashmap.c | 154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument 220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_ksl.c | 688 void ngtcp2_ksl_update_key(ngtcp2_ksl *ksl, const ngtcp2_ksl_key *old_key, in ngtcp2_ksl_update_key() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_ksl.c | 696 void nghttp3_ksl_update_key(nghttp3_ksl *ksl, const nghttp3_ksl_key *old_key, in nghttp3_ksl_update_key() argument
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| H A D | key.c | 803 struct ieee80211_key *old_key; in ieee80211_key_link() local [all...] |
| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | key.c | 851 struct ieee80211_key *old_key = NULL; in ieee80211_key_link() local [all...] |
| /third_party/eudev/src/shared/ |
| H A D | hashmap.h | 236 static inline int ordered_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void *new_key, void *value) { in ordered_hashmap_remove_and_put() argument 241 static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const void *new_key, void *value) { in ordered_hashmap_remove_and_replace() argument
|
| /foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
| H A D | file_operations_cloud_mock.cpp | 111 auto old_key = std::to_string(child->parent) + child->fileName; in UpdateChildCache() local
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
| H A D | file_operations_cloud.cpp | 161 auto old_key = std::to_string(child->parent) + child->fileName; in UpdateChildCache() local
|