Home
last modified time | relevance | path

Searched refs:test_dict_inflate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c70 void test_dict_inflate OF((Byte *compr, uLong comprLen,
519 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function
623 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
H A Dexample_original.c65 void test_dict_inflate OF((Byte *compr, uLong comprLen,
511 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() function
612 test_dict_inflate(compr, comprLen, uncompr, uncomprLen);
/freebsd/sys/contrib/zlib/test/
H A Dexample.c442 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() function
540 test_dict_inflate(compr, comprLen, uncompr, uncomprLen); in main()