Searched refs:LZ4_read32 (Results 1 – 1 of 1) sorted by relevance
346 static U32 LZ4_read32(const void *memPtr) { return *(const U32 *)memPtr; } in LZ4_read32() function364 static U32 LZ4_read32(const void *ptr) { return ((const unalign *)ptr)->u32; } in LZ4_read32() function379 static U32 LZ4_read32(const void *memPtr) in LZ4_read32() function819 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()