Searched refs:__predict_false (Results 1 – 9 of 9) sorted by relevance
39 #ifndef __predict_false40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro67 ((__predict_false(cond)) \85 ((__predict_false(cond)) \102 ((__predict_false(cond)) \119 ((__predict_false(cond)) \136 ((__predict_false(cond)) \
37 #ifndef __predict_false38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro65 ((__predict_false(cond)) \83 ((__predict_false(cond)) \100 ((__predict_false(cond)) \117 ((__predict_false(cond)) \134 ((__predict_false(cond)) \
78 #ifndef __predict_false79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro135 ((__predict_false(cond)) ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), \217 ((__predict_false(cond)) \232 ((__predict_false(cond)) \246 ((__predict_false(cond)) \260 ((__predict_false(cond)) \274 ((__predict_false(cond)) \
14 if (__predict_false(dispatch_table != NULL)) { in malloc()33 if (__predict_false(dispatch_table != NULL)) { in free()55 if (__predict_false(dispatch_table != NULL)) { in mmap()65 if (__predict_false(dispatch_table != NULL)) { in munmap()75 if (__predict_false(dispatch_table != NULL)) { in calloc()85 if (__predict_false(dispatch_table != NULL)) { in realloc()95 if (__predict_false(dispatch_table != NULL)) { in malloc_usable_size()111 if (__predict_false(dispatch_table != NULL)) { in prctl()
8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
10 if (__predict_false(dispatch != NULL)) { in socket()
12 if (__predict_false(dispatch_table != NULL)) { in memtrace()
82 #define __predict_false(exp) __builtin_expect((exp), 0) macro84 #define __predict_false(exp) (exp) macro162 if (__predict_false(n == 0)) in local_qsort()
462 #define __predict_false(exp) __builtin_expect((exp), 0) macro465 #define __predict_false(exp) (exp) macro