Searched refs:skip (Results 376 - 400 of 702) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dsublsh1_n.asm51 bdz L(end) C If done, skip loop
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dlshift.asm39 be L(0) C if multiple of 4 limbs, skip first loop
H A Drshift.asm36 be L(0) C if multiple of 4 limbs, skip first loop
/netbsd-6-1-5-RELEASE/usr.bin/vgrind/
H A Dvfontedpr.c370 goto skip;
381 skip:
/netbsd-6-1-5-RELEASE/usr.sbin/etcupdate/
H A Detcupdate99 -l Automatically skip files with strictly local changes
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcompare.c252 * skip.
257 goto skip;
274 skip: ;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c341 size_t skip = r->r4; local
378 if (off++ < skip)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dlocore.s204 jne 1f | no, skip
212 jeq 1f | yes, skip
265 jne Lenablepre040MMU | if not 040, skip
404 jeq Lberr3 | no, skip
435 jeq Lbe1stpg | no skip
471 jeq LbeX1 | no, skip
555 jne Lfp_unimp | no, skip FPSP
1027 jne LmotommuC | no, skip
1118 jeq Lnocache5 | yes, skip
1132 jne LmotommuE | no, skip
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c1047 unsigned int skip,
1055 if (skip >= 0x1000000)
1057 skip -= 0x1000000;
1062 while (skip >= 0x1000000)
1064 skip -= 0x1000000;
1075 if ((skip & 3) == 0 && skip <= 0xc0000 && skip > 0)
1079 if (skip <= 0x60)
1081 bfd_put_8 (abfd, R_NO_RELOCATION + (skip >>
1046 som_reloc_skip(bfd *abfd, unsigned int skip, unsigned char *p, unsigned int *subspace_reloc_sizep, struct reloc_queue *queue) argument
2980 unsigned int skip; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c1047 unsigned int skip,
1055 if (skip >= 0x1000000)
1057 skip -= 0x1000000;
1062 while (skip >= 0x1000000)
1064 skip -= 0x1000000;
1075 if ((skip & 3) == 0 && skip <= 0xc0000 && skip > 0)
1079 if (skip <= 0x60)
1081 bfd_put_8 (abfd, R_NO_RELOCATION + (skip >>
1046 som_reloc_skip(bfd *abfd, unsigned int skip, unsigned char *p, unsigned int *subspace_reloc_sizep, struct reloc_queue *queue) argument
2980 unsigned int skip; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-s390x.pl159 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtc.c97 static void skip(struct context *, atf_dynstr_t *)
342 skip(struct context *ctx, atf_dynstr_t *reason) function
348 error_in_expect(ctx, "Can only skip a test case when running in "
354 /** Formats a failure/skip reason message.
483 skip(ctx, &reason);
892 skip(ctx, &reason);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dmacros.hpp81 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtc.c98 static void skip(struct context *, atf_dynstr_t *)
331 skip(struct context *ctx, atf_dynstr_t *reason) function
337 error_in_expect(ctx, "Can only skip a test case when running in "
343 /** Formats a failure/skip reason message.
472 skip(ctx, &reason);
881 skip(ctx, &reason);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dmacros.hpp81 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read.c333 filter->skip = client_skip_proxy;
437 * If client didn't consume entire data, skip any remainder
1165 /* We hit EOF before we satisfied the skip request. */
1213 if ((filter->skip != NULL) && (request < SSIZE_MAX)) {
1215 if (filter->skip != NULL) {
1217 bytes_skipped = (filter->skip)(filter, request);
H A Darchive_read_support_compression_bzip2.c200 self->skip = NULL; /* not supported */
H A Darchive_read_support_compression_compress.c227 self->skip = NULL; /* not supported */
343 * this junk. (Yes, the number of *bytes* to skip is
H A Darchive_read_support_compression_gzip.c265 self->skip = NULL; /* not supported */
H A Darchive_read_support_compression_rpm.c142 self->skip = NULL; /* not supported */
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx0.asm149 ja @skip ; no, packet to large for us
164 @skip: xor di, di ; return ES:DI = NIL pointer
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/build/
H A Dshtool1331 skip=no
1334 skip=yes
1351 skip=yes
1354 if [ ".$skip" = .yes ]; then
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.h153 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dbrokw-3.s61 ; .skip 2,0
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68hc11/
H A Dindexed12.d189 .skip 128
191 .skip 127

Completed in 1973 milliseconds

<<11121314151617181920>>