Searched refs:MEM_read64 (Results 1 – 2 of 2) sorted by relevance
142 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()
53 MEM_STATIC U64 MEM_read64(const void* memPtr);121 MEM_STATIC U64 MEM_read64(const void *memPtr) in MEM_read64() function