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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c32 #define INIT_BITS 6 macro
33 #define INIT_SIZE (1UL << (INIT_BITS)) /* must be power of two */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c135 #define INIT_BITS 9 /* Initial number of bits per code */ macro

Completed in 72 milliseconds