Searched refs:ppmd_flags (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
2111 ppmd_flags = rar_br_bits(br, 7);
2115 if (ppmd_flags & 0x20)
2123 if (ppmd_flags & 0x40)
2133 if (ppmd_flags & 0x20)
2135 maxorder = (ppmd_flags & 0x1F) + 1;

Completed in 58 milliseconds