Lines Matching defs:offcode

1540         size_t offcode=STORE_REPCODE_1;
1568 matchLength = ml2, start = ip, offcode=offsetFound;
1582 && (offcode) && ((offset_1>0) & (MEM_read32(ip) == MEM_read32(ip - offset_1)))) {
1585 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1587 matchLength = mlRep, offcode = STORE_REPCODE_1, start = ip;
1599 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1601 matchLength = mlRep, offcode = STORE_REPCODE_1, start = ip;
1607 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 4);
1609 matchLength = ml2, offcode = offset2, start = ip;
1618 && (offcode) && ((offset_1>0) & (MEM_read32(ip) == MEM_read32(ip - offset_1)))) {
1621 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1623 matchLength = mlRep, offcode = STORE_REPCODE_1, start = ip;
1635 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1637 matchLength = mlRep, offcode = STORE_REPCODE_1, start = ip;
1643 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 7);
1645 matchLength = ml2, offcode = offset2, start = ip;
1656 if (STORED_IS_OFFSET(offcode)) {
1658 while ( ((start > anchor) & (start - STORED_OFFSET(offcode) > prefixLowest))
1659 && (start[-1] == (start-STORED_OFFSET(offcode))[-1]) ) /* only search for offset within prefix */
1663 U32 const matchIndex = (U32)((size_t)(start-base) - STORED_OFFSET(offcode));
1668 offset_2 = offset_1; offset_1 = (U32)STORED_OFFSET(offcode);
1673 ZSTD_storeSeq(seqStore, litLength, anchor, iend, (U32)offcode, matchLength);
1689 offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap offset_2 <=> offset_1 */
1704 offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap repcodes */
1906 size_t offcode=STORE_REPCODE_1;
1928 matchLength = ml2, start = ip, offcode=offsetFound;
1942 if (offcode) {
1954 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1956 matchLength = repLength, offcode = STORE_REPCODE_1, start = ip;
1963 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 4);
1965 matchLength = ml2, offcode = offset2, start = ip;
1974 if (offcode) {
1986 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1);
1988 matchLength = repLength, offcode = STORE_REPCODE_1, start = ip;
1995 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 7);
1997 matchLength = ml2, offcode = offset2, start = ip;
2004 if (STORED_IS_OFFSET(offcode)) {
2005 U32 const matchIndex = (U32)((size_t)(start-base) - STORED_OFFSET(offcode));
2009 offset_2 = offset_1; offset_1 = (U32)STORED_OFFSET(offcode);
2015 ZSTD_storeSeq(seqStore, litLength, anchor, iend, (U32)offcode, matchLength);
2032 offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap offset history */