Searched refs:zerocount (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2092 unsigned char bitlengths[MAX_SYMBOLS], zerocount, ppmd_flags; local
2215 zerocount = rar_br_bits(br, 4);
2217 if (zerocount)
2220 for (j = 0; j < zerocount + 2 && i < MAX_SYMBOLS; j++)

Completed in 58 milliseconds