Search | Google it | Results 1 - 1 of 1 for funcall:__predict_false from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/param.h (0.00 seconds) |
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 : \