Searched refs:posRes (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 46 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, UInt32 *posRes)
197 *posRes = (UInt32)pos;
220 UInt32 *posRes);
226 UInt32 *posRes)
in GetMatchesSpecN_2() 398 *posRes = (UInt32)pos;
in GetMatchesSpecN_2() 410 UInt32 *posRes)
575 *posRes = (UInt32)pos;
223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument
|
H A D | LzFindMt.c | 566 UInt32 *posRes);
683 UInt32 posRes = pos;
in BtGetMatches() local 692 &posRes);
in BtGetMatches() 707 const UInt32 processed = posRes - pos;
in BtGetMatches() 708 pos = posRes;
in BtGetMatches()
|
Completed in 3 milliseconds