HomeSort by relevance Sort by last modified time
    Searched refs:Compressed (Results 1 - 14 of 14) sorted by null

  /external/elfutils/tests/
run-elfgetchdr.sh 90 section 1: NOT Compressed
91 section 2: GNU Compressed size: 60
92 section 3: GNU Compressed size: aa
93 section 4: NOT Compressed
94 section 5: GNU Compressed size: 8d
95 section 6: NOT Compressed
96 section 7: NOT Compressed
97 section 8: NOT Compressed
102 section 1: NOT Compressed
103 section 2: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 1
    [all...]
run-dwelfgnucompressed.sh 82 section 2: GNU Compressed size: 60
83 section 3: GNU Compressed size: aa
84 section 5: GNU Compressed size: 8d
89 section 3: GNU Compressed size: 60
90 section 4: GNU Compressed size: 7e
91 section 6: GNU Compressed size: 8d
96 section 2: GNU Compressed size: 40
97 section 3: GNU Compressed size: 9a
98 section 5: GNU Compressed size: 85
103 section 3: GNU Compressed size: 4
    [all...]
  /external/llvm/unittests/Support/
CompressionTest.cpp 27 SmallString<32> Compressed;
29 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level));
32 zlib::uncompress(Compressed, Uncompressed, Input.size()));
37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1));
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 21 * Compressed label [RFC 1035]
23 Compressed("compressed label", 0xC0),
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_test.go 30 t.Fatalf("Compressed %d -> %d", len(b), z.Len())
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_test.go 30 t.Fatalf("Compressed %d -> %d", len(b), z.Len())
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 134 case Compressed:
  /external/zlib/src/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
100 Compressed data comes from a separate source stream. TDecompressionStream
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
100 Compressed data comes from a separate source stream. TDecompressionStream
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 543 t.Logf("Compressed size of original: %0.02f%% (%v -> %v)", 100*(float64(encSize)/(Len*float64(n))), Len*n, encSize)
547 const Len = 50 // of compressed
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 543 t.Logf("Compressed size of original: %0.02f%% (%v -> %v)", 100*(float64(encSize)/(Len*float64(n))), Len*n, encSize)
547 const Len = 50 // of compressed
  /system/extras/perfprofd/tests/
perfprofd_test.cc 375 bool compressed,
392 if (compressed && !encoded.empty()) {
868 TEST_F(BasicRunWithCannedPerf, Compressed)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 198 milliseconds