LZMA_NUM_LIT_STATES 359 lib/decompress_unlzma.c if (cst->state >= LZMA_NUM_LIT_STATES) { LZMA_NUM_LIT_STATES 406 lib/decompress_unlzma.c cst->state = cst->state < LZMA_NUM_LIT_STATES ? 0 : 3; LZMA_NUM_LIT_STATES 420 lib/decompress_unlzma.c cst->state = cst->state < LZMA_NUM_LIT_STATES ? LZMA_NUM_LIT_STATES 450 lib/decompress_unlzma.c cst->state = cst->state < LZMA_NUM_LIT_STATES ? 8 : 11; LZMA_NUM_LIT_STATES 487 lib/decompress_unlzma.c cst->state += LZMA_NUM_LIT_STATES;