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

  /external/chromium_org/third_party/zlib/
trees.c 144 local void init_block OF((deflate_state *s));
145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
146 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
148 local void build_tree OF((deflate_state *s, tree_desc *desc));
149 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
150 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
151 local int build_bl_tree OF((deflate_state *s));
152 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
154 local void compress_block OF((deflate_state *s, ct_data *ltree,
156 local int detect_data_type OF((deflate_state *s))
    [all...]
deflate.h 275 } FAR deflate_state; typedef in typeref:struct:internal_state
298 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
300 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
302 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
303 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
deflate.c 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush,
77 local void fill_window OF((deflate_state *s));
78 local block_state deflate_stored OF((deflate_state *s, int flush, int clas));
79 local block_state deflate_fast OF((deflate_state *s, int flush, int clas));
81 local block_state deflate_slow OF((deflate_state *s, int flush, int clas));
83 local block_state deflate_rle OF((deflate_state *s, int flush));
84 local block_state deflate_huff OF((deflate_state *s, int flush));
85 local void lm_init OF((deflate_state *s));
86 local void putShortMSB OF((deflate_state *s, uInt b));
91 uInt longest_match OF((deflate_state *s, IPos cur_match, int clas))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 2 ; deflate_state *s,
37 ; deflate_state *s;
78 ; in the deflate_state structure since the asm code was first written
88 ;;; Offsets for fields in the deflate_state structure. These numbers
89 ;;; are calculated from the definition of deflate_state, with the
91 ;;; changing the definition of deflate_state could easily cause this
96 ; in zlib in the deflate_state structure since the asm code was first written
171 ;;; deflate_state structure during the function's setup (before
174 ; parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)

Completed in 29 milliseconds