Searched refs:ZLIB_INTERNAL (Results 1 – 7 of 7) sorted by relevance
| /u-boot/lib/zlib/ |
| A D | deflate.h | 293 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 D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| A D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
| A D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
| A D | adler32.c | 8 #define ZLIB_INTERNAL macro
|
| A D | trees.c | 387 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 D | zlib.h | 264 # ifdef ZLIB_INTERNAL 293 # ifdef ZLIB_INTERNAL
|
Completed in 10 milliseconds