Searched refs:uncompr (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/zlib/test/
H A Dexample.c39 Byte *uncompr, uLong uncomprLen));
41 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
46 Byte *uncompr, uLong uncomprLen));
49 Byte *uncompr, uLong uncomprLen));
81 Byte *uncompr, uLong uncomprLen));
83 Byte *uncompr, uLong uncomprLen));
88 void test_compress(compr, comprLen, uncompr, uncomprLen)
89 Byte *compr, *uncompr;
98 strcpy((char*)uncompr, "garbag
549 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c561 int uncompr = 0; local
580 uncompr = 1;
582 copyout = uncompr = 1;
588 uncompr = 1;
607 if (uncompr) {
621 if (uncompr) {
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c61 Byte *uncompr, uLong uncomprLen));
63 Byte *uncompr, uLong uncomprLen));
65 Byte *uncompr, uLong uncomprLen));
68 Byte *uncompr, uLong uncomprLen));
71 Byte *uncompr, uLong uncomprLen));
106 Byte *uncompr, uLong uncomprLen));
108 Byte *uncompr, uLong uncomprLen));
113 void test_compress(compr, comprLen, uncompr, uncomprLen)
114 Byte *compr, *uncompr;
123 strcpy((char*)uncompr, "garbag
574 Byte *compr, *uncompr; local
[all...]
H A Dexample_original.c56 Byte *uncompr, uLong uncomprLen));
58 Byte *uncompr, uLong uncomprLen));
60 Byte *uncompr, uLong uncomprLen));
63 Byte *uncompr, uLong uncomprLen));
66 Byte *uncompr, uLong uncomprLen));
98 Byte *uncompr, uLong uncomprLen));
100 Byte *uncompr, uLong uncomprLen));
105 void test_compress(compr, comprLen, uncompr, uncomprLen)
106 Byte *compr, *uncompr;
115 strcpy((char*)uncompr, "garbag
566 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c564 int uncompr = 0; local
583 uncompr = 1;
585 copyout = uncompr = 1;
591 uncompr = 1;
610 if (uncompr) {
624 if (uncompr) {
/freebsd-12-stable/sys/dev/random/
H A Dunit_test.c88 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) argument
103 c_stream.next_in = uncompr;
/freebsd-12-stable/lib/libz/
H A DMakefile39 SRCS+= uncompr.c

Completed in 53 milliseconds