Home
last modified time | relevance | path

Searched refs:MAX_BITS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin2.d36 #define MAX_BITS 63 macro
39 #define MAX_BITS 31 macro
56 /pid == $pid && size > (1 << MAX_BITS)/
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
241 ush bl_count[MAX_BITS+1]; in tr_static_init()
289 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
503 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
577 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
585 for (bits = 1; bits <= MAX_BITS; bits++) {
592 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
H A Ddeflate.h46 #define MAX_BITS 15 macro
204 ush bl_count[MAX_BITS+1];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c173 #define MAX_BITS 15 macro
321 ush bl_count[MAX_BITS+1];
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1560 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
1677 ush bl_count[MAX_BITS+1]; in ct_static_init()
1714 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in ct_static_init()
1865 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
1940 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
1948 for (bits = 1; bits <= MAX_BITS; bits++) {
1954 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c317 #define MAX_BITS 15 macro
481 ush bl_count[MAX_BITS+1];
2342 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2345 static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2464 ush bl_count[MAX_BITS+1]; in tr_static_init()
2513 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
2672 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
2758 ush next_code[MAX_BITS+1];
2767 for (bits = 1; bits <= MAX_BITS; bits++) {
2774 Assert(code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1258 #define MAX_BITS 15 macro
1410 ush bl_count[MAX_BITS+1];