Searched refs:Uncompressed (Results 1 – 25 of 38) sorted by relevance
12
/external/llvm/unittests/Support/ |
D | CompressionTest.cpp | 28 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/ |
D | CompressionTest.cpp | 29 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/ |
D | ax25_protocols.in | 6 AX25_P_VJUNCOMP 0x07 /* Uncompressed TCP/IP packet */
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | go17.go | 49 func setResponseUncompressed(res *http.Response) { res.Uncompressed = true }
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 60 and format. Uncompressed images will be filled with gradient that exercises
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 36 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
|
D | lzma.txt | 23 5 8 Uncompressed size (little endian). -1 means unknown size
|
/external/lz4/doc/ |
D | lz4_Frame_format.md | 279 Uncompressed size of Data can be any size, up to “block maximum size”.
|
/external/u-boot/lib/lzma/ |
D | lzma.txt | 306 5 8 Uncompressed size (little endian). -1 means unknown size
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 521 severe effects and be difficult to correct. Uncompressed text, on
|
D | rfc1951.txt | 873 severe effects and be difficult to correct. Uncompressed text, on
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1223 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/ |
D | en_GB.po | 1947 msgid "Uncompressed" 1948 msgstr "Uncompressed"
|
D | en_AU.po | 1947 msgid "Uncompressed" 1948 msgstr "Uncompressed"
|
D | libexif-12.pot | 1926 msgid "Uncompressed"
|
D | zh_CN.po | 1930 msgid "Uncompressed"
|
D | sq.po | 1930 msgid "Uncompressed"
|
D | tr.po | 1930 msgid "Uncompressed"
|
D | be.po | 1930 msgid "Uncompressed"
|
D | sr.po | 1939 msgid "Uncompressed"
|
D | pt.po | 1930 msgid "Uncompressed"
|
D | ru.po | 1943 msgid "Uncompressed"
|
D | en_CA.po | 1926 msgid "Uncompressed"
|
D | ja.po | 1936 msgid "Uncompressed"
|
D | uk.po | 1928 msgid "Uncompressed"
|
12