Searched refs:skip (Results 276 - 300 of 702) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dbranch-misc-2pic-64.d0 #skip: mips-*-ecoff
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.h70 struct def_optype_d * GTY ((skip (""))) free_defs;
71 struct use_optype_d * GTY ((skip (""))) free_uses;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsvr4_sigcode64.s140 add %l0, 2*BLOCK_SIZE, %l0 ! and skip what we already stored
173 inc 2*BLOCK_SIZE, %l0 ! and skip what we already loaded
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-engine.h180 /* Return non-zero if IDESC is a skip insn. */
242 #define SEM_SKIP_COMPILE(cpu, sc, skip) \
244 SEM_ARGBUF (sc) -> skip_count = (skip); \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/
H A Dmode1o.asm162 bne r2, L(skip) C skip if so
164 C can't skip a division, repeat loop code
183 L(skip):
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/mips32/
H A Dlshift.asm37 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Drshift.asm34 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/mips64/
H A Dlshift.asm37 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Drshift.asm34 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Desp_core.c679 /* skip bodyoff */
692 /* skip over empty mbuf */
763 /* skip over empty mbuf */
890 /* skip bodyoff */
903 /* skip over empty mbuf */
970 /* skip over empty mbuf */
992 * skip - offset to ESP header
996 esp_auth(struct mbuf *m0, size_t skip, size_t length, argument
1008 if (m0->m_pkthdr.len < skip) {
1009 ipseclog((LOG_DEBUG, "esp_auth: mbuf length < skip\
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A DMakefile.in410 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
444 skip=`expr $$skip + 1`; \
473 if test "$$skip" -ne 0; then \
474 if test "$$skip" -eq 1; then \
475 skipped="($$skip test was not run)"; \
477 skipped="($$skip tests were not run)"; \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpbsd/
H A DMakefile.in409 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
443 skip=`expr $$skip + 1`; \
472 if test "$$skip" -ne 0; then \
473 if test "$$skip" -eq 1; then \
474 skipped="($$skip test was not run)"; \
476 skipped="($$skip tests were not run)"; \
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c204 * don't need to be exact, but we mustn't skip too
244 size_t skip; local
248 * TODO: We should be able to skip forward by a bunch
270 skip = p - (const char *)h;
271 __archive_read_consume(a, skip);
282 skip = p - (const char *)h;
283 __archive_read_consume(a, skip);
329 * skip the PK00; the first real file header should follow.
528 * skip it, but we don't know this
534 * be able to skip() i
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-flow.h110 PTR GTY ((skip (""))) aux;
113 tree GTY((skip)) value_handle;
246 ipa_reference_vars_info_t GTY ((skip)) reference_vars_info;
307 struct stmt_operands_d GTY ((skip (""))) operands;
321 void * GTY ((skip (""))) histograms;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dlocore.s113 * Clear and skip the first page of text; it will not be mapped at
400 jne 1f | no, skip
408 jeq 1f | yes, skip
470 jeq Lhpmmu2 | yes, skip
472 jne Lmotommu1 | no, skip
522 jeq Lhpmmu3 | yes, skip
524 jne Lmotommu2 | no, skip
580 jeq Lenab2 | No, skip.
658 jeq Lberr3 | no, skip
688 jeq Lbe1stpg | no skip
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dlogin.c181 * -f is used to skip a second login authentication
395 goto skip;
406 goto skip;
412 goto skip;
419 goto skip;
423 skip:
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A DMakefile.in262 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
295 skip=`expr $$skip + 1`; \
314 if test "$$skip" -ne 0; then \
315 skipped="($$skip tests were not run)"; \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/
H A DMakefile.in253 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
286 skip=`expr $$skip + 1`; \
305 if test "$$skip" -ne 0; then \
306 skipped="($$skip tests were not run)"; \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.c294 /* We don't skip for an assembler #. */
397 int skip = 1; local
453 skip = 0;
479 skip = 0;
491 else if (skip == 0)
494 end_directive (pfile, skip);
503 return skip;
1606 /* Get a token but skip padding. */
1788 int skip = 1; local
1800 skip
1830 int skip = 1; local
1877 int skip = 1; local
1996 push_conditional(cpp_reader *pfile, int skip, int type, const cpp_hashnode *cmacro) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dp-valprint.c729 /* If requested, skip printing of static fields. */
912 int skip = 0;
936 skip = -1;
938 skip = 1;
941 skip = 0;
955 skip = 1;
976 if (skip < 0)
978 else if (skip > 0)
910 int skip = 0; local
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dminiunz.c294 int skip=0; local
334 skip = 1;
340 if ((skip==0) && (err==UNZ_OK))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c644 size_t len = 0, skip; local
675 skip = rrc;
681 if (iov[i].buffer.length <= skip) {
682 skip -= iov[i].buffer.length;
684 memcpy(((uint8_t *)iov[i].buffer.value) + skip, q, iov[i].buffer.length - skip);
685 q += iov[i].buffer.length - skip;
686 skip = 0;
692 skip = rrc;
698 memcpy(q, iov[i].buffer.value, min(iov[i].buffer.length, skip));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldfile.c185 int token, skip = 0; local
240 skip = 1;
263 if (skip)
307 any successfully-opened input file. We skip archives
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dminiunz.c292 int skip=0; local
332 skip = 1;
338 if ((skip==0) && (err==UNZ_OK))
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dlocore.s73 * Clear & skip page zero, it will not be mapped
127 jeq Lberr3 | no, skip
151 jeq Lbe1stpg | no skip
178 jeq LbeX1 | no, skip
931 jra Lend_cpuset | skip to init.
939 jra Lend_cpuset | skip to init.
949 jra Lend_cpuset | skip to init.
1037 jne Lnoflush | Not an 68040, skip flush
1076 jlt Lauexit | less than 0, skip it
1091 jeq Lauerror | no, skip ou
[all...]

Completed in 408 milliseconds

<<11121314151617181920>>