Searched defs:hash_long (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 33 #define hash_long(val, bits) hash_32(val, bits) macro
|