Home
last modified time | relevance | path

Searched refs:uncompr (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c114 Byte *compr, *uncompr; in test_compress()
141 Byte *uncompr;
264 Byte *compr, *uncompr; in test_inflate()
305 Byte *compr, *uncompr; in test_large_deflate()
324 c_stream.next_in = uncompr;
342 c_stream.next_in = uncompr;
360 Byte *compr, *uncompr; in test_large_inflate()
439 Byte *compr, *uncompr; in test_sync()
520 Byte *compr, *uncompr; in test_dict_inflate()
574 Byte *compr, *uncompr; local
[all …]
H A Dexample_original.c106 Byte *compr, *uncompr; in test_compress()
133 Byte *uncompr;
256 Byte *compr, *uncompr; in test_inflate()
297 Byte *compr, *uncompr; in test_large_deflate()
316 c_stream.next_in = uncompr;
334 c_stream.next_in = uncompr;
352 Byte *compr, *uncompr; in test_large_inflate()
431 Byte *compr, *uncompr; in test_sync()
512 Byte *compr, *uncompr; in test_dict_inflate()
566 Byte *compr, *uncompr; local
[all …]
H A Dminigzip.c554 int uncompr = 0; local
569 uncompr = 1;
571 copyout = uncompr = 1;
577 uncompr = 1;
596 if (uncompr) {
610 if (uncompr) {
/freebsd-14.2/sys/contrib/zlib/test/
H A Dexample.c68 strcpy((char*)uncompr, "garbage"); in test_compress()
73 if (strcmp((char*)uncompr, hello)) { in test_compress()
115 strcpy((char*)uncompr, "garbage"); in test_gzio()
214 d_stream.next_out = uncompr; in test_inflate()
258 c_stream.next_in = uncompr; in test_large_deflate()
276 c_stream.next_in = uncompr; in test_large_deflate()
384 d_stream.next_out = uncompr; in test_sync()
459 d_stream.next_out = uncompr; in test_dict_inflate()
492 Byte *compr, *uncompr; in main() local
526 uncompr, uncomprLen); in main()
[all …]
H A Dminigzip.c489 int uncompr = 0; in main() local
508 uncompr = 1; in main()
510 copyout = uncompr = 1; in main()
516 uncompr = 1; in main()
535 if (uncompr) { in main()
549 if (uncompr) { in main()
/freebsd-14.2/sys/modules/zlib/
H A DMakefile17 SRCS+= uncompr.c
22 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
/freebsd-14.2/sys/dev/random/
H A Dunit_test.c86 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) in block_deflate() argument
101 c_stream.next_in = uncompr; in block_deflate()
/freebsd-14.2/lib/libz/
H A DMakefile39 SRCS+= uncompr.c
/freebsd-14.2/sys/conf/
H A Dfiles4094 contrib/zlib/uncompr.c optional crypto | geom_uzip | \