FULL_DISTANCES_BITS  122 src/liblzma/lzma/fastpos.h #ifdef FULL_DISTANCES_BITS
FULL_DISTANCES_BITS  128 src/liblzma/lzma/fastpos.h 	if (pos < fastpos_limit(FULL_DISTANCES_BITS - 1, 0))
FULL_DISTANCES_BITS  129 src/liblzma/lzma/fastpos.h 		return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 0);
FULL_DISTANCES_BITS  131 src/liblzma/lzma/fastpos.h 	if (pos < fastpos_limit(FULL_DISTANCES_BITS - 1, 1))
FULL_DISTANCES_BITS  132 src/liblzma/lzma/fastpos.h 		return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 1);
FULL_DISTANCES_BITS  134 src/liblzma/lzma/fastpos.h 	return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 2);
FULL_DISTANCES_BITS  211 src/liblzma/lzma/lzma_common.h #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS)