HomeSort by: relevance | last modified time | path
    Searched defs:__builtin_expect (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl3/binutils.old/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl3/gcc/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl3/gcc.old/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl3/gdb/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl3/gdb.old/dist/libiberty/
memmem.c 39 # define __builtin_expect(expr, val) (expr) macro
60 if (__builtin_expect (haystack_len < needle_len, 0))
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadinfo.h 46 # define __builtin_expect(expr, val) (expr) macro
gettextP.h 96 # define __builtin_expect(expr, val) (expr) macro
  /src/external/gpl2/texinfo/dist/intl/
loadinfo.h 44 # define __builtin_expect(expr, val) (expr) macro
gettextP.h 52 # define __builtin_expect(expr, val) (expr) macro
  /src/external/gpl2/grep/dist/intl/
gettextP.h 56 # define __builtin_expect(expr, val) (expr) macro
loadinfo.h 52 # define __builtin_expect(expr, val) (expr) macro
  /src/external/gpl3/gcc.old/dist/intl/
loadinfo.h 50 # define __builtin_expect(expr, val) (expr) macro
gettextP.h 58 # define __builtin_expect(expr, val) (expr) macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 27 #if ! defined __builtin_expect && __GNUC__ < 3
28 # define __builtin_expect(expr, expected) (expr) macro
284 if (__builtin_expect (MB_CUR_MAX, 1) != 1)
298 if (__builtin_expect (patsize != 0, 1))
302 if (__builtin_expect (strsize != 0, 1))
306 if (__builtin_expect (! (patsize <= totsize
315 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1))
320 if (__builtin_expect (! wpattern, 0))
336 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0))
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 30 #if ! defined __builtin_expect && __GNUC__ < 3
31 # define __builtin_expect(expr, expected) (expr) macro
311 if (__builtin_expect (MB_CUR_MAX, 1) != 1)
325 if (__builtin_expect (patsize != 0, 1))
329 if (__builtin_expect (strsize != 0, 1))
333 if (__builtin_expect (! (patsize <= totsize
342 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1))
347 if (__builtin_expect (! wpattern, 0))
363 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0))
  /src/external/gpl3/gcc/dist/libcpp/
system.h 394 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
398 #define __builtin_expect(a, b) (a) macro
412 ((void)(__builtin_expect (!(EXPR), 0) ? __builtin_unreachable (), 0 : 0))
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 394 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
398 #define __builtin_expect(a, b) (a) macro
412 ((void)(__builtin_expect (!(EXPR), 0) ? __builtin_unreachable (), 0 : 0))
  /src/external/gpl3/gcc/dist/gcc/
system.h 757 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
761 #define __builtin_expect(a, b) (a) macro
764 #define LIKELY(x) (__builtin_expect ((x), 1))
765 #define UNLIKELY(x) (__builtin_expect ((x), 0))
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 735 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
739 #define __builtin_expect(a, b) (a) macro
793 ((void)(__builtin_expect (!(EXPR), 0) ? __builtin_unreachable (), 0 : 0))
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/
config.h 1066 /* Define to 1 if the compiler supports __builtin_expect,
1070 # define __builtin_expect(e, c) (e) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/
config.h 1066 /* Define to 1 if the compiler supports __builtin_expect,
1070 # define __builtin_expect(e, c) (e) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/
config.h 1066 /* Define to 1 if the compiler supports __builtin_expect,
1070 # define __builtin_expect(e, c) (e) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/
config.h 1066 /* Define to 1 if the compiler supports __builtin_expect,
1070 # define __builtin_expect(e, c) (e) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/
config.h 1066 /* Define to 1 if the compiler supports __builtin_expect,
1070 # define __builtin_expect(e, c) (e) macro

Completed in 50 milliseconds

1 2 3