| /freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/ |
| 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 …]
|
| 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 …]
|
| /freebsd-12.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() 458 Byte *compr; in test_dict_deflate() 495 Byte *compr, *uncompr; in test_dict_inflate() 549 Byte *compr, *uncompr; local [all …]
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | compress.c | 144 } compr[] = { variable 173 private size_t ncompr = sizeof(compr) / sizeof(compr[0]); 227 if (nbytes < compr[i].maglen) in file_zmagic() 230 if (compr[i].maglen == 0) in file_zmagic() 232 CCAST(void *, compr[i].magic)))(buf); in file_zmagic() 235 zm = memcmp(buf, compr[i].magic, compr[i].maglen) == 0; in file_zmagic() 666 if (method == 2 || compr[method].maglen == 0) in methodname() 669 return compr[method].argv[0]; in methodname() 685 if (compr[method].maglen == 0) in uncompressbuf() 711 (void)execvp(compr[method].argv[0], in uncompressbuf() [all …]
|
| /freebsd-12.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-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 289 bits<1> compr; 299 let Inst{10} = compr;
|
| H A D | AMDGPUInstrInfo.td | 385 SDTCisInt<6>, // i1 compr
|
| H A D | SIInstrInfo.td | 1032 exp_vm:$vm, exp_compr:$compr, i8imm:$en), 1033 "exp$tgt $src0, $src1, $src2, $src3"#!if(done, " done", "")#"$compr$vm", 1036 (i1 timm:$compr), (i1 timm:$vm))]> {
|
| H A D | SIInstructions.td | 1484 …(node (i8 timm:$tgt), (i8 timm:$en), vt:$src0, vt:$src1, vt:$src2, vt:$src3, (i1 timm:$compr), (i1… 1485 (Inst i8:$tgt, vt:$src0, vt:$src1, vt:$src2, vt:$src3, i1:$vm, i1:$compr, i8:$en)
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/InstPrinter/ |
| H A D | AMDGPUInstPrinter.cpp | 754 int ComprIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::compr); in printExpSrcN()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1086 // exp with compr bit set.
|