Lines Matching defs:offs
809 UInt32 offs = 0x100;
817 // RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (sym >> 8)), (sym >> 7) & 1);
818 prob = probs + (offs + (matchByte & offs) + (sym >> 8));
821 offs &= ~(matchByte ^ sym);
886 UInt32 offs = 0x100;
891 price += GET_PRICEa(probs[offs + (matchByte & offs) + (sym >> 8)], (sym >> 7) & 1);
893 offs &= ~(matchByte ^ sym);
1378 unsigned offs = 0;
1384 while (len > MATCHES[offs])
1385 offs += 2;
1390 UInt32 dist = MATCHES[(size_t)offs + 1];
1414 if (len == MATCHES[offs])
1416 offs += 2;
1417 if (offs == numPairs)
1846 unsigned offs, posSlot, len;
1854 offs = 0;
1855 while (startLen > MATCHES[offs])
1856 offs += 2;
1857 dist = MATCHES[(size_t)offs + 1];
1884 if (len == MATCHES[offs])
1946 offs += 2;
1947 if (offs == numPairs)
1949 dist = MATCHES[(size_t)offs + 1];