Home
last modified time | relevance | path

Searched defs:old_key (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c60 const struct brw_sampler_prog_key_data *old_key, in debug_sampler_recompile()
91 const struct brw_base_prog_key *old_key, in debug_base_recompile()
99 const struct brw_vs_prog_key *old_key, in debug_vs_recompile()
120 const struct brw_tcs_prog_key *old_key, in debug_tcs_recompile()
138 const struct brw_tes_prog_key *old_key, in debug_tes_recompile()
153 const struct brw_gs_prog_key *old_key, in debug_gs_recompile()
165 const struct brw_wm_prog_key *old_key, in debug_fs_recompile()
199 const struct brw_cs_prog_key *old_key, in debug_cs_recompile()
212 const struct brw_base_prog_key *old_key, in brw_debug_key_recompile()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc57 void DeviceContextManager::UpdateDeviceContextKey(const DeviceContextKey &old_key, const DeviceCont… in UpdateDeviceContextKey()
/third_party/eudev/src/shared/
Dhashmap.h236 static inline int ordered_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void… in ordered_hashmap_remove_and_put()
241 static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const … in ordered_hashmap_remove_and_replace()
Dhashmap.c1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put()
1447 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put()
1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc69 DeviceContextKey old_key = device_context_key_; in Initialize() local
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs178 let old_key = map::get_key(&self.buffer, addr); in push_key() localVariable
/third_party/node/deps/nghttp2/lib/
Dnghttp2_ksl.c599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
/third_party/nghttp2/lib/
Dnghttp2_ksl.c599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c884 const void *old_key = in brw_debug_recompile() local
/third_party/python/Objects/
Dsetobject.c328 PyObject *old_key; in set_discard_entry() local
Ddictobject.c1652 PyObject *old_key; in delitem_common() local
1890 PyObject *old_value, *old_key; in _PyDict_Pop_KnownHash() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1130 union brw_any_prog_key old_key; in iris_debug_recompile() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1082 const void *old_key = in crocus_debug_recompile() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc511 void AnfRuntimeAlgorithm::CopyNodeAttr(const std::string &old_key, const std::string &new_key, cons… in CopyNodeAttr()