Searched refs:MOVE_POS (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 572 #define MOVE_POS \ macro 577 #define MOVE_POS_RET MOVE_POS return (UInt32)offset; 579 static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } in MatchFinder_MovePos() 596 SkipMatchesSpec((UInt32)lenLimit, curMatch, MF_PARAMS(p)); MOVE_POS; 1044 MOVE_POS in Hc4_MatchFinder_Skip() 1080 MOVE_POS in Hc3Zip_MatchFinder_Skip()
|
D | LzmaEnc.c | 977 #define MOVE_POS(p, num) { \ macro 1177 MOVE_POS(p, len - 1) in GetOptimum() 1186 MOVE_POS(p, mainLen - 1) in GetOptimum() 1370 MOVE_POS(p, delta); in GetOptimum() 1900 MOVE_POS(p, len - 1) in GetOptimumFast() 1913 MOVE_POS(p, mainLen - 1) in GetOptimumFast() 1944 MOVE_POS(p, repLen - 1) in GetOptimumFast() 1987 MOVE_POS(p, mainLen - 2) in GetOptimumFast()
|