Home
last modified time | relevance | path

Searched refs:deterministic (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dar.c100 int deterministic = -1; /* Determinism indeterminate. */ variable
593 deterministic = true; in decode_options()
596 deterministic = false; in decode_options()
639 if (deterministic < 0) in default_deterministic()
640 deterministic = DEFAULT_AR_DETERMINISTIC; in default_deterministic()
655 deterministic = true; in ranlib_main()
658 deterministic = false; in ranlib_main()
809 if (newer_only && deterministic > 0) in main()
812 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC) in main()
1277 if (deterministic) in write_archive()
[all …]
Darsup.c41 extern int deterministic;
352 if (deterministic > 0) in ar_save()
DChangeLog-201350 output deterministic. time.h include is no longer needed.
134 * arsup.c (ar_save): Respect the deterministic setting when
136 * ar.c (main): Set the default deterministic mode when reading
639 * objcopy.c (deterministic): Make int rather than bfd_boolean,
641 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
DChangeLog-2012536 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
538 * objcopy.c (deterministic): New global variable.
539 (strip_options): Add --enable-deterministic-archives.
544 deterministic output when requested.
545 (strip_main): Add -D/--enable-deterministic-archives option.
DChangeLog-20117 * configure.in (--enable-deterministic-archives): Grok new
11 * ar.c (deterministic): Initialize to -1.
16 (main): Likewise. Make newer_only && deterministic error
19 --enable-deterministic-archives behavior.
Dconfigure.ac60 AC_ARG_ENABLE(deterministic-archives,
61 [AS_HELP_STRING([--enable-deterministic-archives],
Dobjcopy.c96 static int deterministic = -1; /* Enable deterministic archives. */ variable
3656 if (deterministic) in copy_archive()
4783 if (deterministic < 0) in default_deterministic()
4784 deterministic = DEFAULT_AR_DETERMINISTIC; in default_deterministic()
4860 deterministic = true; in strip_main()
4863 deterministic = false; in strip_main()
5374 deterministic = true; in copy_main()
5378 deterministic = false; in copy_main()
Ddlltool.c359 static bool deterministic = DEFAULT_AR_DETERMINISTIC; variable
3021 if (deterministic) in gen_lib_file()
4025 deterministic = true; in main()
4028 deterministic = false; in main()
DChangeLog-20091046 * ar.c (deterministic): New global variable.
1047 (main): Recognize new 'D' option, which enables 'deterministic mode'.
1050 flags if deterministic mode was requested.
1051 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
DChangeLog473 * dlltool.c (deterministic): New variable.
474 (gen_lib_file): If deterministic is true set the
476 (usage): Mention --deterministic-libraries and
477 --non-deterministic-libraries.
822 use a deterministic one based upon the dll name.
DNEWS92 * The dlltool program now accepts --deterministic-libraries and
93 --non-deterministic-libraries as command line options to control whether or
94 not it generates deterministic output libraries. If neither of these options
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
De500mc64.md48 ;; The following units are used to make the automata deterministic.
54 ;; The following sets to make automata deterministic when option ndfa is used.
De500mc.md49 ;; The following units are used to make the automata deterministic.
55 ;; The following sets to make automata deterministic when option ndfa is used.
De300c2c3.md62 ;; The following units are used to make automata deterministic
68 ;; The following sets to make automata deterministic when option ndfa is used.
D8540.md63 ;; The following units are used to make automata deterministic
69 ;; The following sets to make automata deterministic when option ndfa is used.
De5500.md45 ;; The following units are used to make the automata deterministic.
De6500.md48 ;; The following units are used to make the automata deterministic.
/netbsd/src/external/bsd/atf/dist/
DREADME16 rest of the system to ensure that their results are deterministic and that
/netbsd/src/external/gpl3/binutils/dist/binutils/doc/
Dbinutils.texi426 @cindex deterministic archives
427 @kindex --enable-deterministic-archives
428 Operate in @emph{deterministic} mode. When adding files and the archive
436 @option{--enable-deterministic-archives}, then this mode is on by default.
524 Note - if an archive has been created in a deterministic manner, eg
529 @cindex deterministic archives
530 @kindex --enable-deterministic-archives
531 Do @emph{not} operate in @emph{deterministic} mode. This is the inverse
536 @option{--enable-deterministic-archives}.
1287 [@option{-D}|@option{--enable-deterministic-archives}]
[all …]
/netbsd/src/lib/libcompat/regexp/
DREADME67 deterministic ones found in some other implementations, which makes it
/netbsd/src/external/bsd/ppp/dist/
DREADME102 additional, more deterministic ways for pppd to interact with the
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
DsystemBugs.txt123 sporadic. It appears to be deterministic but dependent on the sequence
/netbsd/src/external/bsd/flex/dist/po/
Dfi.po71 # DFA on akronyymi käsitteelle "deterministic finite automaton" eli deterministinen äärellinen aut…
323 # Epädeterministinen äärellinen automaatti, lyh. NFA (engl. non-deterministic finite-state automat…
/netbsd/src/share/misc/
Dacronyms.comp370 DAE deterministic authenticated encryption
416 DFA deterministic finite automaton
475 DRBG deterministic random bit generator
1158 NTM non-deterministic Turing machine
/netbsd/src/crypto/external/bsd/netpgp/dist/ref/
Drfc2437.txt1041 encoding method is deterministic, as is the case for RSASP1/RSAVP1
1495 and 9. Hash functions are deterministic, meaning that the output is
1548 large. Mask generation functions are deterministic; the octet string

12345