Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H 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[];
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dzutil.h16 #define ZLIB_INTERNAL macro
H A Dadler32.c8 #define ZLIB_INTERNAL macro
H A Dtrees.c386 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 Dzlib.h258 # ifdef ZLIB_INTERNAL
287 # ifdef ZLIB_INTERNAL
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dzlib-off64_t.patch26 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))