Searched refs:compr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/contrib/zlib/test/ |
| H A D | example.c | 89 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 D | example.c | 114 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 D | example_original.c | 106 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 D | compress.c | 171 } 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 D | unit_test.c | 88 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 D | EXPInstructions.td | 17 exp_vm:$vm, exp_compr:$compr, i32imm:$en), 37 #"$compr$vm">,
|
| H A D | SIInstrFormats.td | 355 bits<1> compr; 365 let Inst{10} = compr;
|
| H A D | AMDGPUInstrInfo.td | 325 SDTCisInt<6>, // i1 compr
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 995 int ComprIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::compr); in printExpSrcN()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1246 // exp with compr bit set.
|