HomeSort by relevance Sort by last modified time
    Searched refs:evutil_weakrand_state (Results 1 - 10 of 10) sorted by null

  /external/libevent/test/
test-time.c 52 struct evutil_weakrand_state weakrand_state;
regress.h 56 extern struct evutil_weakrand_state test_weakrand_state;
regress_main.c 89 struct evutil_weakrand_state test_weakrand_state;
test-ratelim.c 53 static struct evutil_weakrand_state weakrand_state;
regress_util.c 872 struct evutil_weakrand_state seed = { 12346789U };
    [all...]
regress_buffer.c 946 struct evutil_weakrand_state seed = { 123456789U };
    [all...]
  /external/libevent/
util-internal.h 277 struct evutil_weakrand_state { struct
292 ev_uint32_t evutil_weakrand_seed_(struct evutil_weakrand_state *state, ev_uint32_t seed);
297 ev_int32_t evutil_weakrand_(struct evutil_weakrand_state *seed);
301 ev_int32_t evutil_weakrand_range_(struct evutil_weakrand_state *seed, ev_int32_t top);
bufferevent-internal.h 121 struct evutil_weakrand_state weakrand_seed;
event-internal.h 344 struct evutil_weakrand_state weakrand_seed;
evutil.c     [all...]

Completed in 3559 milliseconds