HomeSort by: relevance | last modified time | path
    Searched defs:tobe_allocated (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress.gen.c 87 int tobe_allocated = msg->run_num_allocated; local
89 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1;
91 tobe_allocated * sizeof(struct run*));
95 msg->run_num_allocated = tobe_allocated;
491 int tobe_allocated = msg->how_often_num_allocated; local
493 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1
799 int tobe_allocated = msg->notes_num_allocated; local
837 int tobe_allocated = msg->other_numbers_num_allocated; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.gen.c 88 int tobe_allocated = msg->run_num_allocated; local
90 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1;
92 tobe_allocated * sizeof(struct run*));
96 msg->run_num_allocated = tobe_allocated;
492 int tobe_allocated = msg->how_often_num_allocated; local
494 tobe_allocated = !tobe_allocated ? 1 : tobe_allocated << 1
800 int tobe_allocated = msg->notes_num_allocated; local
838 int tobe_allocated = msg->other_numbers_num_allocated; local
    [all...]

Completed in 23 milliseconds