Home
last modified time | relevance | path

Searched refs:Uncompressed (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/unittests/Support/
DCompressionTest.cpp28 SmallString<32> Uncompressed; in TestZlibCompression() local
32 zlib::uncompress(Compressed, Uncompressed, Input.size())); in TestZlibCompression()
33 EXPECT_EQ(Input, Uncompressed); in TestZlibCompression()
37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1)); in TestZlibCompression()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCompressionTest.cpp29 SmallString<32> Uncompressed; in TestZlibCompression() local
36 E = zlib::uncompress(Compressed, Uncompressed, Input.size()); in TestZlibCompression()
40 EXPECT_EQ(Input, Uncompressed); in TestZlibCompression()
43 E = zlib::uncompress(Compressed, Uncompressed, Input.size() - 1); in TestZlibCompression()
/external/strace/xlat/
Dax25_protocols.in6 AX25_P_VJUNCOMP 0x07 /* Uncompressed TCP/IP packet */
/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17.go49 func setResponseUncompressed(res *http.Response) { res.Uncompressed = true }
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt60 and format. Uncompressed images will be filled with gradient that exercises
/external/lzma/DOC/
Dlzma-specification.txt36 5 8 Uncompressed size (64-bit unsigned integer, little-endian)
82 If "Uncompressed size" field contains ones in all 64 bits, it means that
85 In opposite case, if the value from "Uncompressed size" field is not
87 specified number of bytes (Uncompressed size) is decoded. And if there
Dlzma.txt23 5 8 Uncompressed size (little endian). -1 means unknown size
/external/lz4/doc/
Dlz4_Frame_format.md279 Uncompressed size of Data can be any size, up to “block maximum size”.
/external/u-boot/lib/lzma/
Dlzma.txt306 5 8 Uncompressed size (little endian). -1 means unknown size
/external/zlib/src/doc/
Drfc1952.txt521 severe effects and be difficult to correct. Uncompressed text, on
Drfc1951.txt873 severe effects and be difficult to correct. Uncompressed text, on
/external/clang/lib/Serialization/
DASTReader.cpp1223 SmallString<0> Uncompressed; in ReadSLocEntry() local
1224 if (llvm::zlib::uncompress(Blob, Uncompressed, Record[0]) != in ReadSLocEntry()
1229 return llvm::MemoryBuffer::getMemBufferCopy(Uncompressed, Name); in ReadSLocEntry()
/external/libexif/po/
Den_GB.po1947 msgid "Uncompressed"
1948 msgstr "Uncompressed"
Den_AU.po1947 msgid "Uncompressed"
1948 msgstr "Uncompressed"
Dlibexif-12.pot1926 msgid "Uncompressed"
Dzh_CN.po1930 msgid "Uncompressed"
Dsq.po1930 msgid "Uncompressed"
Dtr.po1930 msgid "Uncompressed"
Dbe.po1930 msgid "Uncompressed"
Dsr.po1939 msgid "Uncompressed"
Dpt.po1930 msgid "Uncompressed"
Dru.po1943 msgid "Uncompressed"
Den_CA.po1926 msgid "Uncompressed"
Dja.po1936 msgid "Uncompressed"
Duk.po1928 msgid "Uncompressed"

12