Home
last modified time | relevance | path

Searched refs:Compress (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak660 $O/Bcj2Coder.o: ../../Compress/Bcj2Coder.cpp
662 $O/Bcj2Register.o: ../../Compress/Bcj2Register.cpp
664 $O/BcjCoder.o: ../../Compress/BcjCoder.cpp
666 $O/BcjRegister.o: ../../Compress/BcjRegister.cpp
668 $O/BitlDecoder.o: ../../Compress/BitlDecoder.cpp
670 $O/BranchMisc.o: ../../Compress/BranchMisc.cpp
672 $O/BranchRegister.o: ../../Compress/BranchRegister.cpp
674 $O/ByteSwap.o: ../../Compress/ByteSwap.cpp
676 $O/BZip2Crc.o: ../../Compress/BZip2Crc.cpp
678 $O/BZip2Decoder.o: ../../Compress/BZip2Decode
[all...]
H A D7zip.mak131 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
231 {../../Compress}.cpp{$O}.obj::
/third_party/curl/src/
H A Dmkhelp.pl100 require IO::Compress::Gzip;
101 IO::Compress::Gzip->import();
111 IO::Compress::Gzip::gzip(
/third_party/node/deps/v8/src/zone/
H A Dcompressed-zone-ptr.h47 compressed_value_ = ZoneCompression::Compress(value); in operator =()
65 return compressed_value_ == ZoneCompression::Compress(other); in operator ==()
H A Dzone-compression.h50 inline static uint32_t Compress(const void* value) { in Compress() function
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h80 : value_(Compress(ptr)) {} in CompressedPointer()
92 V8_INLINE void Store(const void* ptr) { value_ = Compress(ptr); } in Store()
95 Compress(value), std::memory_order_relaxed); in StoreAtomic()
124 static V8_INLINE IntegralType Compress(const void* ptr) { in Compress() function in cppgc::internal::final
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc129 std::string Compress(const std::string& data,
539 std::string IoTest::Compress(const std::string& data, in Compress() function in google::protobuf::io::__anon17028::IoTest
573 std::string gzip_compressed = Compress(golden, options); in TEST_F()
576 std::string not_compressed = Compress(golden, options); in TEST_F()
581 std::string zlib_compressed = Compress(golden, options); in TEST_F()
664 std::string compressed = Compress(golden, GzipOutputStream::Options()); in TEST_F()
683 std::string compressed = Compress(golden1, GzipOutputStream::Options()) + in TEST_F()
684 Compress(golden2, GzipOutputStream::Options()); in TEST_F()
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot-compression.h16 V8_EXPORT_PRIVATE static SnapshotData Compress(
H A Dsnapshot-compression.cc21 SnapshotData SnapshotCompression::Compress( in Compress() function in v8::internal::SnapshotCompression
H A Dsnapshot.cc474 SnapshotCompression::Compress(startup_snapshot_in)); in CreateSnapshotBlob()
476 SnapshotCompression::Compress(read_only_snapshot_in)); in CreateSnapshotBlob()
478 SnapshotCompression::Compress(shared_heap_snapshot_in)); in CreateSnapshotBlob()
487 SnapshotCompression::Compress(context_snapshots_in[i])); in CreateSnapshotBlob()
/third_party/rust/crates/clap/tests/derive/
H A Ddoc_comments_help.rs251 Compress { output: String }, in doc_comment_about_handles_both_abouts()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h252 // Compress bit extraction operation from Hacker's Delight.
254 uint32_t Compress(uint32_t mask) const { in Compress() function in vixl::aarch64::Instruction
265 mask = (mask ^ mv) | (mv >> (1 << i)); // Compress mask. in Compress()
267 x = (x ^ t) | (t >> (1 << i)); // Compress x. in Compress()
275 return Compress(M); in ExtractBits()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp24 #include "../../Compress/CopyCoder.h"
347 static HRESULT Compress( in Compress() function
1560 RINOK(Compress(options, in UpdateArchive()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp3290 void Compress (const uint8 *sPtr,
3483 void dng_lzw_compressor::Compress (const uint8 *sPtr, in Compress() function in dng_lzw_compressor
3801 lzwCompressor.Compress (sBuffer, in WriteData()
4293 // Compress (if required) and write out the data. in WriteTile()
4434 // Compress tile. in Process()

Completed in 28 milliseconds