Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_dfltcc/
Ddfltcc_util.h32 size_t *len2, in dfltcc() argument
39 size_t t5 = len2 ? *len2 : 0; in dfltcc()
68 if (len2) in dfltcc()
69 *len2 = t5; in dfltcc()
/lib/
Dcrc32test.c721 u32 len1 = j, len2 = test[i].length - j; in crc32c_combine_test() local
726 len1, len2); in crc32c_combine_test()
728 if (!(crc_full == __crc32c_le_combine(crc1, crc2, len2) && in crc32c_combine_test()
809 u32 len1 = j, len2 = test[i].length - j; in crc32_combine_test() local
814 len1, len2); in crc32_combine_test()
816 if (!(crc_full == crc32_le_combine(crc1, crc2, len2) && in crc32_combine_test()