Home
last modified time | relevance | path

Searched refs:hash_empty (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_hash.h284 * hash_empty - check whether a hashtable is empty
290 #define hash_empty(hashtable) _hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_hash.h282 * hash_empty - check whether a hashtable is empty
288 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_hash.h287 * hash_empty - check whether a hashtable is empty
293 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_hash.h278 * hash_empty - check whether a hashtable is empty
284 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro

Completed in 4 milliseconds