HomeSort by relevance Sort by last modified time
    Searched refs:btBuf (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
LzFindMt.c 389 BtGetMatches(p, p->btBuf + (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize);
477 p->btBuf = p->hashBuf + kHashBufferSize;
533 p->btBufPosLimit += p->btBuf[p->btBufPos++];
534 p->btNumAvailBytes = p->btBuf[p->btBufPos++];
669 const UInt32 *btBuf = p->btBuf + p->btBufPos;
670 UInt32 len = *btBuf++;
677 *distances++ = *btBuf++;
678 *distances++ = *btBuf++;
687 const UInt32 *btBuf = p->btBuf + p->btBufPos;
    [all...]
LzFindMt.h 53 UInt32 *btBuf;

Completed in 54 milliseconds