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

  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 82 updateCrc(sink, offset, result);
117 if (fhcrc) updateCrc(source.buffer(), 0, 10);
129 if (fhcrc) updateCrc(source.buffer(), 0, 2);
132 if (fhcrc) updateCrc(source.buffer(), 0, xlen);
143 if (fhcrc) updateCrc(source.buffer(), 0, index + 1);
154 if (fhcrc) updateCrc(source.buffer(), 0, index + 1);
186 private void updateCrc(Buffer buffer, long offset, long byteCount) {
GzipSink.java 69 updateCrc(source, byteCount);
130 private void updateCrc(Buffer buffer, long byteCount) {

Completed in 70 milliseconds