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

  /external/libevent/test/
regress.gen.c 67 tmp->run_length = 0;
94 if (++msg->run_length >= msg->run_num_allocated) {
98 msg->run_data[msg->run_length - 1] = run_new();
99 if (msg->run_data[msg->run_length - 1] == NULL)
102 return (msg->run_data[msg->run_length - 1]);
104 --msg->run_length;
173 if (!msg->run_set || off < 0 || off >= msg->run_length)
236 if (!msg->run_set || offset < 0 || offset >= msg->run_length)
262 for (i = 0; i < tmp->run_length; ++i) {
268 tmp->run_length = 0
    [all...]
regress.gen.h 44 int run_length; member in struct:msg
  /external/v8/src/regexp/
jsregexp.cc 5247 int run_length = i - first_with_prefix; local
5336 int run_length = i - first_in_run; local
    [all...]

Completed in 179 milliseconds