Searched refs:ci (Results 1 – 2 of 2) sorted by relevance
69 CentralDirectoryHeaderCompressInfo ci = in storeIsBest() local72 assertEquals(0, ci.getCompressedSize()); in storeIsBest()73 assertEquals(CompressionMethod.STORE, ci.getMethod()); in storeIsBest()88 CentralDirectoryHeaderCompressInfo ci = in sameCompressionResultButBetterThanStore() local91 assertEquals(CompressionMethod.DEFLATE, ci.getMethod()); in sameCompressionResultButBetterThanStore()92 assertTrue(ci.getCompressedSize() < data.length); in sameCompressionResultButBetterThanStore()
213 for (Index ci = i; buckets_[ci].next != kInvalidIndex; ci = buckets_[ci].next) { in PrintStats() local214 SLICER_CHECK(buckets_[ci].value != nullptr); in PrintStats()