Searched defs:rand (Results 1 - 5 of 5) sorted by relevance
| /src/lib/libc/stdlib/ | ||
| H A D | rand.c | 47 rand(void) function in typeref:typename:int |
| /src/sys/external/isc/libsodium/dist/test/default/ | ||
| H A D | cmptest.h | 32 # define rand(X) arc4random(X) macro |
| /src/games/warp/ | ||
| H A D | config.h.SH | 208 * This symbol contains the number of bits of random number the rand() function |
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ | ||
| H A D | fp_test.h | 237 static inline uint16_t makeNaN16(uint16_t rand) argument 242 static inline float makeNaN32(uint32_t rand) argument 247 static inline double makeNaN64(uint64_t rand) argument 253 static inline long double makeNaN128(uint64_t rand) argument |
| /src/sys/kern/ | ||
| H A D | kern_pax.c | 524 uint32_t rand = cprng_fast32(); local in function:pax_aslr_init_vm 571 uint32_t rand; local in function:pax_aslr_offset 641 uint32_t rand = cprng_fast32(); local in function:pax_aslr_stack 666 uint32_t rand = cprng_fast32(); local in function:pax_aslr_stack_gap [all...] |
Completed in 6 milliseconds