Searched refs:LOS_HashFNV32aBuf (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/fs/vfs/ |
D | path_cache.c | 101 hash = LOS_HashFNV32aBuf(name, len, FNV1_32A_INIT); in NameHash() 102 hash = LOS_HashFNV32aBuf(&dvp, sizeof(struct Vnode *), hash); in NameHash()
|
/kernel/liteos_a/kernel/include/ |
D | los_hash.h | 50 LITE_OS_SEC_ALW_INLINE STATIC INLINE UINT32 LOS_HashFNV32aBuf(const VOID *buf, size_t len, UINT32 h… in LOS_HashFNV32aBuf() function
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 220 hash = LOS_HashFNV32aBuf(§, sizeof(QWORD), hash); in fatfs_hash() 221 hash = LOS_HashFNV32aBuf(&dptr, sizeof(DWORD), hash); in fatfs_hash() 222 hash = LOS_HashFNV32aBuf(&sclst, sizeof(DWORD), hash); in fatfs_hash()
|
/kernel/liteos_a/kernel/base/ipc/ |
D | los_futex.c | 171 UINT32 index = LOS_HashFNV32aBuf(&futexKey, sizeof(UINTPTR), FNV1_32A_INIT); in OsFutexKeyToIndex()
|