Home
last modified time | relevance | path

Searched refs:ZLIB_INTERNAL (Results 1 – 7 of 7) sorted by relevance

/u-boot/lib/zlib/
A Ddeflate.h293 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
297 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
312 extern uch ZLIB_INTERNAL _length_code[];
313 extern uch ZLIB_INTERNAL _dist_code[];
315 extern const uch ZLIB_INTERNAL _length_code[];
316 extern const uch ZLIB_INTERNAL _dist_code[];
A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
A Duncompr.c8 #define ZLIB_INTERNAL macro
A Dzutil.h16 #define ZLIB_INTERNAL macro
A Dadler32.c8 #define ZLIB_INTERNAL macro
A Dtrees.c387 void ZLIB_INTERNAL _tr_init(s) in _tr_init()
872 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block()
897 void ZLIB_INTERNAL _tr_align(s) in _tr_align()
926 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block()
1027 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
/u-boot/include/u-boot/
A Dzlib.h264 # ifdef ZLIB_INTERNAL
293 # ifdef ZLIB_INTERNAL

Completed in 10 milliseconds