Lines Matching refs:size_t
45 UInt32 * Z7_FASTCALL GetMatchesSpecN_1(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
46 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, UInt32 *posRes)
62 CLzRef *ptr1 = son + ((size_t)pos << 1) - CYC_TO_POS_OFFSET * 2;
71 CLzRef *ptr0 = son + ((size_t)(pos) << 1) - CYC_TO_POS_OFFSET * 2 + 1;
72 CLzRef *ptr1 = son + ((size_t)(pos) << 1) - CYC_TO_POS_OFFSET * 2;
83 CLzRef *pair = son + ((size_t)(((ptrdiff_t)pos - CYC_TO_POS_OFFSET) + diff) << 1);
131 CLzRef *ptr = son + ((size_t)(pos) << 1) - CYC_TO_POS_OFFSET * 2;
213 we use size_t for (pos) and (_cyclicBufferPos_ instead of UInt32
217 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
218 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
219 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize,
223 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son,
224 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
225 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize,
258 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1);
267 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1;
268 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1);
280 CLzRef *pair = son + ((size_t)((ptrdiff_t)_cyclicBufferPos - (ptrdiff_t)delta
336 CLzRef *dest = son + ((size_t)(_cyclicBufferPos) << 1);
339 // CLzRef *ptr = son + ((size_t)(pos) << 1) - CYC_TO_POS_OFFSET * 2;
405 typedef UInt32 uint32plus; // size_t
407 UInt32 * Z7_FASTCALL GetMatchesSpecN_3(uint32plus lenLimit, size_t pos, const Byte *cur, CLzRef *son,
409 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize,
440 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1);
447 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1;
448 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1);
460 CLzRef *pair = son + ((size_t)((ptrdiff_t)_cyclicBufferPos - delta
510 CLzRef *dest = son + ((size_t)_cyclicBufferPos << 1);