/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | zlib.d | 680 auto compressedData = compress(originalData, 9); variable 681 assert(compressedData.length < originalData.length / 2, 684 auto chunkSize = compressedData.length / 4; 685 assert(chunkSize < compressedData.length, 695 for (int i = 0; i < compressedData.length; i += chunkSize) 697 auto len = min(chunkSize, compressedData.length - i); 699 reusedBuf[0 .. len] = compressedData[i .. i + len]; 744 auto compressedData = compress(originalData, 9); variable 747 auto uncompressedData = decompressor.uncompress(compressedData ~ cast(ubyte[]) "whatever"); 791 auto compressedData = cast(ubyte[]) compress(originalData) ~ cast(ubyte[]) "whatever"; variable [all …]
|
H A D | zip.d | 229 @property @safe pure nothrow @nogc ubyte[] compressedData() { return _compressedData; } in compressedData() function 673 _data[i .. i + de.compressedSize] = de.compressedData[]; in build() 1216 de._expandedData = de.compressedData; in expand() 1224 … de._expandedData = cast(ubyte[]) uncompress(cast(void[]) de.compressedData, de.expandedSize, -15); in expand() 1623 assert(za.directory["file"].compressedData == [104, 101, 108, 108, 111]);
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | UnitTests.cs | 180 private ArrayList compressedData = new ArrayList(); field in DotZLibTests.DeflateInflateTests 189 compressedData.Add(data[i+startIndex]); in CDataAvail() 195 compressedData.Clear(); in Deflate_Compress() 234 inf.Add((byte[])compressedData.ToArray(typeof(byte))); in Inflate_Expand()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | UnitTests.cs | 180 private ArrayList compressedData = new ArrayList(); field in DotZLibTests.DeflateInflateTests 189 compressedData.Add(data[i+startIndex]); in CDataAvail() 195 compressedData.Clear(); in Deflate_Compress() 234 inf.Add((byte[])compressedData.ToArray(typeof(byte))); in Inflate_Expand()
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | UnitTests.cs | 180 private ArrayList compressedData = new ArrayList(); field in DotZLibTests.DeflateInflateTests 189 compressedData.Add(data[i+startIndex]); in CDataAvail() 195 compressedData.Clear(); in Deflate_Compress() 234 inf.Add((byte[])compressedData.ToArray(typeof(byte))); in Inflate_Expand()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_cd.c | 47 cms->d.compressedData = cd; in cms_CompressedData_create() 72 cd = cms->d.compressedData; in cms_CompressedData_init_bio()
|
H A D | cms_lib.c | 180 return &cms->d.compressedData->encapContentInfo->eContent; in CMS_get0_content() 216 return &cms->d.compressedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
H A D | cms_local.h | 56 CMS_CompressedData *compressedData; member
|
H A D | cms_asn1.c | 277 …ADB_ENTRY(NID_id_smime_ct_compressedData, ASN1_NDEF_EXP(CMS_ContentInfo, d.compressedData, CMS_Com…
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_cd.c | 49 cms->d.compressedData = cd; in ossl_cms_CompressedData_create() 74 cd = cms->d.compressedData; in ossl_cms_CompressedData_init_bio()
|
H A D | cms_lib.c | 295 return &cms->d.compressedData->encapContentInfo->eContent; in CMS_get0_content() 334 return &cms->d.compressedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
H A D | cms_local.h | 64 CMS_CompressedData *compressedData; member
|
H A D | cms_asn1.c | 289 …ADB_ENTRY(NID_id_smime_ct_compressedData, ASN1_NDEF_EXP(CMS_ContentInfo, d.compressedData, CMS_Com…
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | zip.d | 142 @property ubyte[] compressedData() { return _compressedData; } in compressedData() function 472 _data[i .. i + de.compressedSize] = de.compressedData[]; in build() 765 debug(print) arrayPrint(de.compressedData); in expand() 770 de._expandedData = de.compressedData; in expand() 778 … de._expandedData = cast(ubyte[]) uncompress(cast(void[]) de.compressedData, de.expandedSize, -15); in expand()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/ |
H A D | objects.txt | 274 id-smime-ct 9 : id-smime-ct-compressedData
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/ |
H A D | objects.txt | 271 id-smime-ct 9 : id-smime-ct-compressedData
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 4811 support for data, signedData, compressedData, digestedData and
|