Searched refs:hash_64 (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_hash.h | 35 #define hash_long(val, bits) hash_64(val, bits) 333 static inline unsigned int hash_64(RK_U64 val, unsigned int bits) in hash_64() function
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_hash.h | 35 #define hash_long(val, bits) hash_64(val, bits) 333 static inline RK_U32 hash_64(RK_U64 val, unsigned int bits) in hash_64() function
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_hash.h | 35 #define hash_long(val, bits) hash_64(val, bits) 338 static inline RK_U32 hash_64(RK_U64 val, unsigned int bits) in hash_64() function
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_hash.h | 36 #define hash_long(val, bits) hash_64(val, bits) 329 static inline RK_U32 hash_64(RK_U64 val, unsigned int bits) in hash_64() function
|
Completed in 3 milliseconds