Home
last modified time | relevance | path

Searched refs:BREAK_3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c134 #define BREAK_3 128 macro
374 } else if (n < BREAK_3) { in ntp_initstate()
/freebsd/lib/libc/stdlib/
H A Drandom.h51 #define BREAK_3 128 macro
H A Drandom.c106 BREAK_0, BREAK_1, BREAK_2, BREAK_3, BREAK_4
311 } else if (sz < BREAK_3) { in initstate_r()
H A Drand.c71 error = initstate_r(rand3_state, 1, rand3_state->rst_randtbl, BREAK_3); in initialize_rand3()