Searched refs:heim_builtin_expect (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h88 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res) macro
90 #define heim_builtin_expect(_op,_res) (_op) macro
127 (heim_builtin_expect(!(e), 0) ? heim_abort(t ":" #e) : (void)0)

Completed in 149 milliseconds