best_offset 65 lib/compression/lzxpress.c uint32_t max_offset, best_offset; best_offset 101 lib/compression/lzxpress.c best_offset = 0; best_offset 121 lib/compression/lzxpress.c best_offset = offset; best_offset 131 lib/compression/lzxpress.c metadata = (uint16_t)(((best_offset - 1) << 3) | (best_len - 3)); best_offset 135 lib/compression/lzxpress.c metadata = (uint16_t)(((best_offset - 1) << 3) | 7);