Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zlib_deflate/
A Ddeftree.c150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
156 send_bits(s, tree[c].Code, tree[c].Len); }
720 send_bits(s, dcodes-1, 5); in send_all_trees()
721 send_bits(s, blcodes-4, 4); /* not -3 as stated in appnote.txt */ in send_all_trees()
724 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees()
745 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()
779 send_bits(s, STATIC_TREES<<1, 3); in zlib_tr_align()
789 send_bits(s, STATIC_TREES<<1, 3); in zlib_tr_align()
888 send_bits(s, (STATIC_TREES<<1)+eof, 3);
[all …]
A Ddefutil.h361 static void send_bits (deflate_state *s, int value, int length);
363 static void send_bits( in send_bits() function
389 #define send_bits(s, value, length) \ macro
410 send_bits(s, value, length); in zlib_tr_send_bits()

Completed in 6 milliseconds