__builtin_expect 237 lib/error.c if (__builtin_expect (len >= SIZE_MAX / 2, 0)) __builtin_expect 28 lib/fnmatch.c #if ! defined __builtin_expect && __GNUC__ < 3 __builtin_expect 280 lib/fnmatch.c if (__builtin_expect (MB_CUR_MAX, 1) != 1) __builtin_expect 294 lib/fnmatch.c if (__builtin_expect (patsize != 0, 1)) __builtin_expect 298 lib/fnmatch.c if (__builtin_expect (strsize != 0, 1)) __builtin_expect 302 lib/fnmatch.c if (__builtin_expect (! (patsize <= totsize __builtin_expect 311 lib/fnmatch.c if (__builtin_expect (totsize < ALLOCA_LIMIT, 1)) __builtin_expect 316 lib/fnmatch.c if (__builtin_expect (! wpattern, 0)) __builtin_expect 332 lib/fnmatch.c if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0)) __builtin_expect 52 lib/fnmatch_loop.c if (__builtin_expect (flags & FNM_EXTMATCH, 0) && *p == '(') __builtin_expect 84 lib/fnmatch_loop.c if (__builtin_expect (flags & FNM_EXTMATCH, 0) && *p == '(') __builtin_expect 117 lib/fnmatch_loop.c && __builtin_expect (flags & FNM_FILE_NAME, 0)) __builtin_expect 160 lib/fnmatch_loop.c || (__builtin_expect (flags & FNM_EXTMATCH, 0) != 0 __builtin_expect 947 lib/fnmatch_loop.c if (__builtin_expect (flags & FNM_EXTMATCH, 0) && *p == '(') __builtin_expect 559 lib/getopt.c if (__builtin_expect (fclose (fp) != EOF, 1)) __builtin_expect 91 lib/regex_internal.h # define BE(expr, val) __builtin_expect (expr, val) __builtin_expect 83 lib/tempname.c if (__builtin_expect (value == UINT64_C (0), 0)) \