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

1234567891011>>

/freebsd-10-stable/contrib/gdb/gdb/
H A Dvalops.c1439 * the virtual table to skip over (entries corresponding to various
1452 int skip;
1466 find_rt_vbase_offset (pbc, basetype, valaddr, offset, &boffset, &skip);
1467 if (skip < 0)
1475 skip = 0;
1484 *skip_p = skip + virtual_base_list_length_skip_primaries (type);
1508 vp = value_at (builtin_type_int, vtbl + 4 * (-skip - index - HP_ACC_VBASE_START), NULL);
1592 int skip;
1596 &base_offset, &skip);
1597 if (skip >
1450 int skip; local
1590 int skip; local
1824 int skip; local
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dmsg.c54 size_t skip; /* Skipped string length. */ member in struct:__anon4166
220 str[soff].skip = (p - u) + 1;
264 str[cnt2].skip, str[cnt2].suffix);
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dedit.c871 int skip = search_skip; local
878 if (skip == 0)
880 skip--;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c525 int skip = 0, i = 0; local
530 /* If no context is supplied, skip 1 frame */
531 skip = 1;
580 if (i >= skip)
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta2deps.py424 skip = True
443 if skip:
445 skip = False
/freebsd-10-stable/contrib/zlib/
H A Dgzread.c268 /* skip over len bytes or reach end-of-file, whichever comes first */
270 /* skip over whatever is in output buffer */
284 /* need more data to skip -- load up output buffer */
309 /* process a skip request */
312 if (gz_skip(state, state->skip) == -1)
467 /* try output buffer (no need to check for skip request) */
502 /* process a skip request */
505 if (gz_skip(state, state->skip) == -1)
566 /* process a skip request */
569 if (gz_skip(state, state->skip)
[all...]
/freebsd-10-stable/contrib/bmake/
H A Darch.c332 * First skip to the start of the member's name, mark that
333 * place and skip to the end of it (either white-space or
952 goto skip;
1005 goto skip;
1009 skip:
/freebsd-10-stable/contrib/binutils/bfd/
H A Dxcofflink.c3427 /* We can just skip DYNAMIC files, unless this is a static link. */
3475 bfd_boolean skip;
3594 skip = FALSE;
3598 /* If we are skipping this csect, we want to skip this symbol. */
3600 skip = TRUE;
3602 /* If we garbage collected this csect, we want to skip this
3604 if (! skip
3608 skip = TRUE;
3611 if (! skip
3613 skip
3469 bfd_boolean skip; local
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dldlang.c173 bfd_boolean skip = FALSE; local
184 skip = fnmatch (list_tmp->name, file->filename, 0) == 0;
186 skip = strcmp (list_tmp->name, file->filename) == 0;
190 if (! skip && file->the_bfd != NULL
195 skip = fnmatch (list_tmp->name,
199 skip = strcmp (list_tmp->name,
203 if (skip)
207 if (!skip)
231 bfd_boolean skip = FALSE; local
238 skip
473 bfd_boolean skip = !match_simple_wild (wildsec0->spec.name, sname); local
510 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname); local
545 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname); local
597 bfd_boolean skip = !match_simple_wild (wildsec2->spec.name, local
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c124 /* Given a special op, return the line skip amount. */
128 /* Given a special op, return the address skip amount (in units of
132 /* The maximum address skip amount that can be encoded with a special op. */
834 Note that the line skip is signed, whereas the address skip is unsigned.
1410 addressT size, skip;
1417 skip = 2 * addr_size - (size & (2 * addr_size - 1));
1418 if (skip == 2 * addr_size)
1419 skip = 0;
1420 size += skip;
1406 addressT size, skip; local
[all...]
/freebsd-10-stable/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m493 bge divide ! if not, skip this junk
115 bge divide ! if not, skip this junk
/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h387 struct c_switch * GTY((skip)) x_switch_stack;
388 struct c_arg_info * GTY((skip)) arg_info;
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnumber.cpp250 tok.skip();
477 tok.skip();
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp113 MachineBasicBlock::iterator skip,
157 if (localBegin == skip ) continue;
109 canBeFeederToNewValueJump(const HexagonInstrInfo *QII, const TargetRegisterInfo *TRI, MachineBasicBlock::iterator II, MachineBasicBlock::iterator end, MachineBasicBlock::iterator skip, MachineFunction &MF) argument
/freebsd-10-stable/contrib/mtree/
H A Dcompare.c270 * skip.
275 goto skip;
296 skip: ;
/freebsd-10-stable/sys/dev/cesa/
H A Dcesa.c598 unsigned int skip, len; local
667 skip = MIN(eskip, mskip);
668 len = MAX(elen + eskip, mlen + mskip) - skip;
670 skip = eskip;
673 skip = mskip;
687 if (skip > 0) {
688 size = MIN(skip, seg.ds_len);
689 skip -= size;
/freebsd-10-stable/usr.bin/vgrind/
H A Dvfontedpr.c365 goto skip;
377 skip:
/freebsd-10-stable/sys/netipsec/
H A Dxform_ipip.c345 int skip,
589 ipe4_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) argument
341 ipip_output( struct mbuf *m, struct ipsecrequest *isr, struct mbuf **mp, int skip, int protoff ) argument
/freebsd-10-stable/crypto/openssh/
H A Dauthfile.c352 goto skip;
391 skip:
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c240 memory_read_skip(struct archive *a, void *_private, int64_t skip) argument
244 int64_t new_position = memory_read_seek(a, _private, skip, SEEK_CUR);
/freebsd-10-stable/contrib/atf/atf-c/
H A Dtc.c93 static void skip(struct context *, atf_dynstr_t *)
338 skip(struct context *ctx, atf_dynstr_t *reason) function
344 error_in_expect(ctx, "Can only skip a test case when running in "
350 /** Formats a failure/skip reason message.
479 skip(ctx, &reason);
888 skip(ctx, &reason);
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dmacros.hpp94 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ia64.h151 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix)
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm62 .skip 8
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c213 self->skip = NULL; /* not supported */

Completed in 464 milliseconds

1234567891011>>