Home
last modified time | relevance | path

Searched refs:count_down_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dipc_cpu_perftest.cc140 for (count_down_ = params_.messages_per_frame; count_down_ > 0; in StartPingPong()
141 --count_down_) { in StartPingPong()
158 if (count_down_ != 0) { in StartPingPong()
164 count_down_ = params_.messages_per_frame; in StartPingPong()
178 CHECK_GT(count_down_, 0); in OnPing()
179 count_down_--; in OnPing()
180 if (count_down_ > 0) { in OnPing()
199 int count_down_ = 0; member in IPC::__anon4c13cc8a0111::ChannelSteadyPingPongListener
310 for (count_down_ = params_.messages_per_frame; count_down_ > 0; in StartPingPong()
311 --count_down_) { in StartPingPong()
[all …]
Dipc_mojo_perftest.cc43 count_down_(0) { in PerformanceChannelListener()
56 DCHECK_EQ(0, count_down_); in SetTestParams()
60 count_down_ = msg_count_; in SetTestParams()
84 for (; count_down_ > 0; --count_down_) { in OnHello()
100 CHECK(count_down_ > 0); in OnPing()
101 count_down_--; in OnPing()
102 if (count_down_ == 0) { in OnPing()
120 int count_down_; member in IPC::__anon422127d70111::PerformanceChannelListener
278 MojoInterfacePerfTest() : message_count_(0), count_down_(0) {} in MojoInterfacePerfTest()
293 message_count_ = count_down_ = params[i].message_count(); in RunPingPongServer()
[all …]
/external/webp/src/enc/
Diterator_enc.c67 it->count_down_ = it->count_down0_ = count_down; in VP8IteratorSetCountDown()
71 return (it->count_down_ <= 0); in VP8IteratorIsDone()
92 const int done = it->count_down0_ - it->count_down_; in VP8IteratorProgress()
325 return (0 < --it->count_down_); in VP8IteratorNext()
Dvp8i_enc.h247 int count_down_; // number of mb still to be processed member