Home
last modified time | relevance | path

Searched refs:comm_max (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h456 uInt comm_max; /* space at comment (only when reading header) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h123 uInt comm_max; /* space at comment (only when reading header) */ member
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c503 state->length < state->head->comm_max) in inflate()