Searched refs:random (Results 1 – 25 of 52) sorted by relevance
123
/toolchain/binutils/binutils-2.25/libiberty/ |
D | random.c | 84 long int random (void); 242 random(); in srandom() 377 random (void) in random() function
|
D | configure.ac | 355 funcs="$funcs random" 408 random realpath rename rindex \ 442 AC_LIBOBJ([random]) 448 asprintf | basename | insque | random | strdup | vasprintf) 484 AC_LIBOBJ([random]) 497 …zero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetm… 524 putenv random rename rindex sbrk setenv stpcpy strcasecmp \ 566 AC_LIBOBJ([random]) 575 basename | getpagesize | insque | random | strcasecmp)
|
D | sort.c | 163 pointers[i] = (void *) random (); in main()
|
D | Makefile.in | 147 random.c regex.c rename.c rindex.c \ 214 ./random.$(objext) ./rename.$(objext) ./rindex.$(objext) \ 1153 ./random.$(objext): $(srcdir)/random.c $(INCDIR)/ansidecl.h 1155 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \ 1158 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/random.c -o noasan/$@; \ 1160 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
|
D | pexecute.txh | 124 @var{tempbase} was @code{NULL}, then the output file name is a random 133 at random.
|
D | functions.texi | 1083 @var{tempbase} was @code{NULL}, then the output file name is a random 1092 at random. 1159 @c random.c:39 1160 @deftypefn Supplement {long int} random (void) 1166 Random number functions. @code{random} returns a random number in the 1167 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random 1169 (else, the values returned by @code{random} are always the same for each 1171 control over the state of the random number generator.
|
D | configure | 5500 random realpath rename rindex \ 5688 asprintf | basename | insque | random | strdup | vasprintf) 5851 …zero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetm… 5902 putenv random rename rindex sbrk setenv stpcpy strcasecmp \ 6008 basename | getpagesize | insque | random | strcasecmp)
|
D | config.in | 209 /* Define to 1 if you have the `random' function. */
|
D | ChangeLog | 815 pexecute.txh, random.c, setenv.c, setproctitle.c, 2519 * random.c (srandom, initstate, setstate, random): Use ISO C 4389 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c: 4400 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c, 5130 * libiberty/random.c (end_ptr): Revert previous change. 5136 * libiberty/random.c (end_ptr): Likewise. 5645 * strtoul.c, strtol.c, random.c: Remove advertising clause from 6057 * random.c (NULL): Don't redefine NULL if it is already defined. 6606 * configure.in: On a cygwin32 host, always compile random, and 6933 * config/mh-cygwin32: also build random.o [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | b-offloc.s | 3 % with a 64-bit address (0x789abcdef0123458) then 16 bytes of % random data.
|
D | b-offlocmis.s | 3 % with a 64-bit address (0x789abcdef012345b) then 16 bytes of % random
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | tls-ok-30.d | 7 # below the limit, in a DSO. Beware, the order here is quite random,
|
D | tls-ok-34.d | 8 # are ok, in a DSO. Beware, the order here is quite random,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | diagnostic.s | 7 b.random label1
|
D | diagnostic.l | 5 [^:]*:7: Error: unknown mnemonic `b\.random' -- `b\.random label1'
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | vms.em | 87 /* Place an orphan section. We use this to put random OVR sections.
|
D | mmo.em | 46 /* Place an orphan section. We use this to put random SEC_CODE or
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.ac | 199 # Other random stuff. 615 # Some COFF configurations want these random other flags set.
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | stab.def | 218 or something like that. FIXME. I have assigned the values at random
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2004 | 839 * ld-scripts/defined2.d: Allow other random syms. 845 * ld-scripts/provide-2.d: Allow random trailing syms. 890 * ld-scripts/provide-2.d: Ignore random symbols.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2011 | 153 * sparc-opc.c (sparc_opcodes): Fix random instruction to write
|
D | ChangeLog-2006 | 477 * mips-opc.c: fix random typos in comments.
|
D | ChangeLog | 132 `commit', `random', `wr r,r,%cps', `wr r,i,%cps' and `rd %cps,r'.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2006 | 416 not match random object files in a path containing "crtbegin" or
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog | 113 `random', `wr r,i,%cps' and `rd r,%cps' instructions.
|
123