Searched defs:__predict_false (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drb.c83 #define __predict_false(exp) (__builtin_expect((exp) != 0, 0)) macro
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Drb.c55 #define __predict_false(x) ((typeof(x))__builtin_expect((long)(x), 0l)) macro
57 #define __predict_false(x) (x) macro
[all...]

Completed in 187 milliseconds