| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | compression.cpp | 16 uint8_t Compressed[1]; in TEST() local 19 EXPECT_EQ(1u, pack(&Uncompressed, 1u, Compressed, sizeof(Compressed))); in TEST() 20 EXPECT_EQ(Compressed[0], 0x00); in TEST() 23 EXPECT_EQ(1u, pack(&Uncompressed, 1u, Compressed, sizeof(Compressed))); in TEST() 24 EXPECT_EQ(Compressed[0], 0x02); // +1 => 2 in zigzag. in TEST() 27 EXPECT_EQ(1u, pack(&Uncompressed, 1u, Compressed, sizeof(Compressed))); in TEST() 28 EXPECT_EQ(Compressed[0], 0x7e); // +63 => 127 in zigzag. in TEST() 32 uint8_t Compressed[sizeof(uintptr_t) + 1]; in TEST() local 35 EXPECT_EQ(2u, pack(&Uncompressed, 1u, Compressed, sizeof(Compressed))); in TEST() 36 EXPECT_EQ(Compressed[0], 0x80); // +64 => 128 in zigzag. in TEST() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 22 bool Compressed = false; in getInstSeqCost() local 26 Compressed = true; in getInstSeqCost() 31 Compressed = isInt<6>(Instr.getImm()); in getInstSeqCost() 39 if (!Compressed) in getInstSeqCost()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 27 "Generate a Qt Compressed Help file." OFF) 30 "Filename of the Qt Compressed help file")
|
| H A D | CMake.rst | 426 The filename of the Qt Compressed Help file that will be generated when 480 Enables the generation of a Qt Compressed Help file. Defaults to OFF.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 136 "'C' (Compressed Instructions)">; 139 "'C' (Compressed Instructions)">; 298 "'C' (Compressed Instructions) or " 304 "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">; 309 "'C' (Compressed Instructions) or " 310 … "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">; 314 "'Zcf' (Compressed Single-Precision Floating-Point Instructions)">; 319 "'C' (Compressed Instructions) or " 320 … "'Zcf' (Compressed Single-Precision Floating-Point Instructions)">;
|
| H A D | RISCVInstrInfoC.td | 1 //===- RISCVInstrInfoC.td - Compressed RISCV instructions -*- tblgen-*-----===//
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | virtutech | 4 # Virtutech Compressed Random Access File Format
|
| H A D | scientific | 57 >1072 ulong >1 Compressed(%d),
|
| H A D | filesystems | 1159 0 lelong 0x28cd3d45 Linux Compressed ROM File System data, little endian 1169 0 belong 0x28cd3d45 Linux Compressed ROM File System data, big endian
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 101truncate-rawdeflate.t | 83 ok 1, "Compressed size is " . length($compressed) ; 88 title "Compressed Data Truncation";
|
| H A D | 020isize.t | 93 #print "# LEN Compressed " . length($compressed) . "\n" ; 100 #print "# LEN Compressed " . length($compressed) . "\n" ;
|
| H A D | 105oneshot-zip-only.t | 341 # but still fill out the Compressed Length, Uncompressed Length & CRC32 fields in the local file header
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | CMakeLists.txt | 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 28 "Filename of the Qt Compressed help file")
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 205 **# of VBR Compressed Bytes** 275 **Number of VBR Compressed Bytes**
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | INSTALL | 66 print-sl.c - Compressed Serial Line Internet Protocol printer routines
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 886 SmallVector<uint8_t, 128> Compressed; in writeSectionData() local 899 Compressed); in writeSectionData() 900 if (!maybeWriteCompression(ChType, UncompressedData.size(), Compressed, in writeSectionData() 910 W.OS << toStringRef(Compressed); in writeSectionData()
|
| /openbsd-src/etc/ |
| H A D | protocols | 111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | more.mapping | 13 .aifc Raw 'SCPL' 'AIFC' "SoundApp - AIFF Sound Compressed (audio/x-aiff)" 233 .taz Raw 'SITx' 'ZIVU' "StuffIt Expander - Compressed Tape ARchive (application/x-compress)"
|
| /openbsd-src/gnu/usr.bin/texinfo/djgpp/ |
| H A D | README | 213 filename restriction. The chapter ``Compressed Info Files'' below 326 4. Compressed Info Files
|
| /openbsd-src/lib/libz/ |
| H A D | algorithm.doc | 208 ``DEFLATE Compressed Data Format Specification'' available in 417 ``DEFLATE Compressed Data Format Specification'' available in 626 ``DEFLATE Compressed Data Format Specification'' available in
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | standards.txt | 239 3274 Compressed Data Content Type for Cryptographic Message Syntax
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 338 bits<3> CD8_Form = 0; // Compressed disp8 form - vector-width. 341 int CD8_EltSize = 0; // Compressed disp8 form - element-size in bytes.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 02_methods.t | 741 " Compressed size < uncompressed size" );
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 439 ArrayRef<uint8_t> Compressed = in visit() local 461 if (Error E = compression::decompress(Type, Compressed, Decompressed, in visit()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
| H A D | FAQ.pod | 457 =head2 Compressed files and Net::FTP
|