Searched refs:ZLIB_INTERNAL (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/zlib/ |
H 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[];
|
H 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]= {
|
H A D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
H A D | adler32.c | 8 #define ZLIB_INTERNAL macro
|
H A D | trees.c | 386 void ZLIB_INTERNAL _tr_init(s) in _tr_init() 871 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() 896 void ZLIB_INTERNAL _tr_align(s) in _tr_align() 925 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 258 # ifdef ZLIB_INTERNAL 287 # ifdef ZLIB_INTERNAL
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | zlib-off64_t.patch | 26 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|