Searched refs:skip (Results 501 - 525 of 702) sorted by relevance

<<212223242526272829

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dgcd_1.asm253 addl %edx, %ecx C skip one limb if high<divisor
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dgcd_1.asm272 cmovc( %eax, %edx) C skip a div if high<divisor
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dmode1o.asm198 C When high<divisor can skip last step.
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_extent.c790 goto skip;
825 skip:
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A DMakefile.in1027 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1061 skip=`expr $$skip + 1`; \
1090 if test "$$skip" -ne 0; then \
1091 if test "$$skip" -eq 1; then \
1092 skipped="($$skip test was not run)"; \
1094 skipped="($$skip tests were not run)"; \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_clnt.c192 int new_state,state,skip=0; local
344 skip = 1;
350 skip=1;
425 * We need to skip the certificate verify
627 if (!s->s3->tmp.reuse_message && !skip)
643 skip=0;
2564 * to skip sending the certificate verify
2803 /* Set flag "skip certificate verify" */
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-linux.c1881 * Get the flags for this interface, and skip it if
2015 * Get the flags for this interface, and skip it if
3433 goto skip;
3447 goto skip;
3453 goto skip;
3460 goto skip;
3547 skip:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-cris.c965 /* Initialize to skip over the first three entries in the gotplt; they
1505 bfd_boolean skip, relocate;
1525 skip = FALSE;
1532 skip = TRUE;
1543 skip = TRUE, relocate = TRUE;
1547 if (skip)
1499 bfd_boolean skip, relocate; local
H A Delf32-m32r.c2910 bfd_boolean skip, relocate;
2924 skip = FALSE;
2932 skip = TRUE;
2934 skip = relocate = TRUE;
2938 if (skip)
2905 bfd_boolean skip, relocate; local
H A Delf32-microblaze.c1115 bfd_boolean skip;
1123 skip = FALSE;
1129 skip = TRUE;
1131 skip = TRUE;
1135 if (skip)
1112 bfd_boolean skip; local
H A Delf64-sh64.c1701 bfd_boolean skip, relocate; local
1715 skip = FALSE;
1723 skip = TRUE;
1725 skip = TRUE, relocate = TRUE;
1730 if (skip)
2844 /* Signal to caller to skip this symbol - we've handled it. */
H A Dlinker.c3021 bfd_boolean skip = FALSE;
3035 skip = TRUE;
3041 skip = TRUE;
3044 skip = TRUE;
3046 if (!skip)
3014 bfd_boolean skip = FALSE; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Derror.c2783 int skip = n_total - 10; local
2791 if (skip > 1)
2798 xloc.file, xloc.line, xloc.column, skip);
2802 xloc.file, xloc.line, skip);
2807 } while (--skip > 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-cris.c965 /* Initialize to skip over the first three entries in the gotplt; they
1505 bfd_boolean skip, relocate;
1525 skip = FALSE;
1532 skip = TRUE;
1543 skip = TRUE, relocate = TRUE;
1547 if (skip)
1499 bfd_boolean skip, relocate; local
H A Delf32-m32r.c2910 bfd_boolean skip, relocate;
2924 skip = FALSE;
2932 skip = TRUE;
2934 skip = relocate = TRUE;
2938 if (skip)
2905 bfd_boolean skip, relocate; local
H A Delf32-microblaze.c1115 bfd_boolean skip;
1123 skip = FALSE;
1129 skip = TRUE;
1131 skip = TRUE;
1135 if (skip)
1112 bfd_boolean skip; local
H A Delf32-tic6x.c2217 bfd_boolean skip, relocate; local
2225 skip = FALSE;
2232 skip = TRUE;
2234 skip = TRUE, relocate = TRUE;
2238 if (skip)
H A Delf64-sh64.c1701 bfd_boolean skip, relocate; local
1715 skip = FALSE;
1723 skip = TRUE;
1725 skip = TRUE, relocate = TRUE;
1730 if (skip)
2844 /* Signal to caller to skip this symbol - we've handled it. */
H A Dlinker.c3071 bfd_boolean skip = FALSE;
3085 skip = TRUE;
3091 skip = TRUE;
3094 skip = TRUE;
3096 if (!skip)
3064 bfd_boolean skip = FALSE; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymtab.c2475 int force_skip, skip;
2513 /* Process the prologue in two passes. In the first pass try to skip the
2518 skip = 1;
2539 if (skip)
2550 if (skip && start_sal.pc != pc
2575 while (!force_skip && skip--);
2691 /* Gratuitous qoute: skip it and move on. */
3191 We only want to skip enums here. */
4336 prologue end using SAL information. Return zero if the skip fails.
4343 instructions (SALs) from the instruction body. Need to skip thos
2468 int force_skip, skip; local
[all...]
H A Di386-tdep.c1293 int skip = 0;
1314 GCC into the prologue and skip them. At this point in the
1319 Make sure we only skip these instructions if we later see the
1321 while (pc + skip < limit)
1323 insn = i386_match_insn (pc + skip, i386_frame_setup_skip_insns);
1327 skip += insn->len;
1331 if (limit <= pc + skip)
1334 if (target_read_memory (pc + skip, &op, 1))
1335 return pc + skip;
1341 if (read_memory_unsigned_integer (pc + skip
1289 int skip = 0; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree.h1456 struct ssa_use_operand_d* GTY((skip(""))) prev;
1457 struct ssa_use_operand_d* GTY((skip(""))) next;
1458 tree GTY((skip(""))) stmt;
1459 tree *GTY((skip(""))) use;
1486 PTR GTY((skip)) aux;
2248 } GTY ((skip)) u1;
2829 struct value_set * GTY ((skip)) expr_set;
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_core.c2667 u_int skip, start_skip; local
2689 skip = 0;
2693 skip = start_skip;
2697 (width * pixel_width - skip));
2720 skip = 0;
2724 skip = start_skip;
2728 (width * pixel_width / 2 - skip));
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c1352 goto skip;
1356 goto skip;
1361 goto skip;
1366 goto skip;
1372 goto skip;
1385 goto skip;
1394 skip:
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dsdb.c883 goto skip;
889 goto skip;
940 skip:

Completed in 609 milliseconds

<<212223242526272829