Searched refs:BC_LIKELY (Results 1 – 2 of 2) sorted by relevance
163 #ifndef BC_LIKELY169 #define BC_LIKELY(e) (e) macro195 #define BC_NO_ERR(s) BC_LIKELY(s)694 BC_LIKELY((vm)->status == (sig_atomic_t) BC_STATUS_SUCCESS && !(vm)->sig)870 BC_LIKELY(vm->status == (sig_atomic_t) BC_STATUS_SUCCESS)
4855 * `BC_LIKELY(e)`4858 `BC_LIKELY`; I just added them to also document branches that lead to error4861 Anyway, if `BC_LIKELY` and `BC_UNLIKELY` are not defined during compilation,