Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_double_fast.c142 if (MEM_read64(matchl0) == MEM_read64(ip)) { in ZSTD_compressBlock_doubleFast_noDict_generic()
189 if (MEM_read64(matchl1) == MEM_read64(ip1)) { in ZSTD_compressBlock_doubleFast_noDict_generic()
337 if (MEM_read64(matchLong) == MEM_read64(ip)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
349 if (dictMatchL > dictStart && MEM_read64(dictMatchL) == MEM_read64(ip)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
387 if (MEM_read64(matchL3) == MEM_read64(ip+1)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
399 if (dictMatchL3 > dictStart && MEM_read64(dictMatchL3) == MEM_read64(ip+1)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
590 if ((matchLongIndex > dictStartIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
608 if ( (matchIndex3 > dictStartIndex) && (MEM_read64(match3) == MEM_read64(ip+1)) ) { in ZSTD_compressBlock_doubleFast_extDict_generic()
/linux-6.3-rc2/lib/zstd/common/
A Dmem.h53 MEM_STATIC U64 MEM_read64(const void* memPtr);
121 MEM_STATIC U64 MEM_read64(const void *memPtr) in MEM_read64() function

Completed in 6 milliseconds