Searched refs:extra_bits (Results 1 – 2 of 2) sorted by relevance
89 uint32_t extra_bits = io_mode & 0xFFFF0000;98 bool conf_required = ((extra_bits & SPI_FLASH_CONFIG_CONF_BITS) != 0);
2692 mz_uint extra_bits; in tinfl_decompress() local2693 TINFL_GET_BITS(25, extra_bits, num_extra); in tinfl_decompress()2694 counter += extra_bits; in tinfl_decompress()2702 mz_uint extra_bits; in tinfl_decompress() local2703 TINFL_GET_BITS(27, extra_bits, num_extra); in tinfl_decompress()2704 dist += extra_bits; in tinfl_decompress()