HomeSort by relevance Sort by last modified time
    Searched refs:run_length (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.c 64 tmp->run_length = 0;
77 if (++msg->run_length >= msg->run_num_allocated) {
88 msg->run_data[msg->run_length - 1] = run_new();
89 if (msg->run_data[msg->run_length - 1] == NULL)
92 return (msg->run_data[msg->run_length - 1]);
94 --msg->run_length;
165 if (!msg->run_set || off < 0 || off >= msg->run_length)
221 if (!msg->run_set || offset < 0 || offset >= msg->run_length)
247 for (i = 0; i < tmp->run_length; ++i) {
253 tmp->run_length = 0
    [all...]
regress.gen.h 56 int run_length; member in struct:msg
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 46 size_t run_length = 0; local
69 if (delta != static_cast<unsigned>(delta16) || run_length >= kMaxRun) {
73 run_length = 0;
79 ++run_length;

Completed in 177 milliseconds