Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c67 tmp->run_length = 0; in msg_new_with_arg()
94 if (++msg->run_length >= msg->run_num_allocated) { in msg_run_add()
98 msg->run_data[msg->run_length - 1] = run_new(); in msg_run_add()
99 if (msg->run_data[msg->run_length - 1] == NULL) in msg_run_add()
102 return (msg->run_data[msg->run_length - 1]); in msg_run_add()
104 --msg->run_length; in msg_run_add()
173 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign()
236 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get()
262 for (i = 0; i < tmp->run_length; ++i) { in msg_clear()
268 tmp->run_length = 0; in msg_clear()
[all …]
Dregress.gen.h44 int run_length; member
/external/v8/third_party/v8/builtins/
Darray-sort.tq754 let run_length: Smi = 2;
786 ++run_length;
792 lowArg + run_length)
796 return run_length;
1551 // Returns true iff run_length(n - 2) > run_length(n - 1) + run_length(n).
1565 // 1. run_length(i - 3) > run_length(i - 2) + run_length(i - 1)
1566 // 2. run_length(i - 2) > run_length(i - 1)
/external/v8/src/regexp/
Djsregexp.cc5247 int run_length = i - first_with_prefix; in RationalizeConsecutiveAtoms() local
5249 for (int j = 1; j < run_length && prefix_length > 1; j++) { in RationalizeConsecutiveAtoms()
5264 new (zone) ZoneList<RegExpTree*>(run_length, zone); in RationalizeConsecutiveAtoms()
5265 for (int j = 0; j < run_length; j++) { in RationalizeConsecutiveAtoms()
5336 int run_length = i - first_in_run; in FixSingleCharacterDisjunctions() local
5339 for (int j = 0; j < run_length; j++) { in FixSingleCharacterDisjunctions()