Searched refs:hash_long (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_hash.h | 32 #define hash_long(val, bits) hash_32(val, bits) macro 35 #define hash_long(val, bits) hash_64(val, bits) macro 279 #define hash_min(val, bits) (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits)) 346 return hash_long((unsigned long)ptr, bits); in hash_ptr()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_hash.h | 32 #define hash_long(val, bits) hash_32(val, bits) macro 35 #define hash_long(val, bits) hash_64(val, bits) macro 276 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits)) 346 return hash_long((unsigned long)ptr, bits); in hash_ptr()
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_hash.h | 32 #define hash_long(val, bits) hash_32(val, bits) macro 35 #define hash_long(val, bits) hash_64(val, bits) macro 281 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits)) 351 return hash_long((unsigned long)ptr, bits); in hash_ptr()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_hash.h | 33 #define hash_long(val, bits) hash_32(val, bits) macro 36 #define hash_long(val, bits) hash_64(val, bits) macro 272 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits)) 342 return hash_long((unsigned long)ptr, bits); in hash_ptr()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 16181 int index = hash_long(addr, ilog2(ARRAY_SIZE(wklock_history))); in find_wklock_entry() 16200 int index = hash_long(key, ilog2(ARRAY_SIZE(hashtable))); \
|
Completed in 26 milliseconds