Searched refs:run_length (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c67 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
[all...]
H A Dregress.gen.h44 int run_length; member in struct:msg
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.gen.c67 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
[all...]
H A Dregress.gen.h44 int run_length; member in struct:msg
/freebsd-12-stable/contrib/gdb/include/
H A Dhp-symtab.h1520 unsigned int run_length : 2; member in struct:__anon1832::__anon1835

Completed in 127 milliseconds