Searched refs:skip (Results 326 - 350 of 366) sorted by relevance

<<1112131415

/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl189 .skip 16
735 .skip 16
/freebsd-10.0-release/sys/netinet/
H A Dsctp_sysctl.c399 /* if its allgone it is being freed - skip it */
400 goto skip;
537 skip:
/freebsd-10.0-release/sys/netinet6/
H A Dnd6_rtr.c377 goto skip;
397 skip:
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh719 -v state=skip -v statedir=$(pwd) helper
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c2657 /* If the howto field has not been initialised then skip this reloc.
3362 bfd_boolean skip;
3373 skip = FALSE;
3383 skip = TRUE;
3387 if (skip)
3353 bfd_boolean skip; local
H A Delf32-arm.c3678 section. Also skip if section is to be excluded. */
4641 bfd_boolean skip, relocate; local
4662 skip = FALSE;
4670 skip = TRUE;
4672 skip = TRUE, relocate = TRUE;
4676 if (skip)
7970 /* We skip _bfd_dwarf1_find_nearest_line since no known ARM toolchain uses it. */
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp100 tok.skip();
H A Dinput.cpp1649 void token::skip() function in class:token
2422 tok.skip();
2733 // skip tabs as well as spaces here
4110 tok.skip();
4170 tok.skip();
5072 tok.skip();
5489 tok.skip();
6360 tok.skip();
6440 tok.skip();
6446 tok.skip();
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl225 .skip 32-4
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c1603 bool skip; local
1687 skip = false;
1693 /* matched, skip the path */
1695 skip = true;
1699 if (skip)
3164 * For skip the symbol if st_shndx is either SHN_UNDEF or
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_ioctl.c1342 if (rule->skip[i].ptr == NULL)
1343 pr->rule.skip[i].nr = -1;
1345 pr->rule.skip[i].nr =
1346 rule->skip[i].ptr->nr;
/freebsd-10.0-release/sys/pci/
H A Dncr.c1174 ncrcmd skip [ 8]; member in struct:script
4648 NCB_SCRIPT_PHYS (np, skip);
4681 if (np->squeue[i] == NCB_SCRIPT_PHYS (np, skip)) {
5146 printf ("%s: timeout nccb=%p (skip)\n",
5149 = NCB_SCRIPT_PHYS (np, skip);
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c2390 int rulen, portcmp, off, skip; local
2408 skip = 0;
2419 if (skip != 0) {
2420 FR_VERBOSE(("SKIP %d (%#x)\n", skip, fr->fr_flags));
2421 skip--;
2555 skip = fr->fr_arg;
3013 * If a packet is found in the auth table, then skip checking
3903 /* Parameters: listp(IO) - pointer to start of list with skip rule */
3904 /* rp(I) - rule added/removed with skip in it. */
3905 /* addremove(I) - adjustment (-1/+1) to make to skip coun
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darm-dis.c3497 goto skip;
3515 skip:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp2075 // If the expression is invalid, skip ahead to the next semicolon. Not
2480 // We must manually skip to a ']', otherwise the expression skipper will
2481 // stop at the ']' when it skips to the ';'. We want it to skip beyond
2520 // We must manually skip to a ']', otherwise the expression skipper will
2521 // stop at the ']' when it skips to the ';'. We want it to skip beyond
2567 // We must manually skip to a ']', otherwise the expression skipper will
2568 // stop at the ']' when it skips to the ';'. We want it to skip beyond
2580 // We must manually skip to a ']', otherwise the expression skipper will
2581 // stop at the ']' when it skips to the ';'. We want it to skip beyond
2592 // We must manually skip t
2918 bool skip = MCDecl && local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c1904 goto skip;
1931 skip:
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1688 svn_boolean_t *skip,
1807 svn_boolean_t *skip,
1885 svn_boolean_t *skip,
1686 wrap_4to3_file_opened(svn_boolean_t *tree_conflicted, svn_boolean_t *skip, const char *path, svn_revnum_t rev, void *diff_baton, apr_pool_t *scratch_pool) argument
1804 wrap_4to3_dir_added(svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *path, svn_revnum_t rev, const char *copyfrom_path, svn_revnum_t copyfrom_revision, void *diff_baton, apr_pool_t *scratch_pool) argument
1883 wrap_4to3_dir_opened(svn_boolean_t *tree_conflicted, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *path, svn_revnum_t rev, void *diff_baton, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/sys/dev/en/
H A Dmidway.c782 * adjust the top of the mbuf to skip the TBD if present
1966 u_int pre_skip; /* number of bytes to skip at begin */
1967 u_int post_skip; /* number of bytes to skip at end */
2311 DBG(sc, SERV, ("rx%td: VCI %d, rbuf %p, mlen %d, skip %u/%u",
2323 goto skip;
2335 goto skip;
2361 skip:
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c8244 and skip the table. */
14453 int skip;
14455 while ((skip = arm_get_strip_length (* name)))
14456 name += skip;
14467 int skip;
14470 while ((skip = arm_get_strip_length (* name)))
14473 name += skip;
14431 int skip; local
14445 int skip; local
/freebsd-10.0-release/contrib/gcc/
H A Dc-typeck.c6462 /* If it's not incremental, just skip over the gap, so that after
6649 We skip the warning if the value is zero. This is done
6654 We also skip the warning if the initializer is designated,
7412 bool skip;
7422 skip = !block_may_fallthru (cur_stmt_list);
7426 if (!skip)
7449 if (skip)
7376 bool skip; local
/freebsd-10.0-release/contrib/gcc/cp/
H A Dmangle.c101 tree GTY ((skip)) entity;
752 confused about which artificial parameters to skip. */
1915 /* If this is a member function, skip the first arg, which is the
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4217 bool skip = false; local
4251 skip = true;
4266 skip = true;
4275 if (!skip)
4944 // Always skip the compile unit when comparing by only iterating up to
6714 // well formed in the DWARF, so we will just skip it...
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_optimize.c58 * A container that lets us sort a superblock to optimize the skip step jumps
183 PF_RULE_FIELD(skip, DC),
378 * 3) re-order the rules to improve kernel skip steps
637 * Optimization pass #3: re-order rules to improve skip steps
649 * Calculate the best-case skip steps. We put each rule in a list
718 * Find the most useful skip steps remaining
732 DEBUG("(%d) no more commonality for skip steps", depth);
858 /* XXX I should sort all of the unused rules based on skip steps */
1216 errx(1, "Need to add skip step comparitor to pfctl?!");
1273 DEBUG("table <%s> now faster than skip step
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dexception.S637 PTR_ADDU k1, 16 # skip over wait
/freebsd-10.0-release/sys/net/
H A Dpfvar.h564 union pf_rule_ptr skip[PF_SKIP_COUNT]; member in struct:pf_rule
1152 #define PFI_IFLAG_SKIP 0x0100 /* skip filtering on interface */

Completed in 756 milliseconds

<<1112131415