Home
last modified time | relevance | path

Searched refs:SLOT_BASE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c133 #define SLOT_BASE 15 macro
2094 if (w_bits < SLOT_BASE || w_bits > SLOT_MAX) in lzx_decode_init()
2103 w_slot = slots[w_bits - SLOT_BASE]; in lzx_decode_init()