gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__predict_false from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/param.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/param.h - 14.9KB - 442 lines
416: #define mstohz(ms) \
417:         (__predict_false((ms) >= 0x20000) ? \
418:             ((ms +0u) / 1000u) * hz : \
422: #define hztoms(t) \ 423: (__predict_false((t) >= 0x20000) ? \ 424: ((t +0u) / hz) * 1000u : \