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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c47 #define INIT_BITS 9 /* initial number of bits/code */ macro
128 n_bits = INIT_BITS;
129 maxcode = MAXCODE(INIT_BITS) - 1;
130 bitmask = (1 << INIT_BITS) - 1;
209 n_bits = INIT_BITS;
210 maxcode = MAXCODE(INIT_BITS) - 1;
211 bitmask = (1 << INIT_BITS) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c32 #define INIT_BITS 6 macro
33 #define INIT_SIZE (1UL << (INIT_BITS)) /* must be power of two */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c135 #define INIT_BITS 9 /* Initial number of bits per code */ macro

Completed in 102 milliseconds