Searched refs:count_before (Results 1 – 6 of 6) sorted by relevance
94 size_t count_before = output->count; in zlib_compress() local104 for (i = count_before; i < output->count; i++) { in zlib_compress()107 output->count = count_before; in zlib_compress()119 size_t count_before = output->count; in zlib_decompress() local128 for (i = count_before; i < output->count; i++) { in zlib_decompress()131 output->count = count_before; in zlib_decompress()
99 size_t count_before = output->count; in zlib_compress() local109 for (i = count_before; i < output->count; i++) { in zlib_compress()112 output->count = count_before; in zlib_compress()124 size_t count_before = output->count; in zlib_decompress() local133 for (i = count_before; i < output->count; i++) { in zlib_decompress()136 output->count = count_before; in zlib_decompress()
40 count_before = self._powerwash_count()69 if count_after != count_before + 1:
242 count_before = self._dr_utils.count_dark_resumes()268 if count_before != count_after:275 if count_before == count_after:
222 int count_before = ImportedInterfaceImpl::do_something_count(); in TEST_P() local229 EXPECT_EQ(1, ImportedInterfaceImpl::do_something_count() - count_before); in TEST_P()
595 uint32 count_before = computation->instruction_count(); in TEST_F() local601 EXPECT_EQ(count_before, count_after); in TEST_F()