Home
last modified time | relevance | path

Searched refs:DUMPBITS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c486 #define DUMPBITS(n) do {b>>=(n);k-=(n);} while (0) macro
768 DUMPBITS (t->b); in inflate_codes_in_window()
773 DUMPBITS (t->b); in inflate_codes_in_window()
794 DUMPBITS (e); in inflate_codes_in_window()
806 DUMPBITS (t->b); in inflate_codes_in_window()
812 DUMPBITS (t->b); in inflate_codes_in_window()
815 DUMPBITS (e); in inflate_codes_in_window()
877 DUMPBITS (k & 7); in init_stored_block()
882 DUMPBITS (16); in init_stored_block()
886 DUMPBITS (16); in init_stored_block()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3108 #define DUMPBITS(j) {b>>=(j);k-=(j);} macro
3285 DUMPBITS(3)
3287 DUMPBITS(t)
3307 DUMPBITS(3)
3313 DUMPBITS(3)
3317 DUMPBITS(3)
3376 DUMPBITS(14)
3385 DUMPBITS(3)
3416 DUMPBITS(t)
3424 DUMPBITS(t)
[all …]
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4211 #define DUMPBITS(j) {b >>= (j); k -= (j); } macro
4382 DUMPBITS(3);
4384 DUMPBITS(t);
4404 DUMPBITS(3);
4410 DUMPBITS(3);
4414 DUMPBITS(3);
4475 DUMPBITS(14);
4486 DUMPBITS(3);
4522 DUMPBITS(t);
4529 DUMPBITS(t);
[all …]