| /openbsd-src/sys/kern/ |
| H A D | subr_blist.c | 180 swblk_t skip = 0; in blist_create() local 414 blst_radix_gapfind(blmeta_t *scan, swblk_t blk, swblk_t radix, swblk_t skip, in blst_radix_gapfind() 608 swblk_t radix, swblk_t skip) in blst_meta_alloc() 750 swblk_t radix, swblk_t skip, swblk_t blk) in blst_meta_free() 885 swblk_t radix, swblk_t skip, swblk_t blk) in blst_meta_fill() 963 swblk_t skip, blist_t dest, swblk_t count) in blst_copy() 1052 blst_radix_init(blmeta_t *scan, swblk_t radix, swblk_t skip, swblk_t count) in blst_radix_init() 1124 blst_radix_print(blmeta_t *scan, swblk_t blk, swblk_t radix, swblk_t skip, int tab) in blst_radix_print()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 176 virtual void skip() {} in skip() function 306 void skip() override { in skip() function 398 template <class CollectionType> void skip(CollectionType &C) { in skip() function 439 void skip() override { yaml::skip(*this); } in skip() function 496 void skip() override { yaml::skip(*this); } in skip() function
|
| /openbsd-src/lib/libc/db/btree/ |
| H A D | bt_split.c | 82 u_int16_t skip; in __bt_split() local 330 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page() 429 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() 593 indx_t full, half, nxt, off, skip, top, used; in bt_psplit() local
|
| /openbsd-src/usr.sbin/unbound/edns-subnet/ |
| H A D | addrtree.c | 333 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) in bits_common() 355 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) in issub() 527 addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip) { in unittest_wrapper_addrtree_bits_common() 535 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) { in unittest_wrapper_addrtree_issub()
|
| /openbsd-src/sys/netinet/ |
| H A D | ip_ah.c | 200 ah_massage_headers(struct mbuf **mp, int af, int skip, int alg, int out) in ah_massage_headers() 530 ah_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in ah_input() 858 ah_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in ah_output()
|
| H A D | ip_ipcomp.c | 134 ipcomp_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in ipcomp_input() 304 ipcomp_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in ipcomp_output()
|
| H A D | ip_esp.c | 341 esp_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in esp_input() 687 esp_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in esp_output()
|
| /openbsd-src/usr.bin/ctags/ |
| H A D | C.c | 521 skip; in skip_string() local 546 skip, in skip_key() local
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | memstats.c | 132 int skip = 0; in read_malloc_stat() local 157 int skip = 0; in read_calloc_stat() local
|
| /openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/ |
| H A D | a.39.1.c | 6 skip (int i) in skip() function
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | function.bench.cpp | 163 static bool skip() { return Function1() > Function2(); } in skip() function 194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() function 208 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() function
|
| /openbsd-src/regress/usr.sbin/snmpd/ |
| H A D | snmpd.sh | 79 skip() { function
|
| /openbsd-src/usr.bin/hexdump/ |
| H A D | hexsyntax.c | 44 off_t skip; /* bytes to skip */ variable
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77spec.c | 126 int skip; local 250 int skip; local
|
| /openbsd-src/gnu/usr.bin/perl/dist/Test/lib/ |
| H A D | Test.pm | 723 sub skip ($;$$$) { subroutine
|
| /openbsd-src/usr.bin/rsync/ |
| H A D | fargs.c | 45 fargs_cmdline(struct sess *sess, const struct fargs *f, size_t *skip) in fargs_cmdline()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/ |
| H A D | Capture.pm | 99 sub skip { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/dist/XSLoader/t/ |
| H A D | XSLoader.t | 58 sub skip ($$) { subroutine
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/ |
| H A D | ranges_stable_sort.bench.cpp | 24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| H A D | sort.bench.cpp | 24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| H A D | stable_sort.bench.cpp | 24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| H A D | ranges_sort.bench.cpp | 24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| H A D | push_heap.bench.cpp | 27 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| H A D | ranges_push_heap.bench.cpp | 27 bool skip() const { return Order() == ::Order::Heap; } in skip() function
|
| /openbsd-src/usr.bin/cmp/ |
| H A D | cmp.c | 131 off_t skip; in get_skip() local
|