Searched refs:drop_count (Results 1 – 7 of 7) sorted by relevance
119 drop_count = 0131 drop_count += 1137 drop_rate = float(drop_count) / (n - 1) if n > 1 else 0
280 size_t drop_count; in TEST() local282 Packet* packet = buffer.GetNextPacket(&drop_count); in TEST()283 EXPECT_EQ(0u, drop_count); in TEST()
78 int drop_count = 0; in RecycleFramesUntilKeyFrame() local85 ++drop_count; in RecycleFramesUntilKeyFrame()88 return drop_count; in RecycleFramesUntilKeyFrame()92 return drop_count; in RecycleFramesUntilKeyFrame()
734 int drop_count = 2; in dns_retry_test_impl() local741 fail_server_cb, &drop_count); in dns_retry_test_impl()759 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()767 drop_count = 4; in dns_retry_test_impl()784 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()
1836 int drop_count) in HLeaveInlined() argument1838 drop_count_(drop_count) { } in HLeaveInlined()
1718 void BeginBody(int drop_count);
1300 void HGraphBuilder::LoopBuilder::BeginBody(int drop_count) { in BeginBody() argument1305 env->Drop(drop_count); in BeginBody()