Home
last modified time | relevance | path

Searched refs:hash_u64 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/dragonboard/qcom/qrtr/src/
Dhash.c27 unsigned int hash_u64(uint64_t value) in hash_u64() function
35 return hash_u64((long)value); in hash_pointer()
Dhash.h9 unsigned int hash_u64(uint64_t value);