Searched refs:xxh32 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xxhash.h | 72 * xxh32 6.8 GB/s 6.0 GB/s 85 * xxh32() - calculate the 32-bit hash of the input with a given seed. 95 uint32_t xxh32(const void *input, size_t length, uint32_t seed); 117 * different word sizes, this function will call whichever of xxh32() 129 return xxh32(input, length, seed); in xxhash() 144 * struct xxh32_state - private xxh32 state, do not use members directly 171 * xxh32_reset() - reset the xxh32 state to start a new hashing operation 173 * @state: The xxh32 state to reset. 181 * xxh32_update() - hash the data given and update the xxh32 state 183 * @state: The xxh32 stat [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | xxhash.h | 72 * xxh32 6.8 GB/s 6.0 GB/s 85 * xxh32() - calculate the 32-bit hash of the input with a given seed. 95 uint32_t xxh32(const void *input, size_t length, uint32_t seed); 117 * different word sizes, this function will call whichever of xxh32() 129 return xxh32(input, length, seed); in xxhash() 144 * struct xxh32_state - private xxh32 state, do not use members directly 171 * xxh32_reset() - reset the xxh32 state to start a new hashing operation 173 * @state: The xxh32 state to reset. 181 * xxh32_update() - hash the data given and update the xxh32 state 183 * @state: The xxh32 stat [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32() function 154 EXPORT_SYMBOL(xxh32); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | xxhash.c | 102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32() function 154 EXPORT_SYMBOL(xxh32); variable
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.c | 411 hashbit = xxh32(name, strlen(name), in erofs_getxattr()
|
Completed in 4 milliseconds