Searched refs:skip (Results 176 - 200 of 1444) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Dstart.S64 stack: .skip STACKSIZE
/netbsd-current/usr.bin/systat/
H A Ddf.c78 int i, j, skip; local
87 skip = 0;
91 skip=1;
96 if (displayall || !skip) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlfsr.h95 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip);
97 * Skip "skip" states.
107 * Given two LFSRs, use the current state from each to skip entries in the
119 *\li Since the current state from each of the LFSRs is used to skip
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlfsr.c120 lfsr_skipgenerate(isc_lfsr_t *lfsr, unsigned int skip) argument
122 while (skip--)
131 * Skip "skip" states in "lfsr".
134 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip) argument
138 while (skip--)
158 /* cross-skip. */
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h98 void skip();
102 skip();
176 virtual void skip() {} function in class:llvm::yaml::Node
306 void skip() override {
308 Key->skip();
310 Val->skip();
398 template <class CollectionType> void skip(CollectionType &C) { function in namespace:llvm::yaml
400 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!");
404 i->skip();
433 template <class T> friend void yaml::skip(
439 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::final::yaml
496 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::final::yaml
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dbrokw-1.s11 ; .skip 2,0
H A Dbrokw-2.s12 ; .skip 2,0
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Drelax-direct.s69 .skip 200
78 .skip 32
80 .skip 10
82 .skip 200
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dmapmisc.s33 .skip 4
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-msp430-elf/
H A Duleb128.s10 .skip 0xff
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dfill16.d6 #skip: arm-*-coff i[3-7]86-*-coff [is_xcoff_format]
11 # See also fill.d. We use `skip' for configurations unsupported
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D20-test_enc_more.t39 skip "Problems getting ciphers...", 1 + scalar(@ciphers)
43 skip "Not initialized, skipping...", scalar(@ciphers);
/netbsd-current/sys/arch/macppc/dev/
H A Dsmuiic.c98 goto skip;
101 goto skip;
103 goto skip;
126 skip:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlfsr.h89 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip);
91 * Skip "skip" states.
101 * Given two LFSRs, use the current state from each to skip entries in the
113 *\li Since the current state from each of the LFSRs is used to skip
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlfsr.c113 lfsr_skipgenerate(isc_lfsr_t *lfsr, unsigned int skip) { argument
114 while (skip--) {
124 * Skip "skip" states in "lfsr".
127 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip) { argument
130 while (skip--) {
150 /* cross-skip. */
/netbsd-current/sys/netipsec/
H A Dxform_esp.c301 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) argument
313 if (__predict_false((skip & 3) != 0 || (m->m_pkthdr.len & 3) != 0)) {
314 DPRINTF("%s: misaligned packet, skip %u pkt len %u", __func__,
315 skip, m->m_pkthdr.len);
322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp));
347 plen = m->m_pkthdr.len - (skip + hlen + alen);
408 crda->crd_skip = skip;
412 crda->crd_len = m->m_pkthdr.len - (skip + alen);
463 tc->tc_skip = skip;
468 crde->crd_skip = skip
513 int hlen, skip, protoff; local
679 esp_output(struct mbuf *m, const struct ipsecrequest *isr, struct secasvar *sav, int skip, int protoff, int flags) argument
[all...]
/netbsd-current/lib/libc/net/
H A Dhesiod.c415 int ancount, qdcount, i, j, n, skip, type, class, len; local
451 skip = dn_skipname(p, eom);
452 if (skip < 0 || p + skip + QFIXEDSZ > eom) {
456 p += skip + QFIXEDSZ;
469 skip = dn_skipname(p, eom);
470 if (skip < 0 || p + skip + 10 > eom)
472 type = p[skip + 0] << 8 | p[skip
[all...]
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf-run_test.sh36 create_test_program program1 pass skip
41 create_test_program subdir/program2 skip
47 -o match:'program1:skip -> skipped' \
48 -o match:'subdir/program2:skip -> skipped' \
56 create_test_program program1 pass skip
64 create_test_program subdir/nested/program2 skip fail
70 -o match:'program1:skip -> skipped' \
72 -o match:'subdir/nested/program2:skip -> skipped' \
79 create_test_program program1 pass skip
89 -o match:'program1:skip
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Ddeflate.sh11 gzip -nc ${kernel} | dd bs=10 skip=1 of=${kernel}.gz.tmp
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dlocore.S42 beq t0, ra, skip
58 skip: label
/netbsd-current/usr.sbin/sysinst/
H A Dmsg_cmp.sh74 dd bs=1 skip=$off1 if=$inp1 2>/dev/null | tr '\n' '~' | tr '\000' '\n' > $TMP1
75 dd bs=1 skip=$off2 if=$inp2 2>/dev/null | tr '\n' '~' | tr '\000' '\n' > $TMP2
/netbsd-current/sys/dev/ic/
H A Dspic.c154 goto skip;
159 goto skip;
163 goto skip;
175 goto skip;
181 goto skip;
211 goto skip;
216 goto skip;
232 skip:
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dprint.c84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) argument
90 backtrace_full (state, skip + 1, print_callback, error_callback,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dadds-thumb1-reloc-local-armv7-m.d2 #skip: *-*-pe *-*-wince

Completed in 187 milliseconds

1234567891011>>