Home
last modified time | relevance | path

Searched refs:UNCOMPRESSED (Results 26 – 50 of 473) sorted by relevance

12345678910>>...19

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceIdKlassQueue.cpp42 static const traceid UNCOMPRESSED = UNCOMPRESSED_BIT; variable
49 static const traceid UNCOMPRESSED = (traceid)UNCOMPRESSED_BIT << 56; variable
50 static const traceid METADATA_MASK = ~(UNCOMPRESSED | UNLOADED);
129 element->id = uncompressed ? id | UNCOMPRESSED : id; in store_traceid()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceIdKlassQueue.cpp42 static const traceid UNCOMPRESSED = UNCOMPRESSED_BIT; variable
49 static const traceid UNCOMPRESSED = (traceid)UNCOMPRESSED_BIT << 56; variable
50 static const traceid METADATA_MASK = ~(UNCOMPRESSED | UNLOADED);
132 element->id = id | UNCOMPRESSED; in store_uncompressed_element()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dataset/
H A Dfile_base.h52 Compression::type compression = Compression::UNCOMPRESSED)
58 Compression::type compression = Compression::UNCOMPRESSED)
64 Compression::type compression = Compression::UNCOMPRESSED)
73 Compression::type compression = Compression::UNCOMPRESSED)
78 Compression::type compression = Compression::UNCOMPRESSED)
126 Compression::type compression_ = Compression::UNCOMPRESSED;
/dports/graphics/R-cran-s2/s2/src/s2/
H A Dencoded_s2point_vector.h114 UNCOMPRESSED = 0, enumerator
135 case Format::UNCOMPRESSED:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/c_glib/arrow-glib/
H A Dcodec.cpp207 case arrow::Compression::type::UNCOMPRESSED: in garrow_compression_type_from_raw()
233 return arrow::Compression::type::UNCOMPRESSED; in garrow_compression_type_to_raw()
249 return arrow::Compression::type::UNCOMPRESSED; in garrow_compression_type_to_raw()
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/arrow-glib/
H A Dcodec.cpp203 case arrow::Compression::type::UNCOMPRESSED: in garrow_compression_type_from_raw()
229 return arrow::Compression::type::UNCOMPRESSED; in garrow_compression_type_to_raw()
245 return arrow::Compression::type::UNCOMPRESSED; in garrow_compression_type_to_raw()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecdh/
H A Decdh.h51 { return public_point().encode(PointGFp::UNCOMPRESSED); } in public_value()
93 { return ECDH_PublicKey::public_value(PointGFp::UNCOMPRESSED); } in public_value()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecdh/
H A Decdh.h51 { return public_point().encode(PointGFp::UNCOMPRESSED); } in public_value()
93 { return ECDH_PublicKey::public_value(PointGFp::UNCOMPRESSED); } in public_value()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecdh/
H A Decdh.h51 { return public_point().encode(PointGFp::UNCOMPRESSED); } in public_value()
93 { return ECDH_PublicKey::public_value(PointGFp::UNCOMPRESSED); } in public_value()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
81 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
133 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
81 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
133 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
81 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
133 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
81 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
133 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DECPointFormatsExtension.java59 new ECPointFormatsSpec(new byte[] {ECPointFormat.UNCOMPRESSED.id});
79 if (format == ECPointFormat.UNCOMPRESSED.id) { in hasUncompressedFormat()
131 UNCOMPRESSED ((byte)0, "uncompressed"), enumConstant
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSValue.h49 UNCOMPRESSED = 0u,
62 mCompressionType(CompressionType::UNCOMPRESSED) {
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/openpgp/
H A DPGPCompressedDataGenerator.java72 case CompressionAlgorithmTags.UNCOMPRESSED: in PGPCompressedDataGenerator()
169 case CompressionAlgorithmTags.UNCOMPRESSED: in doOpen()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dcolumn_io_benchmark.cc42 dst, Compression::UNCOMPRESSED, Codec::UseDefaultCompressionLevel(), metadata); in BuildWriter()
66 Compression::type codec = Compression::UNCOMPRESSED>
124 PageReader::Open(source, num_values, Compression::UNCOMPRESSED); in BuildReader()
130 Compression::type codec = Compression::UNCOMPRESSED>
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/chm/
H A DLZXDecompressor.cpp118 if (myCurrentBlockType == UNCOMPRESSED) { in decodeBytes()
219 if (myCurrentBlockType == UNCOMPRESSED) { in decompress()
231 case UNCOMPRESSED: in decompress()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecc_key/
H A Decc_key.cpp77 enc != PointGFp::UNCOMPRESSED && in set_point_encoding()
154 .encode(m_public_key.encode(PointGFp::Compression_Type::UNCOMPRESSED), BIT_STRING) in private_key_bits()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecc_key/
H A Decc_key.cpp77 enc != PointGFp::UNCOMPRESSED && in set_point_encoding()
154 .encode(m_public_key.encode(PointGFp::Compression_Type::UNCOMPRESSED), BIT_STRING) in private_key_bits()

12345678910>>...19