Home
last modified time | relevance | path

Searched refs:Compressed (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp16 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 DRISCVMatInt.cpp22 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 DCMakeLists.txt25 # 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 DCMake.rst426 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 DRISCVFeatures.td136 "'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 DRISCVInstrInfoC.td1 //===- RISCVInstrInfoC.td - Compressed RISCV instructions -*- tblgen-*-----===//
/openbsd-src/usr.bin/file/magdir/
H A Dvirtutech4 # Virtutech Compressed Random Access File Format
H A Dscientific57 >1072 ulong >1 Compressed(%d),
H A Dfilesystems1159 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 D101truncate-rawdeflate.t83 ok 1, "Compressed size is " . length($compressed) ;
88 title "Compressed Data Truncation";
H A D020isize.t93 #print "# LEN Compressed " . length($compressed) . "\n" ;
100 #print "# LEN Compressed " . length($compressed) . "\n" ;
H A D105oneshot-zip-only.t341 # but still fill out the Compressed Length, Uncompressed Length & CRC32 fields in the local file header
/openbsd-src/gnu/llvm/clang/docs/
H A DCMakeLists.txt25 # 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 Dllvm-bcanalyzer.rst205 **# of VBR Compressed Bytes**
275 **Number of VBR Compressed Bytes**
/openbsd-src/usr.sbin/tcpdump/
H A DINSTALL66 print-sl.c - Compressed Serial Line Internet Protocol printer routines
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp886 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 Dprotocols111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmore.mapping13 .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 DREADME213 filename restriction. The chapter ``Compressed Info Files'' below
326 4. Compressed Info Files
/openbsd-src/lib/libz/
H A Dalgorithm.doc208 ``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 Dstandards.txt239 3274 Compressed Data Content Type for Cryptographic Message Syntax
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFormats.td338 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 D02_methods.t741 " Compressed size < uncompressed size" );
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp439 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 DFAQ.pod457 =head2 Compressed files and Net::FTP

12