Searched refs:block_state (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon1539
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
899 block_state bstate;
1562 local block_state deflate_stored(s, flush)
1626 local block_state deflate_fas
[all...]
/haiku-buildtools/binutils/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon1165
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]

Completed in 42 milliseconds