indicator_bit 239 lib/compression/lzxpress.c uint32_t indicator, indicator_bit; indicator_bit 247 lib/compression/lzxpress.c indicator_bit = 0; indicator_bit 253 lib/compression/lzxpress.c if (indicator_bit == 0) { indicator_bit 256 lib/compression/lzxpress.c indicator_bit = 32; indicator_bit 258 lib/compression/lzxpress.c indicator_bit--; indicator_bit 265 lib/compression/lzxpress.c if (((indicator >> indicator_bit) & 1) == 0) {