Searched refs:_key (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | hash_table.c | 660 _mesa_hash_string(const void *_key) in _mesa_hash_string() argument 662 return _mesa_hash_string_with_length(_key, strlen((const char *)_key)); in _mesa_hash_string() 666 _mesa_hash_string_with_length(const void *_key, unsigned length) in _mesa_hash_string_with_length() argument 669 const char *key = _key; in _mesa_hash_string_with_length() 802 struct hash_key_u64 *_key = (struct hash_key_u64 *)entry->key; in _mesa_hash_table_u64_delete_key() local 804 if (_key) in _mesa_hash_table_u64_delete_key() 805 free(_key); in _mesa_hash_table_u64_delete_key() 844 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); in _mesa_hash_table_u64_insert() local 846 if (!_key) in _mesa_hash_table_u64_insert() 848 _key->value = key; in _mesa_hash_table_u64_insert() [all …]
|
D | hash_table.h | 121 uint32_t _mesa_hash_string_with_length(const void *_key, unsigned length);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
D | vidc_vendor_extensions.h | 223 #define ADD_PARAM(_key, _type) \ argument 224 {_key, _type}, 226 #define ADD_PARAM_END(_key, _type) \ argument 227 {_key, _type} }));
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_vendor_extensions.h | 226 #define ADD_PARAM(_key, _type) \ argument 227 {_key, _type}, 229 #define ADD_PARAM_END(_key, _type) \ argument 230 {_key, _type} }));
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
D | vidc_vendor_extensions.h | 223 #define ADD_PARAM(_key, _type) \ argument 224 {_key, _type}, 226 #define ADD_PARAM_END(_key, _type) \ argument 227 {_key, _type} }));
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_vendor_extensions.h | 226 #define ADD_PARAM(_key, _type) \ argument 227 {_key, _type}, 229 #define ADD_PARAM_END(_key, _type) \ argument 230 {_key, _type} }));
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 58 cache_key_hash(const void *_key) in cache_key_hash() argument 60 const struct cache_key *key = _key; in cache_key_hash()
|