HomeSort by: relevance | last modified time | path
    Searched refs:arc4random_stir (Results 1 - 5 of 5) sorted by relevancy

  /src/include/
stdlib.h 276 void arc4random_stir(void);
  /src/lib/libc/gen/
Makefile.inc 95 arc4random.3 arc4random_stir.3 arc4random.3 arc4random_uniform.3
arc4random.c 80 __weak_alias(arc4random_stir,_arc4random_stir)
810 arc4random_stir(void) function in typeref:typename:void
855 arc4random_stir();
  /src/tests/lib/libc/gen/
t_arc4random.c 203 * Save a copy and update the state with arc4random_stir.
206 arc4random_stir();
  /src/lib/libc/include/
namespace.h 210 #define arc4random_stir _arc4random_stir macro

Completed in 30 milliseconds