Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c940 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void *const p, tableType_t const tableType) in LZ4_hashPosition() function
1039 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
1091 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
1227 forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
1254 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1316 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1463 U32 const h = LZ4_hashPosition(ptr, tableType); in LZ4_compress_generic_validated()
1519 U32 const h = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
1571 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic_validated()