Searched refs:run_num_allocated (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.gen.c65 tmp->run_num_allocated = 0;
77 if (++msg->run_length >= msg->run_num_allocated) {
78 int tobe_allocated = msg->run_num_allocated;
86 msg->run_num_allocated = tobe_allocated;
254 tmp->run_num_allocated = 0;
276 tmp->run_num_allocated = 0;
H A Dregress.gen.h57 int run_num_allocated; member in struct:msg
/external/chromium_org/third_party/libevent/test/
H A Dregress.gen.c65 tmp->run_num_allocated = 0;
77 if (++msg->run_length >= msg->run_num_allocated) {
78 int tobe_allocated = msg->run_num_allocated;
86 msg->run_num_allocated = tobe_allocated;
254 tmp->run_num_allocated = 0;
276 tmp->run_num_allocated = 0;
H A Dregress.gen.h57 int run_num_allocated; member in struct:msg

Completed in 28 milliseconds