Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dzutil.h26 #define STORED_BLOCK 0 macro
/linux-6.1.9/lib/zlib_deflate/
Ddeftree.c745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block()
758 send_bits(s, (STORED_BLOCK << 1), 3); in zlib_tr_stored_type_only()