Home
last modified time | relevance | path

Searched defs:decompress (Results 1 – 25 of 125) sorted by relevance

12345

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCompression.cpp58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression
69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, in decompress() function in compression
81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression
123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zlib
135 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress() function in zlib
151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, in decompress() function in zlib
155 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress() function in zlib
182 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zstd
195 Error zstd::decompress(ArrayRef<uint8_t> Input, in decompress() function in zstd
211 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zstd
[all …]
/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
Ddefault_hooks.py82 def decompress(fut): function
131 def decompress(fut): function
176 def decompress(fut): function
215 def decompress(fut): function
DpowerSGD_hook.py611 def decompress(fut): function
832 def decompress(fut): function
/external/scapy/scapy/layers/tls/crypto/
Dcompression.py49 def decompress(self, s): member in Comp_NULL
65 def decompress(self, s): member in Comp_Deflate
85 def decompress(self, s): member in Comp_LZS
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DCodec.java47 public InputStream decompress(InputStream is) throws IOException { in decompress() method in Codec.Gzip
64 public InputStream decompress(InputStream is) { in decompress() method in Codec.Identity
DDecompressor.java39 InputStream decompress(InputStream is) throws IOException; in decompress() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeDecompressor.java115 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
128 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
164 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DUnicodeDecompressor.java116 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
130 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
167 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/external/zstd/examples/
Dsimple_decompression.c16 static void decompress(const char* fname) in decompress() function
Ddictionary_decompression.c30 static void decompress(const char* fname, const ZSTD_DDict* ddict) in decompress() function
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DDecompressorRegistryTest.java91 public InputStream decompress(InputStream is) throws IOException { in decompress() method in DecompressorRegistryTest.Dummy
/external/brotli/python/
Dbrotli.py53 decompress = _brotli.decompress variable
/external/jsoncpp/devtools/
Dtarball.py48 def decompress(tarball_path, base_dir): function
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/kyber/
Dkyber.go91 func decompress(x uint16, bits int) uint16 { func
357 func (s *scalar) decompress(bits int) { func
446 func (v *vector) decompress(bits int) { func
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/kyber/
Dkyber.go91 func decompress(x uint16, bits int) uint16 { func
357 func (s *scalar) decompress(bits int) { func
446 func (v *vector) decompress(bits int) { func
/external/boringssl/src/ssl/test/runner/kyber/
Dkyber.go91 func decompress(x uint16, bits int) uint16 { func
357 func (s *scalar) decompress(bits int) { func
446 func (v *vector) decompress(bits int) { func
/external/angle/src/image_util/
DAstcDecompressorNoOp.cpp22 int32_t decompress(std::shared_ptr<WorkerThreadPool> singleThreadPool, in decompress() function in angle::__anon47adffb10111::AstcDecompressorNoOp
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dnx.h20 bool decompress; /* true decompress; false compress */ member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DDecompressor.cpp65 Error Decompressor::decompress(MutableArrayRef<uint8_t> Output) { in decompress() function in Decompressor
/external/fonttools/Lib/fontTools/ttLib/tables/
DgrUtils.py13 def decompress(data): function
/external/pytorch/torch/csrc/distributed/c10d/
Ddefault_comm_hooks.cpp28 auto decompress = [decompressed_tensor](c10::ivalue::Future& allreduce_fut) { in runHook() local
/external/xz-java/src/
DTestAllocSpeed.java58 private void decompress() throws IOException { in decompress() method in TestAllocSpeed
/external/lz4/ossfuzz/
Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() function
/external/brotli/java/org/brotli/dec/
DDecodeTest.java32 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
/external/bzip2/
Ddlltest.c71 int decompress = 0; in main() local

12345