Home
last modified time | relevance | path

Searched refs:Z_BLOCK (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h145 #define Z_BLOCK 6 /* Only for inflate at present */ macro
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c94 if (flush == Z_BLOCK) { in dfltcc_inflate()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h470 #define Z_BLOCK 5 macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c437 err = deflate(strm, Z_BLOCK);
590 flush > Z_BLOCK || flush < 0) {
841 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
H A Dinflate.c547 if (flush == Z_BLOCK) goto inf_leave; in inflate()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h169 #define Z_BLOCK 5 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h169 #define Z_BLOCK 5 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h169 #define Z_BLOCK 5 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h169 #define Z_BLOCK 5 macro
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c409 if (flush == Z_BLOCK) goto inf_leave; in zlib_inflate()