HomeSort by: relevance | last modified time | path
    Searched defs:initstate (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/stdlib/
random.c 50 __weak_alias(initstate,_initstate)
77 * interface. The initstate() routine is called with a seed, an array of
83 * with initstate(). By default, the package runs with 128 bytes of state
115 * cleanups have been made as well. A warning for both initstate and
180 * initstate(1, &randtbl, 128);
229 * initstate(1, randtbl, 128);
314 * initstate:
324 * successive calls to initstate() won't lose this information and will be
328 * setstate() so that it doesn't matter when initstate is called.
337 initstate( function in typeref:typename:char *
    [all...]
  /src/lib/libc/include/
namespace.h 504 #define initstate _initstate macro

Completed in 48 milliseconds