| /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...] |
| /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
|
| /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
|
| H A D | hashmap.c | 1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put() argument 1447 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put() argument 1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 1137 union brw_any_prog_key old_key; in iris_debug_recompile() local
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 1087 const void *old_key = in crocus_debug_recompile() local
|
| /third_party/python/Objects/ |
| H A D | setobject.c | 328 PyObject *old_key; in set_discard_entry() local
|
| H A D | dictobject.c | 1953 PyObject *old_key; in delitem_common() local
|