HomeSort by: relevance | last modified time | path
    Searched refs:predicate (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/utils/libhack/
multibyte.c 199 int (*predicate)(wint_t); member in struct:wct_entry_hack
202 #define WCTENTRY(T) { .name= #T , .predicate= isw##T },
238 return my_wcts[ndx].predicate(wc);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 265 // predicate), so the interceptor is always called, and let's add proper release
267 // race on predicate won't be reported - the only accesses to it that TSan sees
272 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate,
274 SCOPED_INTERCEPTOR_RAW(dispatch_once, predicate, block);
275 atomic_uint32_t *a = reinterpret_cast<atomic_uint32_t *>(predicate);
294 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate,
296 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function);
298 WRAP(dispatch_once)(predicate, ^(void) {
  /src/sys/dev/sysmon/
sysmon_envsys.c 1544 sysmon_envsys_get_max_value(bool (*predicate)(const envsys_data_t*),
1554 v = sme_get_max_value(sme, predicate, refresh);
1565 bool (*predicate)(const envsys_data_t*),
1572 * Iterate over all sensors that match the predicate
1576 if (!(*predicate)(edata))
  /src/sys/arch/x86/pci/
pci_ranges.c 805 bool (*predicate)(void *, prop_dictionary_t), void *arg)
842 if (!(*predicate)(arg, rsvn)) {
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 16273 # This routine checks which conditional predicate is specified by #
16275 # for that predicate. The corresponding fbcc instruction is then used #
16281 # enabled BSUN should not be flagged and the predicate is true, then #
16291 mov.w EXC_CMDREG(%a6),%d0 # fetch predicate
16902 # This routine checks which conditional predicate is specified by #
16904 # for that predicate. The corresponding fbcc instruction is then used #
16910 # enabled BSUN should not be flagged and the predicate is true, then #
16919 mov.w EXC_CMDREG(%a6),%d0 # fetch predicate
17474 # This routine checks which conditional predicate is specified by #
17476 # for that predicate. The corresponding fbcc instruction is then used
    [all...]

Completed in 27 milliseconds