Searched refs:__predict_false (Results 1 – 5 of 5) sorted by relevance
48 def __predict_false(exp): return __builtin_expect((exp), 0) function52 def __predict_false(exp): return (exp) function
863 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro866 # define __predict_false(exp) ((exp) != 0) macro
35 if (__predict_false(buf == NULL || in sshbuf_check_sanity()