Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/netbsd-src/usr.bin/rump_wmd/
H A Drump_wmd.sh141 debug 2 Component attempt: ${attempt}
145 ${attempt} ${CURCOMP} ${RUMPBASE} 2>&1 \
150 CURCOMP="${attempt} ${CURCOMP}"
151 filter ${attempt} ALLCOMP
152 debug 1 Found ${undef} from ${attempt}
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-cc-fusion.cc129 auto attempt = crtl->ssa->new_change_attempt (); in parallelize_insns() local
152 use_array cc_uses = remove_note_accesses (attempt, cc_insn->uses ()); in parallelize_insns()
153 use_array other_set_uses = remove_note_accesses (attempt, in parallelize_insns()
157 access_array_builder uses_builder (attempt); in parallelize_insns()
166 cc_change.new_uses = merge_access_arrays (attempt, other_set_uses, cc_uses); in parallelize_insns()
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes)) in parallelize_insns()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldfile.c125 ldfile_try_open_bfd (const char *attempt, in ldfile_try_open_bfd() argument
128 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
133 info_msg (_("attempt to open %s failed\n"), attempt); in ldfile_try_open_bfd()
135 info_msg (_("attempt to open %s succeeded\n"), attempt); in ldfile_try_open_bfd()
145 track_dependency_files (attempt); in ldfile_try_open_bfd()
192 ldfile_open_command_file (attempt); in ldfile_try_open_bfd()
269 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
281 attempt); in ldfile_try_open_bfd()
299 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldfile.c335 ldfile_try_open_bfd (const char *attempt, in ldfile_try_open_bfd() argument
338 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
343 info_msg (_("attempt to open %s failed\n"), attempt); in ldfile_try_open_bfd()
345 info_msg (_("attempt to open %s succeeded\n"), attempt); in ldfile_try_open_bfd()
359 track_dependency_files (attempt); in ldfile_try_open_bfd()
406 ldfile_open_command_file (attempt); in ldfile_try_open_bfd()
483 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
495 attempt); in ldfile_try_open_bfd()
513 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
/netbsd-src/external/bsd/elftosb/dist/common/
H A Doptions.cpp329 kwdmatch(const char * src, const char * attempt, int len =0) { in kwdmatch() argument
332 if (src == attempt) return EXACT_MATCH ; in kwdmatch()
333 if ((src == NULL) || (attempt == NULL)) return NO_MATCH ; in kwdmatch()
334 if ((! *src) && (! *attempt)) return EXACT_MATCH ; in kwdmatch()
335 if ((! *src) || (! *attempt)) return NO_MATCH ; in kwdmatch()
338 (attempt[i]) && (attempt[i] != ' ') ; i++) { in kwdmatch()
339 if (TOLOWER(src[i]) != TOLOWER(attempt[i])) return NO_MATCH ; in kwdmatch()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_key_update.pod54 attempt to resume any session associated with the connection in the new
58 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
66 handshake and it may or may not attempt to resume an existing session. If
72 a TLS connection the client will attempt to resume the current session in the
73 new handshake. For historical reasons, DTLS clients will not attempt to resume
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod28 returned if an attempt is made to set the padding mode to anything other
32 If the key has usage restrictions then an error is returned if an attempt is
40 usage restrictions then an error is returned if an attempt is made to set the
H A DBIO_s_accept.pod100 attempt is first made to use BIO_BIN_NORMAL, if this fails
101 and the port is not in use then a second attempt is made
105 called, after the accept BIO has been setup, it will attempt
149 then it is an indication that an accept attempt would block: the application
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_key_update.pod55 attempt to resume any session associated with the connection in the new
59 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
67 handshake and it may or may not attempt to resume an existing session. If
73 a TLS connection the client will attempt to resume the current session in the
74 new handshake. For historical reasons, DTLS clients will not attempt to resume
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod35 returned if an attempt is made to set the padding mode to anything other
39 If the key has usage restrictions then an error is returned if an attempt is
47 key has usage restrictions then an error is returned if an attempt is made to
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_utils.c471 int attempt = -1; /* filter to make sure addresses have in iter_filter_order() local
481 if(a->addr.ss_family != AF_INET6 && attempt == -1) { in iter_filter_order()
485 attempt = a->attempts; in iter_filter_order()
488 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) { in iter_filter_order()
495 if(attempt == -1) { in iter_filter_order()
496 attempt = a->attempts; in iter_filter_order()
497 } else if(a->attempts > attempt) { in iter_filter_order()
529 int attempt = -1; /* filter to make sure addresses have in iter_filter_order() local
539 if(a->addr.ss_family != AF_INET && attempt == -1) { in iter_filter_order()
543 attempt = a->attempts; in iter_filter_order()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfwprop.cc431 try_fwprop_subst_pattern (obstack_watermark &attempt, insn_change &use_change, in try_fwprop_subst_pattern() argument
473 bool ok = recog (attempt, use_change); in try_fwprop_subst_pattern()
579 auto attempt = crtl->ssa->new_change_attempt (); in try_fwprop_subst() local
580 use_array src_uses = remove_note_accesses (attempt, def_insn->uses ()); in try_fwprop_subst()
594 src_uses = crtl->ssa->make_uses_available (attempt, src_uses, in try_fwprop_subst()
602 use_change.new_uses = merge_access_arrays (attempt, use_change.new_uses, in try_fwprop_subst()
613 return (try_fwprop_subst_pattern (attempt, use_change, def, loc, dest, src) in try_fwprop_subst()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtime.c584 unsigned attempt, reps, i, j; \
592 for (attempt = 0; attempt < 5; attempt++) \
607 name, attempt, reps, dt); \
/netbsd-src/sys/dev/i2c/
H A Dtda19988.c539 int attempt, err; in tda19988_read_edid_block() local
556 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) { in tda19988_read_edid_block()
563 if (attempt == MAX_READ_ATTEMPTS) { in tda19988_read_edid_block()
/netbsd-src/tests/fs/psshfs/
H A Dssh_config.in13 # Do not attempt password authentication in case keys fail.
/netbsd-src/tests/lib/librumphijack/
H A Dssh_config.in13 # Do not attempt password authentication in case keys fail.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dwzero.cgs12 # we attempt these instructions.
H A Dtmiaph.cgs12 # we attempt these instructions.
H A Dtmia.cgs12 # we attempt these instructions.
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A DREADME183 The tool will analyze a source file and attempt to remove each non-conditional
185 It will first attempt to build the native all-gcc target.
186 If that succeeds, it will attempt to build any target build .o files
220 # This will attempt to remove only alias.h and expr.h from tree*.c
223 # This will attempt to remove all header files from tree-ssa-live.cc
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A DREADME183 The tool will analyze a source file and attempt to remove each non-conditional
185 It will first attempt to build the native all-gcc target.
186 If that succeeds, it will attempt to build any target build .o files
220 # This will attempt to remove only alias.h and expr.h from tree*.c
223 # This will attempt to remove all header files from tree-ssa-live.c
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/xscale/
H A Dmra.cgs17 # we attempt these instructions.
H A Dmiaph.cgs12 # we attempt these instructions.
H A Dmia.cgs12 # we attempt these instructions.
/netbsd-src/crypto/external/bsd/netpgp/dist/tests/
H A Dcat.at21 # XXXTODO: deliberately corrupt file3.gpg and attempt to verify

12345678910>>...62