Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A 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 …]
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
H A Ddefault_hooks.py82 def decompress(fut): function
131 def decompress(fut): function
176 def decompress(fut): function
215 def decompress(fut): function
H A DpowerSGD_hook.py611 def decompress(fut): function
832 def decompress(fut): function
/aosp_15_r20/external/scapy/scapy/layers/tls/crypto/
H A Dcompression.py49 def decompress(self, s): member in Comp_NULL
64 def decompress(self, s): member in Comp_Deflate
83 def decompress(self, s): member in Comp_LZS
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A 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
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A 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
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A 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
H A DDecompressor.java39 InputStream decompress(InputStream is) throws IOException; in decompress() method
/aosp_15_r20/external/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go90 func decompress(x uint16, bits int) uint16 { func
358 func (s *scalar) decompress(bits int) { func
447 func (v *vector) decompress(bits int) { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go90 func decompress(x uint16, bits int) uint16 { func
358 func (s *scalar) decompress(bits int) { func
447 func (v *vector) decompress(bits int) { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dresponse.py44 def decompress(self, data): member in DeflateDecoder
82 def decompress(self, data): member in GzipDecoder
138 def decompress(self, data): member in MultiDecoder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dresponse.py44 def decompress(self, data): member in DeflateDecoder
82 def decompress(self, data): member in GzipDecoder
138 def decompress(self, data): member in MultiDecoder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dresponse.py44 def decompress(self, data): member in DeflateDecoder
82 def decompress(self, data): member in GzipDecoder
138 def decompress(self, data): member in MultiDecoder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dresponse.py44 def decompress(self, data): member in DeflateDecoder
82 def decompress(self, data): member in GzipDecoder
138 def decompress(self, data): member in MultiDecoder
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResource.java70 boolean decompress, in TestResource()
86 boolean decompress, in TestResource()
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp172 std::future<astcenc_error> decompress(astcenc_context* context, uint32_t threadIndex, in decompress() function in gfxstream::vk::__anonca3b56880111::WorkerThread
226 int32_t decompress(const uint32_t imgWidth, const uint32_t imgHeight, const uint32_t blockWidth, in decompress() function in gfxstream::vk::__anonca3b56880111::AstcCpuDecompressorImpl
DAstcCpuDecompressorNoOp.cpp25 int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth, in decompress() function in gfxstream::vk::__anonb4c71db20111::AstcCpuDecompressorNoOp
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_bz2.py28 def decompress(self, data): member in BaseTest
43 def decompress(self, data): member in BaseTest
/aosp_15_r20/external/zstd/contrib/pzstd/
H A DPzstd.cpp429 static void decompress( in decompress() function
579 bool decompress) { in writeFile()
/aosp_15_r20/external/zstd/examples/
H A Dsimple_decompression.c16 static void decompress(const char* fname) in decompress() function
/aosp_15_r20/external/brotli/python/
H A Dbrotli.py53 decompress = _brotli.decompress variable
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DDecompressorRegistryTest.java91 public InputStream decompress(InputStream is) throws IOException { in decompress() method in DecompressorRegistryTest.Dummy
/aosp_15_r20/external/jsoncpp/devtools/
H A Dtarball.py48 def decompress(tarball_path, base_dir): function
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/
Djpeg.py42 def decompress(jpegdata): function
/aosp_15_r20/external/python/cpython2/Lib/plat-irix6/
Djpeg.py42 def decompress(jpegdata): function

12345678910>>...13