Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h589 uInt dictLength));
821 uInt dictLength));
844 uInt *dictLength));
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
314 uInt dictLength;
317 uInt length = dictLength;
328 strm->adler = adler32(strm->adler, dictionary, dictLength);
333 dictionary += dictLength - length; /* use the tail of the dictionary */
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h529 uInt dictLength));