Searched refs:ZLIB_INTERNAL (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/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 | 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()
|
| H A D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
| H A D | adler32.c | 8 #define ZLIB_INTERNAL macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zconf.h | 318 # ifdef ZLIB_INTERNAL 347 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1700 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zconf.h | 318 # ifdef ZLIB_INTERNAL 347 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1700 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zconf.h | 318 # ifdef ZLIB_INTERNAL 347 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1700 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zconf.h | 318 # ifdef ZLIB_INTERNAL 347 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1700 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0013-Remove-unsetting-_FILE_OFFSET_BITS.patch | 33 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 258 # ifdef ZLIB_INTERNAL 287 # ifdef ZLIB_INTERNAL
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 219 @@ -325,20 +320,22 @@ void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, 261 @@ -948,7 +948,7 @@ void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) 270 @@ -1017,8 +1017,9 @@ int ZLIB_INTERNAL _tr_tally (s, dist, lc) 282 @@ -1033,30 +1034,7 @@ int ZLIB_INTERNAL _tr_tally (s, dist, lc)
|