HomeSort by relevance Sort by last modified time
    Searched defs:initstate (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/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
    [all...]
  /external/bison/darwin-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 884 _GL_FUNCDECL_SYS (initstate, char *,
888 _GL_CXXALIAS_SYS (initstate, char *,
890 _GL_CXXALIASWARN (initstate);
892 # undef initstate macro
894 _GL_WARN_ON_USE (initstate, "initstate is unportable - "
    [all...]

Completed in 66 milliseconds