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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c27 #if ! defined __builtin_expect && __GNUC__ < 3
28 # define __builtin_expect(expr, expected) (expr) macro
279 if (__builtin_expect (MB_CUR_MAX, 1) != 1)
293 if (__builtin_expect (patsize != 0, 1))
297 if (__builtin_expect (strsize != 0, 1))
301 if (__builtin_expect (! (patsize <= totsize
310 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1))
315 if (__builtin_expect (! wpattern, 0))
331 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0))

Completed in 956 milliseconds