Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_cab.c2083 int slot, w_size, w_slot; in lzx_decode_init() local
2105 w_slot = slots[w_bits - SLOT_BASE]; in lzx_decode_init()
2114 ds->pos_tbl = malloc(sizeof(ds->pos_tbl[0]) * w_slot); in lzx_decode_init()
2123 for (slot = 0; slot < w_slot; slot++) { in lzx_decode_init()
2155 if (lzx_huffman_init(&(ds->mt), 256+(w_slot<<3), 16) in lzx_decode_init()