Home
last modified time | relevance | path

Searched refs:compr (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/contrib/zlib/test/
H A Dexample.c89 Byte *compr, *uncompr; in test_compress()
201 Byte *compr; in test_deflate()
239 Byte *compr, *uncompr; in test_inflate()
280 Byte *compr, *uncompr; in test_large_deflate()
335 Byte *compr, *uncompr; in test_large_inflate()
376 Byte *compr; in test_flush()
414 Byte *compr, *uncompr; in test_sync()
457 Byte *compr; in test_dict_deflate()
494 Byte *compr, *uncompr; in test_dict_inflate()
548 Byte *compr, *uncompr; local
[all …]
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c114 Byte *compr, *uncompr; in test_compress()
226 Byte *compr; in test_deflate()
264 Byte *compr, *uncompr; in test_inflate()
305 Byte *compr, *uncompr; in test_large_deflate()
360 Byte *compr, *uncompr; in test_large_inflate()
401 Byte *compr; in test_flush()
439 Byte *compr, *uncompr; in test_sync()
483 Byte *compr; in test_dict_deflate()
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()
218 Byte *compr; in test_deflate()
256 Byte *compr, *uncompr; in test_inflate()
297 Byte *compr, *uncompr; in test_large_deflate()
352 Byte *compr, *uncompr; in test_large_inflate()
393 Byte *compr; in test_flush()
431 Byte *compr, *uncompr; in test_sync()
475 Byte *compr; in test_dict_deflate()
512 Byte *compr, *uncompr; in test_dict_inflate()
566 Byte *compr, *uncompr; local
[all …]
/freebsd-13.1/contrib/file/src/
H A Dcompress.c171 } compr[] = { variable
206 private size_t ncompr = __arraycount(compr);
265 if (nbytes < CAST(size_t, abs(compr[i].maglen))) in file_zmagic()
267 if (compr[i].maglen < 0) { in file_zmagic()
268 zm = (*compr[i].u.func)(buf); in file_zmagic()
270 zm = memcmp(buf, compr[i].u.magic, in file_zmagic()
271 CAST(size_t, compr[i].maglen)) == 0; in file_zmagic()
806 return compr[method].argv[0]; in methodname()
909 (void)execvp(compr[method].argv[0], in uncompressbuf()
910 RCAST(char *const *, RCAST(intptr_t, compr[method].argv))); in uncompressbuf()
[all …]
/freebsd-13.1/sys/dev/random/
H A Dunit_test.c88 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) in block_deflate() argument
104 c_stream.next_out = compr; in block_deflate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DEXPInstructions.td17 exp_vm:$vm, exp_compr:$compr, i32imm:$en),
37 #"$compr$vm">,
H A DSIInstrFormats.td355 bits<1> compr;
365 let Inst{10} = compr;
H A DAMDGPUInstrInfo.td325 SDTCisInt<6>, // i1 compr
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp995 int ComprIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::compr); in printExpSrcN()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1246 // exp with compr bit set.