Searched refs:count_before (Results 1 – 7 of 7) 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()
142 count_before = self._dr_utils.count_dark_resumes()159 if count_before != count_after:173 count_before = self._dr_utils.count_dark_resumes()184 if count_before != count_after - 1:187 count_before, count_after)
122 int count_before = count.Count(); in TEST_F() local126 EXPECT_EQ(count_before, count.Count()); in TEST_F()130 EXPECT_TRUE(WaitForCount(count_before + 1, &count)); in TEST_F()
31 count_before = self._powerwash_count()60 if count_after != count_before + 1:
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()
1170 int count_before = registers.Count(); in PushCPURegList() local1175 int count = count_before - registers.Count(); in PushCPURegList()1186 int count_before = registers.Count(); in PopCPURegList() local1191 int count = count_before - registers.Count(); in PopCPURegList()