NEVENT            129 third_party/libevent/devpoll.c 	int dpfd, nfiles = NEVENT;
NEVENT            124 third_party/libevent/kqueue.c 	kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
NEVENT            129 third_party/libevent/kqueue.c 	kqueueop->events = malloc(NEVENT * sizeof(struct kevent));
NEVENT            135 third_party/libevent/kqueue.c 	kqueueop->nevents = NEVENT;
NEVENT            152 third_party/libevent/kqueue.c 		kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
NEVENT             33 third_party/libevent/test/test-time.c struct event *ev[NEVENT];
NEVENT             53 third_party/libevent/test/test-time.c 	if (called < 10*NEVENT) {
NEVENT             55 third_party/libevent/test/test-time.c 			j = rand_int(NEVENT);
NEVENT             75 third_party/libevent/test/test-time.c 	for (i = 0; i < NEVENT; i++) {
NEVENT             87 third_party/libevent/test/test-time.c 	return (called < NEVENT);