Searched refs:compr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c37 void test_deflate OF((Byte *compr, uLong comprLen));
38 void test_inflate OF((Byte *compr, uLong comprLen,
40 void test_large_deflate OF((Byte *compr, uLong comprLen,
42 void test_large_inflate OF((Byte *compr, uLong comprLen,
44 void test_flush OF((Byte *compr, uLong *comprLen));
45 void test_sync OF((Byte *compr, uLong comprLen,
47 void test_dict_deflate OF((Byte *compr, uLong comprLen));
48 void test_dict_inflate OF((Byte *compr, uLong comprLen,
80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLe
549 Byte *compr, *uncompr; local
[all...]
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.c87 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) argument
103 c_stream.next_out = compr;
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c171 } compr[] = { variable in typeref:struct:__anon3
206 private size_t ncompr = __arraycount(compr);
265 if (nbytes < CAST(size_t, abs(compr[i].maglen)))
267 if (compr[i].maglen < 0) {
268 zm = (*compr[i].u.func)(buf);
270 zm = memcmp(buf, compr[i].u.magic,
271 CAST(size_t, compr[i].maglen)) == 0;
806 return compr[method].argv[0];
890 (void)execvp(compr[method].argv[0],
891 RCAST(char *const *, RCAST(intptr_t, compr[metho
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp261 O << " compr";
875 int ComprIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::compr);
877 // If compr is set, print as src0, src0, src1, src1

Completed in 188 milliseconds