Home
last modified time | relevance | path

Searched refs:expect_true (Results 1 – 4 of 4) sorted by relevance

/src/crypto/krb5/src/util/verto/
H A Dev_select.c239 if (expect_true (events)) in select_poll()
265 if (expect_true (events)) in select_poll()
H A Dev.c1531 #define expect_true(cond) ecb_expect_true (cond) macro
1864 if (expect_true (have_realtime)) in ev_time()
1882 if (expect_true (have_monotonic)) in get_clock()
2059 if (expect_true (!anfd->reify)) in fd_event()
2138 if (expect_true (!reify)) in fd_change()
2260 if (expect_true (pos + DHEAP - 1 < E)) in downheap()
2438 if (expect_true (*flag)) in evpipe_write()
3476 if (expect_true (have_monotonic)) in time_update()
3485 if (expect_true (mn_now - now_floor < MIN_TIMEJUMP * .5)) in time_update()
3509 if (expect_true ((diff < 0. ? -diff : diff) < MIN_TIMEJUMP)) in time_update()
[all …]
H A Dev_poll.c80 if (expect_true (idx < --pollcnt)) in poll_modify()
/src/sbin/hastd/
H A Dlzf.c89 #define expect_true(expr) expect ((expr) != 0, 1) macro
184 if (expect_true (maxlen > 16)) in lzf_compress()