Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c346 static U32 LZ4_read32(const void *memPtr) { return *(const U32 *)memPtr; } in LZ4_read32() function
364 static U32 LZ4_read32(const void *ptr) { return ((const unalign *)ptr)->u32; } in LZ4_read32() function
379 static U32 LZ4_read32(const void *memPtr) in LZ4_read32() function
819 if ((STEPSIZE == 8) && (pIn < (pInLimit - 3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) in LZ4_count()
944 return LZ4_hash4(LZ4_read32(p), tableType); in LZ4_hashPosition()
1257 } while ((match + LZ4_DISTANCE_MAX < ip) || (LZ4_read32(match) != LZ4_read32(ip))); in LZ4_compress_generic_validated()
1331 if (LZ4_read32(match) == LZ4_read32(ip)) in LZ4_compress_generic_validated()
1509 if ((match + LZ4_DISTANCE_MAX >= ip) && (LZ4_read32(match) == LZ4_read32(ip))) in LZ4_compress_generic_validated()
1558 …E_MAX)) ? 1 : (matchIndex + LZ4_DISTANCE_MAX >= current)) && (LZ4_read32(match) == LZ4_read32(ip))) in LZ4_compress_generic_validated()