Home
last modified time | relevance | path

Searched refs:STORED_BLOCK (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h59 #define STORED_BLOCK 0 macro
H A Dhammer2_zlib_trees.c877 send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */ in _tr_stored_block()
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h59 #define STORED_BLOCK 0 macro
H A Dhammer2_zlib_trees.c877 send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */ in _tr_stored_block()
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_zutil.h59 #define STORED_BLOCK 0 macro
H A Dhammer2_zlib_trees.c877 send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */ in _tr_stored_block()
/dragonfly/contrib/zlib-1.2/
H A Dzutil.h72 #define STORED_BLOCK 0 macro
H A Dtrees.c869 send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */
/dragonfly/sys/net/
H A Dzlib.c129 #define STORED_BLOCK 0 macro
2639 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in _tr_stored_block()
2651 send_bits(s, (STORED_BLOCK << 1), 3); in _tr_stored_type_only()