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

  /libcore/luni/src/main/native/
ZipUtilities.h 32 uint64_t totalOut;
ZipUtilities.cpp 36 NativeZipStream::NativeZipStream() : inCap(0), totalIn(0), totalOut(0) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 83 int totalOut = defl.getTotalOut();
85 assertEquals(x, totalOut);
99 assertEquals(totalOut, infl.getTotalIn());
127 int totalOut = defl.getTotalOut();
129 assertEquals(x, totalOut);
143 assertEquals(totalOut, infl.getTotalIn());
222 int totalOut = defl.getTotalOut();
224 assertEquals(x, totalOut);
234 assertEquals(totalOut, infl.getTotalIn());
653 int totalOut;
    [all...]
  /external/lz4/tests/
frametest.c 673 size_t totalOut = 0;
691 totalOut += oSize;
698 if (totalOut) { /* otherwise, it's a skippable frame */
    [all...]

Completed in 202 milliseconds