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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c49 #define INIT_BITS 9 /* initial number of bits/code */ macro
130 n_bits = INIT_BITS;
131 maxcode = MAXCODE(INIT_BITS) - 1;
132 bitmask = (1 << INIT_BITS) - 1;
211 n_bits = INIT_BITS;
212 maxcode = MAXCODE(INIT_BITS) - 1;
213 bitmask = (1 << INIT_BITS) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c49 #define INIT_BITS 9 /* initial number of bits/code */ macro
130 n_bits = INIT_BITS;
131 maxcode = MAXCODE(INIT_BITS) - 1;
132 bitmask = (1 << INIT_BITS) - 1;
211 n_bits = INIT_BITS;
212 maxcode = MAXCODE(INIT_BITS) - 1;
213 bitmask = (1 << INIT_BITS) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c49 #define INIT_BITS 9 /* initial number of bits/code */ macro
130 n_bits = INIT_BITS;
131 maxcode = MAXCODE(INIT_BITS) - 1;
132 bitmask = (1 << INIT_BITS) - 1;
211 n_bits = INIT_BITS;
212 maxcode = MAXCODE(INIT_BITS) - 1;
213 bitmask = (1 << INIT_BITS) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c30 #define INIT_BITS 6 macro
31 #define INIT_SIZE (1UL << (INIT_BITS)) /* must be power of two */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c30 #define INIT_BITS 6 macro
31 #define INIT_SIZE (1UL << (INIT_BITS)) /* must be power of two */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c30 #define INIT_BITS 6 macro
31 #define INIT_SIZE (1UL << (INIT_BITS)) /* must be power of two */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dgzip.c136 #define INIT_BITS 9 /* Initial number of bits per code */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dgzip.c136 #define INIT_BITS 9 /* Initial number of bits per code */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dgzip.c136 #define INIT_BITS 9 /* Initial number of bits per code */ macro

Completed in 84 milliseconds