Home
last modified time | relevance | path

Searched refs:GET_BT_BLOCK_OFFSET (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DLzFindMt.c42 #define GET_BT_BLOCK_OFFSET(i) (((i) & (kMtBtNumBlocks - 1)) * (size_t)kMtBtBlockSize) macro
743 BtGetMatches(p, p->btBuf + GET_BT_BLOCK_OFFSET(globalBlockIndex)); in BtFillBlock()
952 const UInt32 *bt = p->btBuf + GET_BT_BLOCK_OFFSET(bi); in MatchFinderMt_GetNextBlock_Bt()

Completed in 2 milliseconds