Searched refs:__predict_false (Results 1 – 7 of 7) sorted by relevance
13 if (__predict_false(dispatch_table != NULL)) { in malloc()18 if (__predict_false(result == NULL)) { in malloc()27 if (__predict_false(dispatch_table != NULL)) { in free()37 if (__predict_false(dispatch_table != NULL)) { in mmap()47 if (__predict_false(dispatch_table != NULL)) { in munmap()57 if (__predict_false(dispatch_table != NULL)) { in calloc()67 if (__predict_false(dispatch_table != NULL)) { in realloc()77 if (__predict_false(dispatch_table != NULL)) { in malloc_usable_size()87 if (__predict_false(dispatch_table != NULL)) { in mallopt()
8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
10 if (__predict_false(dispatch != NULL)) { in socket()
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)) \
462 #define __predict_false(exp) __builtin_expect((exp), 0) macro465 #define __predict_false(exp) (exp) macro