Searched refs:skip (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_power.c231 "DTIM periods to skip = %u\n", cmd->skip_dtim_periods);
257 int skip; local
273 skip = 2;
276 cmd->skip_dtim_periods = 1 + skip;
/freebsd-11-stable/contrib/gcc/
H A Dvarray.h89 PTR GTY ((length ("%0.num_elements"), skip (""),
101 struct reg_info_def *GTY ((length ("%0.num_elements"), skip,
103 struct basic_block_def *GTY ((length ("%0.num_elements"), skip,
109 tree *GTY ((length ("%0.num_elements"), skip (""),
H A Dtree-flow.h113 PTR GTY ((skip (""))) aux;
116 tree GTY((skip)) value_handle;
223 ipa_reference_vars_info_t GTY ((skip)) reference_vars_info;
304 struct stmt_operands_d GTY ((skip (""))) operands;
318 void * GTY ((skip (""))) histograms;
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h126 PTR GTY((skip (""))) alloc_arg;
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h194 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon4336
H A Dgzlib.c397 offset += state->skip;
416 /* calculate skip amount, rewinding if needed for back seek when reading */
423 if (gzrewind(file) == -1) /* rewind, then skip to offset */
427 /* if reading, skip what's in output buffer (one less gzgetc() check) */
437 /* request skip (if not zero) */
440 state->skip = offset;
471 return state->x.pos + (state->seek ? state->skip : 0);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c741 size_t skip, total; local
766 skip = p - (const char *)h;
767 __archive_read_consume(a, skip);
772 skip = p - (const char *)h;
773 __archive_read_consume(a, skip);
774 total += skip;
819 size_t skip; local
880 skip = archive_le16dec(p + 5);
881 if (skip < 7 + sizeof(rar->reserved1) + sizeof(rar->reserved2)) {
886 if ((h = __archive_read_ahead(a, skip, NUL
[all...]
/freebsd-11-stable/bin/pax/
H A Dftree.c76 static int ftree_skip; /* when set skip to next file arg */
201 * if -n we are done with this arg, force a skip to the next arg when
450 arcn->skip = 0;
488 * archive. all others will store a zero length skip.
489 * the skip field is used by pax for actual data it has
490 * to read (or skip over).
493 arcn->skip = arcn->sb.st_size;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-srio.c168 /* Only change the skip if the user hasn't already set it */
169 if (!port_config.s.skip)
171 port_config.s.skip = sizeof(cvmx_srio_rx_message_header_t);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c214 goto skip;
260 skip:
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s101 ja @skip ; no, too big
124 @skip: xor di, di ; return ES:DI = NIL pointer
/freebsd-11-stable/contrib/bmake/mk/
H A Dsubdir.mk2 # skip missing directories...
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc811 skip=
813 [ "$b" = "$a" ] && skip=1 break
815 [ "$skip" ] || new="$new$delim$a"
818 unset add delim oldIFS a skip b
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_lb.c152 r = r->skip[PF_SKIP_IFP].ptr;
154 r = r->skip[PF_SKIP_DIR].ptr;
156 r = r->skip[PF_SKIP_AF].ptr;
158 r = r->skip[PF_SKIP_PROTO].ptr;
161 r = r->skip[src == &r->src ? PF_SKIP_SRC_ADDR :
165 r = r->skip[src == &r->src ? PF_SKIP_SRC_PORT :
170 r = r->skip[PF_SKIP_DST_ADDR].ptr;
177 r = r->skip[PF_SKIP_DST_PORT].ptr;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp54 static bool skip(llvm::StringRef data) { function
114 if (skip(packet.GetStringRef()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp148 Error BinaryStreamReader::skip(uint32_t Amount) { function in class:BinaryStreamReader
157 return skip(NewOffset - Offset);
/freebsd-11-stable/sys/netipsec/
H A Dipsec.h347 extern struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);
349 extern int m_striphdr(struct mbuf *m, int skip, int hlen);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c925 count_mbuf_segs(struct mbuf *m, int skip, int len, int *max_nsegs_1mbufp) argument
929 while (skip >= m->m_len) {
930 skip -= m->m_len;
937 n = sglist_count(mtod(m, char *) + skip, m->m_len - skip);
941 len -= m->m_len - skip;
942 skip = 0;
1010 write_tlstx_sgl(void *dst, struct mbuf *start, int skip, int plen, argument
1025 for (m = start; skip >= m->m_len; m = m->m_next)
1026 skip
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_async.c513 int skip = 0; local
533 skip = 2;
536 if (sc->slen - skip > sc->cfg.amru) {
542 if ((n = m_devget(sc->sbuf + skip,
543 sc->slen - skip, 0, rcvif, NULL))) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_clnt.c170 int new_state, state, skip = 0; local
429 skip = 1;
434 skip = 1;
790 if (!s->s3->tmp.reuse_message && !skip) {
803 skip = 0;
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c747 int skip; local
751 skip = 0;
779 skip = 1;
786 skip = 1;
804 skip = 0;
811 skip = 1;
834 if (!skip) {
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c1455 int *skip = NULL; local
1483 skip = &skip_search;
1488 skip = &skip_shell;
1491 skip = NULL;
1500 if (skip != NULL && *skip > 0)
1501 --(*skip);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c175 int token, skip = 0; local
230 skip = 1;
253 if (skip)
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c648 size_t len = 0, skip; local
679 skip = rrc;
685 if (iov[i].buffer.length <= skip) {
686 skip -= iov[i].buffer.length;
688 memcpy(((uint8_t *)iov[i].buffer.value) + skip, q, iov[i].buffer.length - skip);
689 q += iov[i].buffer.length - skip;
690 skip = 0;
696 skip = rrc;
702 memcpy(q, iov[i].buffer.value, min(iov[i].buffer.length, skip));
[all...]
/freebsd-11-stable/tools/tools/ath/athdecode/
H A Dmain.c315 goto skip;
321 goto skip;
333 skip:

Completed in 181 milliseconds

1234567891011>>