Searched refs:startpoint (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_util.c882 int startpoint = evutil_weakrand_(&seed) % 4; local
892 evutil_secure_rng_get_bytes(buf1 + startpoint,
893 endpoint-startpoint);
894 n += endpoint - startpoint;
896 if (j >= startpoint && j < endpoint) {
909 for (j=startpoint;j<endpoint;++j) {
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_util.c948 int startpoint = evutil_weakrand_(&seed) % 4; local
958 evutil_secure_rng_get_bytes(buf1 + startpoint,
959 endpoint-startpoint);
960 n += endpoint - startpoint;
962 if (j >= startpoint && j < endpoint) {
975 for (j=startpoint;j<endpoint;++j) {

Completed in 264 milliseconds