Home
last modified time | relevance | path

Searched refs:freeBlockList (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DMtCoder.c238 mtc->freeBlockHead = mtc->freeBlockList[bufIndex]; in ThreadFunc2()
303 mtc->freeBlockList[bufIndex] = mtc->freeBlockHead; in ThreadFunc2()
508 p->freeBlockList[i] = i + 1; in MtCoder_Code()
509 p->freeBlockList[MTCODER__BLOCKS_MAX - 1] = (unsigned)(int)-1; in MtCoder_Code()
565 p->freeBlockList[bufIndex] = p->freeBlockHead; in MtCoder_Code()
DMtCoder.h123 unsigned freeBlockList[MTCODER__BLOCKS_MAX]; member