Home
last modified time | relevance | path

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

123

/freebsd-14.2/crypto/openssl/demos/cms/
H A Dcomp.txt3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
12 Some Text To be Compressed
[all …]
/freebsd-14.2/sys/contrib/zlib/doc/
H A Drfc1951.txt12 DEFLATE Compressed Data Format Specification version 1.3
60 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
72 2. Compressed representation overview ............................. 4
76 3.2. Compressed block format ................................... 6
81 3.2.5. Compressed blocks (length and distance codes) ...... 11
116 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
172 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
187 2. Compressed representation overview
228 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
311 3.2. Compressed block format
[all …]
H A Drfc1950.txt14 ZLIB Compressed Data Format Specification version 3.3
60 RFC 1950 ZLIB Compressed Data Format Specification May 1996
116 RFC 1950 ZLIB Compressed Data Format Specification May 1996
172 RFC 1950 ZLIB Compressed Data Format Specification May 1996
228 RFC 1950 ZLIB Compressed Data Format Specification May 1996
284 RFC 1950 ZLIB Compressed Data Format Specification May 1996
312 "DEFLATE Compressed Data Format Specification" by L. Peter
340 RFC 1950 ZLIB Compressed Data Format Specification May 1996
371 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification",
377 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp2020rdb.dts112 /* 4MB for Compressed Root file System Image */
114 label = "NAND (RO) Compressed RFS Image";
180 /* 4MB for Compressed RFS Image */
182 label = "SPI (RO) Compressed RFS Image";
H A Dp1024rdb.dtsi108 /* 4MB for Compressed Root file System Image */
110 label = "NAND Compressed RFS Image";
156 /* 4MB for Compressed RFS Image */
158 label = "SPI Compressed RFS Image";
H A Dp2020rdb-pc.dtsi108 /* 4MB for Compressed Root file System Image */
110 label = "NAND Compressed RFS Image";
178 /* 4MB for Compressed RFS Image */
180 label = "SPI Compressed RFS Image";
H A Dp1021rdb-pc.dtsi115 /* 4MB for Compressed Root file System Image */
117 label = "NAND Compressed RFS Image";
177 /* 4MB for Compressed RFS Image */
179 label = "SPI Flash Compressed RFSImage";
H A Dp1010rdb-pa.dtsi57 /* 4MB for Compressed Root file System Image */
59 label = "NAND Compressed RFS Image";
H A Dp1020rdb.dtsi112 /* 4MB for Compressed Root file System Image */
114 label = "NAND (RO) Compressed RFS Image";
177 /* 4MB for Compressed RFS Image */
H A Dp1020rdb-pc.dtsi108 /* 4MB for Compressed Root file System Image */
110 label = "NAND Compressed RFS Image";
178 /* 4MB for Compressed RFS Image */
H A Dp1010rdb.dtsi138 /* 4MB for Compressed RFS Image */
140 label = "SPI Flash Compressed RFSImage";
H A Dp1025rdb.dtsi108 /* 4MB for Compressed Root file System Image */
110 label = "NAND Compressed RFS Image";
164 /* 4MB for Compressed RFS Image */
H A Dp1021mds.dts61 /* 5MB for Compressed Root file System Image */
63 label = "NAND (RO) Compressed RFS Image";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td279 // Compressed Extensions
283 "'C' (Compressed Instructions)">;
286 "'C' (Compressed Instructions)">;
303 "'C' (Compressed Instructions) or "
309 "'Zcb' (Compressed basic bit manipulation instructions)",
313 "'Zcb' (Compressed basic bit manipulation instructions)">;
323 "'C' (Compressed Instructions) or "
349 "'Zce' (Compressed extensions for microcontrollers)",
358 "'C' (Compressed Instructions) or "
362 "'Zcmop' (Compressed May-Be-Operations)",
[all …]
H A DRISCVInstrInfoZcmop.td9 // This file describes the RISC-V instructions from the standard Compressed
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dvirtutech4 # Virtutech Compressed Random Access File Format
H A Dpgp-binary-keys52 # 8 0xC8 -- Compressed Data Packet
73 # is only allowed for container packets (SEIP, Compressed Data and
101 # 8 0xA0 -- Compressed Data Packet
118 # (SEIP, Compressed Data and Literal).
179 # body encoding is only acceptable for the SEIP, Compressed Data, and
205 # Compressed Data, and Literal packets, which isn't valid for any
H A Dhitachi-sh14 # and Portable Gaming Notation Compressed format (*.WID http://pgn.freeservers.com/)
H A Dkml33 >>30 string doc.kml Compressed Google KML Document, including resources.
H A Dandroid59 >17 string 0\n \b, Not-Compressed
60 >17 string 1\n \b, Compressed
H A Dscientific57 >1072 ulong >1 Compressed(%d),
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/sys/dts/powerpc/
H A Dp1020rdb.dts163 /* 4MB for Compressed Root file System Image */
165 label = "NAND (RO) Compressed RFS Image";
307 /* 4MB for Compressed RFS Image */
309 label = "SPI (RO) Compressed RFS Image";
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp896 SmallVector<uint8_t, 128> Compressed; in writeSectionData() local
909 Compressed); in writeSectionData()
910 if (!maybeWriteCompression(ChType, UncompressedData.size(), Compressed, in writeSectionData()
920 W.OS << toStringRef(Compressed); in writeSectionData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td258 bits<3> CD8_Form = 0; // Compressed disp8 form - vector-width.
261 int CD8_EltSize = 0; // Compressed disp8 form - element-size in bytes.

123