| /src/crypto/external/bsd/openssh/dist/ |
| blowfish.c | 127 static const blf_ctx initstate = local 398 *c = initstate;
|
| /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 [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 86 interface. The initstate() routine is called with a seed, an array of 92 with initstate(). By default, the package runs with 128 bytes of state 167 initstate(1, randtbl, 128); 192 initstate(1, randtbl, 128); 252 value of the rear pointer; this is so successive calls to initstate won't 255 setstate so that it doesn't matter when initstate is called. 258 initstate (unsigned int seed, void *arg_state, unsigned long n) 256 initstate (unsigned int seed, void *arg_state, unsigned long n) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 86 interface. The initstate() routine is called with a seed, an array of 92 with initstate(). By default, the package runs with 128 bytes of state 167 initstate(1, randtbl, 128); 192 initstate(1, randtbl, 128); 252 value of the rear pointer; this is so successive calls to initstate won't 255 setstate so that it doesn't matter when initstate is called. 258 initstate (unsigned int seed, void *arg_state, unsigned long n) 256 initstate (unsigned int seed, void *arg_state, unsigned long n) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 86 interface. The initstate() routine is called with a seed, an array of 92 with initstate(). By default, the package runs with 128 bytes of state 167 initstate(1, randtbl, 128); 192 initstate(1, randtbl, 128); 252 value of the rear pointer; this is so successive calls to initstate won't 255 setstate so that it doesn't matter when initstate is called. 258 initstate (unsigned int seed, void *arg_state, unsigned long n) 256 initstate (unsigned int seed, void *arg_state, unsigned long n) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 88 interface. The initstate() routine is called with a seed, an array of 94 with initstate(). By default, the package runs with 128 bytes of state 169 initstate(1, randtbl, 128); 194 initstate(1, randtbl, 128); 254 value of the rear pointer; this is so successive calls to initstate won't 257 setstate so that it doesn't matter when initstate is called. 260 initstate (unsigned int seed, PTR arg_state, unsigned long n) 258 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 86 interface. The initstate() routine is called with a seed, an array of 92 with initstate(). By default, the package runs with 128 bytes of state 167 initstate(1, randtbl, 128); 192 initstate(1, randtbl, 128); 252 value of the rear pointer; this is so successive calls to initstate won't 255 setstate so that it doesn't matter when initstate is called. 258 initstate (unsigned int seed, void *arg_state, unsigned long n) 256 initstate (unsigned int seed, void *arg_state, unsigned long n) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| random.c | 41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, @ 49 run of the program). @code{initstate} and @code{setstate} allow fine-grained 86 interface. The initstate() routine is called with a seed, an array of 92 with initstate(). By default, the package runs with 128 bytes of state 167 initstate(1, randtbl, 128); 192 initstate(1, randtbl, 128); 252 value of the rear pointer; this is so successive calls to initstate won't 255 setstate so that it doesn't matter when initstate is called. 258 initstate (unsigned int seed, void *arg_state, unsigned long n) 256 initstate (unsigned int seed, void *arg_state, unsigned long n) function
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| stdlib.h | 1496 # undef initstate 1497 # define initstate rpl_initstate 1499 _GL_FUNCDECL_RPL (initstate, char *, 1502 _GL_CXXALIAS_RPL (initstate, char *, 1506 _GL_FUNCDECL_SYS (initstate, char *, 1512 _GL_CXXALIAS_SYS_CAST (initstate, char *, 1515 _GL_CXXALIASWARN (initstate); 1517 # undef initstate macro 1519 _GL_WARN_ON_USE (initstate, "initstate is unportable - [all...] |