Lines Matching full:positions
407 /* ZSTD_insertBt1() : add one or multiple positions to tree.
410 * @return : nb of positions added */
438 * we only need positions that will be in the window at the end of the tree update. in ZSTD_insertBt1()
522 { U32 positions = 0; in ZSTD_insertBt1() local
523 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
525 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()
632 …(dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overlapping 2 me… in ZSTD_insertBtAndGetAllMatches()
638 …(dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overlapping 2 me… in ZSTD_insertBtAndGetAllMatches()
1141 /* check further positions */ in ZSTD_compressBlock_opt_generic()
1192 continue; /* skip unpromising positions; about ~+6% speed, -0.01 ratio */ in ZSTD_compressBlock_opt_generic()
1243 …ast_pos < pos) { opt[last_pos+1].price = ZSTD_MAX_PRICE; last_pos++; } /* fill empty positions */ in ZSTD_compressBlock_opt_generic()