HomeSort by relevance Sort by last modified time
    Searched refs:block_state (Results 1 - 3 of 3) sorted by null

  /external/zlib/
deflate.c 71 } block_state; typedef in typeref:enum:__anon8621
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));
818 block_state bstate;
    [all...]
  /external/chromium/third_party/zlib/
deflate.c 71 } block_state; typedef in typeref:enum:__anon3116
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));
788 block_state bstate;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 71 } block_state; typedef in typeref:enum:__anon6094
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));
788 block_state bstate;
    [all...]

Completed in 580 milliseconds