Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl143 sllx $sentinel,32,$sentinel
161 or %g4,$sentinel,$sentinel
268 and %fp,$sentinel,$sentinel
298 and %fp,$sentinel,$sentinel
301 and %fp,$sentinel,$sentinel
303 or %o7,$sentinel,$sentinel
463 sllx $sentinel,32,$sentinel
481 or %g4,$sentinel,$sentinel
579 and %fp,$sentinel,$sentinel
590 and %fp,$sentinel,$sentinel
[all …]
/freebsd/bin/pkill/tests/
H A Dpgrep-f_test.sh23 sentinel="findme=test-$$"
24 sentinelsz=$(printf "${sentinel}" | wc -c | tr -d '[[:space:]]')
29 ${spin} --short ${flagfile} ${sentinel} &
34 pid=$(pgrep -f ${sentinel})
45 ${spin} --long ${flagfile} ${sentinel} &
50 pid=$(pgrep -f ${sentinel})
H A Dspin_helper.c42 char *sentinel = argv[3]; in exec_shortargs() local
44 sentinel, NULL }; in exec_shortargs()
55 char *sentinel = argv[3]; in exec_largeargs() local
62 (strlen(sentinel) + 1) + 1); in exec_largeargs()
65 sentinel, NULL }; in exec_largeargs()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c412 memset(&sentinel, 0, sizeof(sentinel)); in getaddrinfo()
413 cur = &sentinel; in getaddrinfo()
1160 cur = &sentinel; in explore_copy()
1999 memset(&sentinel, 0, sizeof(sentinel)); in getanswer()
2000 cur = &sentinel; in getanswer()
2206 if (!sentinel) in addr4sort()
2246 ai = sentinel; in addr4sort()
2276 memset(&sentinel, 0, sizeof(sentinel)); in _dns_getaddrinfo()
2502 memset(&sentinel, 0, sizeof(sentinel)); in _files_getaddrinfo()
2542 memset(&sentinel, 0, sizeof(sentinel)); in _yphostent()
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diterator.inc55 // [iterator.concept.sentinel], concept sentinel_for
207 // [default.sentinel], default sentinel
214 // [unreachable.sentinel], unreachable sentinel
/freebsd/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_downstream_cookies.conf15 root-key-sentinel: no
H A Dstat_values_cachedb.conf17 root-key-sentinel: no
/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c575 int done, nbytes, sentinel; in printblock() local
583 sentinel = 0; in printblock()
589 sentinel = 1; in printblock()
605 if (sentinel == 0) in printblock()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h116 int __kmp_str_to_int(char const *str, char sentinel);
H A Dkmp_settings.cpp56 if ((*src == '\0') || (*src == sentinel)) { in __kmp_readstr_with_sentinel()
67 char sentinel) { in __kmp_match_with_sentinel() argument
74 while (*a && *b && *b != sentinel) { in __kmp_match_with_sentinel()
153 char sentinel) { in __kmp_strcasecmp_with_sentinel() argument
158 while (*a && *b && *b != sentinel) { in __kmp_strcasecmp_with_sentinel()
170 return *a ? (*b && *b != sentinel) in __kmp_strcasecmp_with_sentinel()
173 : (*b && *b != sentinel) ? -1 in __kmp_strcasecmp_with_sentinel()
4155 char sentinel; in __kmp_stg_parse_schedule() local
4163 sentinel = ','; in __kmp_stg_parse_schedule()
4165 sentinel = ';'; in __kmp_stg_parse_schedule()
[all …]
H A Dkmp_str.cpp637 int __kmp_str_to_int(char const *str, char sentinel) { in __kmp_str_to_int() argument
669 if (*t != sentinel) in __kmp_str_to_int()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td19 class OptionKind<string name, int precedence = 0, bit sentinel = false> {
23 // Indicate a sentinel option.
24 bit Sentinel = sentinel;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory201 …put_iterator InputIterator, sentinel-for<InputIterator> Sentinel1, nothrow-forward-iterator Output…
222 template<input_iterator InputIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-fo…
234 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel,…
276 template<nothrow-input-iterator InputIterator, nothrow-sentinel-for<InputIterator> Sentinel>
301 …putIterator> Sentinel1, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<O> Sentinel2>
321 template<input_iterator InputIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-fo…
333 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
359 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
H A Diterator71 // [iterator.concept.sentinel], concept sentinel_for
495 // [default.sentinel], default sentinel
506 // [unreachable.sentinel], unreachable sentinel
H A Dspan255 …_ASSERT_VALID_INPUT_RANGE(__dist >= 0, "invalid range in span's constructor (iterator, sentinel)");
257 …__dist == _Extent, "invalid range in span's constructor (iterator, sentinel): last - first != exte…
426 …LID_INPUT_RANGE(__last - __first >= 0, "invalid range in span's constructor (iterator, sentinel)");
H A D__config274 // a sentinel, an iterator and a count, or a `std::range`) given as input to library functions ar…
275 // - the sentinel is reachable from the begin iterator;
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4724 struct sentinel
729 bool operator== (const iter& i, const sentinel& s)
734 bool operator!= (const iter& i, const sentinel& s)
746 sentinel end() const
/freebsd/sys/kern/
H A Dvfs_bio.c3571 struct buf *sentinel; in flushbufqueues() local
3583 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO); in flushbufqueues()
3584 sentinel->b_qindex = QUEUE_SENTINEL; in flushbufqueues()
3586 TAILQ_INSERT_HEAD(&bq->bq_queue, sentinel, b_freelist); in flushbufqueues()
3591 bp = TAILQ_NEXT(sentinel, b_freelist); in flushbufqueues()
3593 TAILQ_REMOVE(&bq->bq_queue, sentinel, b_freelist); in flushbufqueues()
3594 TAILQ_INSERT_AFTER(&bq->bq_queue, bp, sentinel, in flushbufqueues()
3694 TAILQ_REMOVE(&bq->bq_queue, sentinel, b_freelist); in flushbufqueues()
3696 free(sentinel, M_TEMP); in flushbufqueues()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1893 struct worklist sentinel; in process_worklist_item() local
1911 sentinel.wk_mp = NULL; in process_worklist_item()
1912 sentinel.wk_type = D_SENTINEL; in process_worklist_item()
1917 LIST_REMOVE(&sentinel, wk_list); in process_worklist_item()
1979 LIST_REMOVE(&sentinel, wk_list); in process_worklist_item()
12859 struct bmsafemap *sentinel; in sync_cgs() local
12864 sentinel = malloc(sizeof(*sentinel), M_BMSAFEMAP, M_ZERO | M_WAITOK); in sync_cgs()
12865 sentinel->sm_cg = -1; in sync_cgs()
12887 LIST_REMOVE(sentinel, sm_next); in sync_cgs()
12900 LIST_REMOVE(sentinel, sm_next); in sync_cgs()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-acl.m4332 void *sentinel __attribute__ ((unused)) =
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2412 uint32_t sentinel, ctl, src, dst, sum, len, mlen, tmp; in iwi_load_firmware() local
2460 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR); in iwi_load_firmware()
2472 if (MEM_READ_4(sc, 0x3000d0) >= sentinel) in iwi_load_firmware()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1129 InputSection *sentinel = nullptr; variable
H A DSyntheticSections.cpp3505 sentinel = executableSections.back(); in finalizeContents()
3582 uint64_t s = sentinel->getVA(sentinel->getSize()); in writeTo()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex398 root-key-sentinel{COLON} { YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in648 # Root key trust anchor sentinel (draft-ietf-dnsop-kskroll-sentinel)
649 # root-key-sentinel: yes

12