HomeSort by: relevance | last modified time | path
    Searched defs:attempt (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfqueue.h 87 int attempt = 0; local
93 if (++attempt >= WFQ_ADAPT_ATTEMPTS) {
95 attempt = 0;
wfstack.h 156 int attempt = 0; local
164 if (++attempt >= CDS_WFS_ADAPT_ATTEMPTS) {
166 attempt = 0;
wfcqueue.h 243 ___cds_wfcq_busy_wait(int *attempt, int blocking)
247 if (++(*attempt) >= WFCQ_ADAPT_ATTEMPTS) {
249 *attempt = 0;
263 int attempt = 0; local
271 if (___cds_wfcq_busy_wait(&attempt, blocking))
527 int attempt = 0; local
547 if (___cds_wfcq_busy_wait(&attempt, blocking))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-cc-fusion.cc 129 auto attempt = crtl->ssa->new_change_attempt (); local
152 use_array cc_uses = remove_note_accesses (attempt, cc_insn->uses ());
153 use_array other_set_uses = remove_note_accesses (attempt,
157 access_array_builder uses_builder (attempt);
166 cc_change.new_uses = merge_access_arrays (attempt, other_set_uses, cc_uses);
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes))
aarch64-ldp-fusion.cc 1364 fixup_debug_use (obstack_watermark &attempt,
1377 change.new_uses = check_remove_regno_access (attempt,
1399 new_use = crtl->ssa->create_use (attempt,
1406 change.new_uses = insert_access (attempt, new_use, change.new_uses);
1461 // ATTEMPT is used to allocate RTL-SSA temporaries for the changes,
1467 fixup_debug_uses_trailing_add (obstack_watermark &attempt,
1486 fixup_debug_use (attempt, use, def, base, wb_offset);
1492 // ATTEMPT is the obstack watermark used to allocate RTL-SSA temporaries for
1504 fixup_debug_uses (obstack_watermark &attempt,
1534 fixup_debug_use (attempt, use, def, base, offset)
1674 auto attempt = crtl->ssa->new_change_attempt (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-cc-fusion.cc 129 auto attempt = crtl->ssa->new_change_attempt (); local
152 use_array cc_uses = remove_note_accesses (attempt, cc_insn->uses ());
153 use_array other_set_uses = remove_note_accesses (attempt,
157 access_array_builder uses_builder (attempt);
166 cc_change.new_uses = merge_access_arrays (attempt, other_set_uses, cc_uses);
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes))
  /src/crypto/external/bsd/openssh/dist/
auth.h 61 int attempt; member in struct:Authctxt
sshconnect.c 505 int oerrno, sock = -1, attempt; local
513 for (attempt = 0; attempt < connection_attempts; attempt++) {
514 if (attempt > 0) {
1137 * Do not attempt hostkey update if a certificate was
  /src/external/gpl3/gdb/dist/gdb/
hppa-linux-tdep.c 138 int attempt; local
156 for (attempt = 0; attempt < ARRAY_SIZE (pcoffs); attempt++)
158 if (insns_match_pattern (gdbarch, sp + pcoffs[attempt],
161 offs = sfoffs[attempt];
173 attempt = 2;
174 sp = pc - pcoffs[attempt];
186 return sp + sfoffs[attempt] + 128 + 24;
321 /* Attempt to find (and return) the global pointer for the give
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-linux-tdep.c 138 int attempt; local
156 for (attempt = 0; attempt < ARRAY_SIZE (pcoffs); attempt++)
158 if (insns_match_pattern (gdbarch, sp + pcoffs[attempt],
161 offs = sfoffs[attempt];
173 attempt = 2;
174 sp = pc - pcoffs[attempt];
186 return sp + sfoffs[attempt] + 128 + 24;
321 /* Attempt to find (and return) the global pointer for the give
    [all...]
  /src/sys/arch/mac68k/dev/
pm_direct.c 1234 int attempt = 3; local
1236 while (pmHardware == PM_HW_PB1XX && attempt > 0) {
1243 attempt--;
  /src/external/gpl3/gcc/dist/gcc/
fwprop.cc 431 try_fwprop_subst_pattern (obstack_watermark &attempt, insn_change &use_change,
477 bool ok = recog (attempt, use_change);
584 auto attempt = crtl->ssa->new_change_attempt (); local
585 use_array src_uses = remove_note_accesses (attempt, def_insn->uses ());
599 src_uses = crtl->ssa->make_uses_available (attempt, src_uses,
607 use_change.new_uses = merge_access_arrays (attempt, use_change.new_uses,
618 return (try_fwprop_subst_pattern (attempt, use_change, def, loc, dest, src)
expmed.cc 2521 int attempt;
2603 for (attempt = 0; temp == 0 && attempt < 3; attempt++)
2607 if (attempt == 0)
2609 else if (attempt == 1)
3566 /* Attempt to handle multiplication of DImode values by negative
2512 int attempt; local
gcc.cc 2522 "%s: attempt to rename spec %qs to "
2776 adding a multilib suffix. When DO_MULTI is true, some attempt is made
7971 int i, nargs, out_arg = -1, quiet = 0, attempt;
8017 for (attempt = 0; attempt < RETRY_ICE_ATTEMPTS; ++attempt)
8021 temp_stdout_files[attempt] = make_temp_file (".out");
8022 temp_stderr_files[attempt] = make_temp_file (".err");
8024 if (attempt == RETRY_ICE_ATTEMPTS - 1)
8030 status = run_attempt (new_argv, temp_stdout_files[attempt],
7946 int i, nargs, out_arg = -1, quiet = 0, attempt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fwprop.cc 431 try_fwprop_subst_pattern (obstack_watermark &attempt, insn_change &use_change,
473 bool ok = recog (attempt, use_change);
579 auto attempt = crtl->ssa->new_change_attempt (); local
580 use_array src_uses = remove_note_accesses (attempt, def_insn->uses ());
594 src_uses = crtl->ssa->make_uses_available (attempt, src_uses,
602 use_change.new_uses = merge_access_arrays (attempt, use_change.new_uses,
613 return (try_fwprop_subst_pattern (attempt, use_change, def, loc, dest, src)
expmed.cc 2505 int attempt;
2591 for (attempt = 0; temp == 0 && attempt < 3; attempt++)
2595 if (attempt == 0)
2597 else if (attempt == 1)
3550 /* Attempt to handle multiplication of DImode values by negative
2496 int attempt; local
gcc.cc 2517 "%s: attempt to rename spec %qs to "
2771 adding a multilib suffix. When DO_MULTI is true, some attempt is made
7845 int i, nargs, out_arg = -1, quiet = 0, attempt;
7891 for (attempt = 0; attempt < RETRY_ICE_ATTEMPTS; ++attempt)
7895 temp_stdout_files[attempt] = make_temp_file (".out");
7896 temp_stderr_files[attempt] = make_temp_file (".err");
7898 if (attempt == RETRY_ICE_ATTEMPTS - 1)
7904 status = run_attempt (new_argv, temp_stdout_files[attempt],
7820 int i, nargs, out_arg = -1, quiet = 0, attempt; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-dregs.c 441 int attempt = (len > max_wp_len ? (max_wp_len - 1) : len - 1); local
442 int size = size_try_array[attempt][align];
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-dregs.c 441 int attempt = (len > max_wp_len ? (max_wp_len - 1) : len - 1); local
442 int size = size_try_array[attempt][align];
  /src/external/bsd/unbound/dist/iterator/
iter_utils.c 515 int attempt = -1; /* filter to make sure addresses have local
518 int num4ok = 0; /* number ip4 at low attempt count */
525 if(a->addr.ss_family != AF_INET6 && attempt == -1) {
526 /* if we only have ip4 at low attempt count,
529 attempt = a->attempts;
532 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) {
539 if(attempt == -1) {
540 attempt = a->attempts;
541 } else if(a->attempts > attempt) {
573 int attempt = -1; /* filter to make sure addresses hav local
    [all...]
  /src/sys/dev/i2c/
tda19988.c 539 int attempt, err; local
556 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) {
563 if (attempt == MAX_READ_ATTEMPTS) {
  /src/sys/dev/usb/
if_urtwn.c 4576 int i, attempt; local
4623 attempt = 1;
4669 if (attempt-- > 0)
  /src/external/mpl/dhcp/dist/client/
dhclient.c 3281 int i, send_ret, attempt, success; local
3283 attempt = success = 0;
3317 attempt++;
3328 attempt++;
3339 raw->len, success, attempt);
3341 if (attempt == 0)
5281 * another attempt for later. We forget the name, dhcid and
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 5519 unsigned attempt = 0x7fff, used;
5538 attempt &= ~regs_used (PATTERN (scan), 0);
5554 if (dead & attempt)
5556 dead &= attempt;
9285 /* Attempt to replace *p, which is an address that needs reloading, with
5509 unsigned attempt = 0x7fff, used; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 5519 unsigned attempt = 0x7fff, used;
5538 attempt &= ~regs_used (PATTERN (scan), 0);
5554 if (dead & attempt)
5556 dead &= attempt;
9284 /* Attempt to replace *p, which is an address that needs reloading, with
5509 unsigned attempt = 0x7fff, used; local

Completed in 94 milliseconds

1 2