Home
last modified time | relevance | path

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

/lib/zstd/compress/
A Dzstd_double_fast.c207 if (MEM_read64(matchl0_safe) == MEM_read64(ip) && matchl0_safe == matchl0) { in ZSTD_compressBlock_doubleFast_noDict_generic()
261 if ((idxl1 > prefixLowestIndex) && (MEM_read64(matchl1) == MEM_read64(ip1))) { in ZSTD_compressBlock_doubleFast_noDict_generic()
417 if ((matchIndexL >= prefixLowestIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
429 if (dictMatchL > dictStart && MEM_read64(dictMatchL) == MEM_read64(ip)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
467 if ((matchIndexL3 >= prefixLowestIndex) && (MEM_read64(matchL3) == MEM_read64(ip+1))) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
478 if (dictMatchL3 > dictStart && MEM_read64(dictMatchL3) == MEM_read64(ip+1)) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
671 if ((matchLongIndex > dictStartIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
689 if ( (matchIndex3 > dictStartIndex) && (MEM_read64(match3) == MEM_read64(ip+1)) ) { in ZSTD_compressBlock_doubleFast_extDict_generic()
/lib/zstd/common/
A Dmem.h54 MEM_STATIC U64 MEM_read64(const void* memPtr);
122 MEM_STATIC U64 MEM_read64(const void *memPtr) in MEM_read64() function
/lib/zstd/decompress/
A Dhuf_decompress.c799 bits[(_stream)] = MEM_read64(ip[(_stream)]) | 1; \ in HUF_decompress4X1_usingDTable_internal_fast_c_loop()
1621 bits[(_stream)] = MEM_read64(ip[(_stream)]) | 1; \ in HUF_decompress4X2_usingDTable_internal_fast_c_loop()

Completed in 12 milliseconds