Lines Matching refs:MEM_read32
120 if (MEM_read32(currentPtr) != MEM_read32(mvalAddr)) return 0; in ZSTD_match4Found_cmov()
134 mval = MEM_read32(matchAddress); in ZSTD_match4Found_branch()
136 mval = MEM_read32(currentPtr) ^ 1; /* guaranteed to not match. */ in ZSTD_match4Found_branch()
139 return (MEM_read32(currentPtr) == mval); in ZSTD_match4Found_branch()
267 const U32 rval = MEM_read32(ip2 - rep_offset1); in ZSTD_compressBlock_fast_noDict_generic()
274 if ((MEM_read32(ip2) == rval) & (rep_offset1 > 0)) { in ZSTD_compressBlock_fast_noDict_generic()
410 while ( (ip0 <= ilimit) && (MEM_read32(ip0) == MEM_read32(ip0 - rep_offset2)) ) { in ZSTD_compressBlock_fast_noDict_generic()
567 && (MEM_read32(repMatch) == MEM_read32(ip0 + 1))) { in ZSTD_compressBlock_fast_dictMatchState_generic()
580 MEM_read32(dictMatch) == MEM_read32(ip0)) { in ZSTD_compressBlock_fast_dictMatchState_generic()
651 && (MEM_read32(repMatch2) == MEM_read32(ip0))) { in ZSTD_compressBlock_fast_dictMatchState_generic()
798 rval = MEM_read32(repBase + repIndex); in ZSTD_compressBlock_fast_extDict_generic()
800 rval = MEM_read32(ip2) ^ 1; /* guaranteed to not match. */ in ZSTD_compressBlock_fast_extDict_generic()
808 if (MEM_read32(ip2) == rval) { in ZSTD_compressBlock_fast_extDict_generic()
823 MEM_read32(idxBase + idx) : in ZSTD_compressBlock_fast_extDict_generic()
824 MEM_read32(ip0) ^ 1; /* guaranteed not to match */ in ZSTD_compressBlock_fast_extDict_generic()
827 if (MEM_read32(ip0) == mval) { in ZSTD_compressBlock_fast_extDict_generic()
851 MEM_read32(idxBase + idx) : in ZSTD_compressBlock_fast_extDict_generic()
852 MEM_read32(ip0) ^ 1; /* guaranteed not to match */ in ZSTD_compressBlock_fast_extDict_generic()
855 if (MEM_read32(ip0) == mval) { in ZSTD_compressBlock_fast_extDict_generic()
945 && (MEM_read32(repMatch2) == MEM_read32(ip0)) ) { in ZSTD_compressBlock_fast_extDict_generic()