Lines Matching refs:btBuf
391 BtGetMatches(p, p->btBuf + (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize);
478 p->btBuf = p->hashBuf + kHashBufferSize;
534 p->btBufPosLimit += p->btBuf[p->btBufPos++];
535 p->btNumAvailBytes = p->btBuf[p->btBufPos++];
670 const UInt32 *btBuf = p->btBuf + p->btBufPos;
671 UInt32 len = *btBuf++;
678 *distances++ = *btBuf++;
679 *distances++ = *btBuf++;
688 const UInt32 *btBuf = p->btBuf + p->btBufPos;
689 UInt32 len = *btBuf++;
699 /* Condition: there are matches in btBuf with length < p->numHashBytes */
702 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances);
705 *distances2++ = *btBuf++;
706 *distances2++ = *btBuf++;
717 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num != 0);