GET_BIT_CHECK 57 third_party/lzma_sdk/LzmaDec.c { i = 1; do { GET_BIT_CHECK(probs + i, i) } while (i < limit); i -= limit; } GET_BIT_CHECK 518 third_party/lzma_sdk/LzmaDec.c do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); GET_BIT_CHECK 665 third_party/lzma_sdk/LzmaDec.c GET_BIT_CHECK(prob + i, i);