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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
dns_assert_macros.h 41 if (__builtin_expect(!(assertion), 0)) { \
54 if (__builtin_expect(!(assertion), 0)) { \
71 if (__builtin_expect(0 != error_code_long, 0)) { \
81 if (__builtin_expect(0 != error_code_long, 0)) { \
92 if (__builtin_expect(!(assertion), 0)) { \
113 if(__builtin_expect(!(assertion), 0)) { \
123 if(__builtin_expect(!(assertion), 0)) { \
132 if(__builtin_expect(!(assertion), 0)) { \
142 if(__builtin_expect(!(assertion), 0)) { \
152 if (__builtin_expect(0 != error_code_long, 0)) {
    [all...]
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
Likely.h 23 #define LIKELY(x) (__builtin_expect((x), 1))
24 #define UNLIKELY(x) (__builtin_expect((x), 0))
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
likely.h 27 #define ISC_LIKELY(x) __builtin_expect(!!(x), 1)
28 #define ISC_UNLIKELY(x) __builtin_expect(!!(x), 0)
  /src/external/bsd/nsd/dist/simdzone/src/
attributes.h 67 # if has_builtin(__builtin_expect)
68 # define likely(params) __builtin_expect(!!(params), 1)
69 # define unlikely(params) __builtin_expect(!!(params), 0)
  /src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc/
futex.h 54 if (__builtin_expect (r0 & (1 << 28), 0))
63 if (__builtin_expect (err == ENOSYS, 0))
75 if (__builtin_expect (err == ENOSYS, 0))
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/powerpc/
futex.h 54 if (__builtin_expect (r0 & (1 << 28), 0))
63 if (__builtin_expect (err == ENOSYS, 0))
75 if (__builtin_expect (err == ENOSYS, 0))
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
misc_utilities.h 35 if (__builtin_expect(!(assertion), 0)) { \
44 if (__builtin_expect(!(assertion), 0)) { \
  /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/libgomp/config/linux/
wait.h 52 if (__builtin_expect (__atomic_load_n (&gomp_managed_threads,
57 if (__builtin_expect (__atomic_load_n (addr, MEMMODEL_RELAXED) != val, 0))
bar.c 37 if (__builtin_expect (state & BAR_WAS_LAST, 0))
85 if (__builtin_expect (state & BAR_WAS_LAST, 0))
93 if (__builtin_expect (team->task_count, 0))
114 if (__builtin_expect (gen & BAR_TASK_PENDING, 0))
134 if (__builtin_expect (state & BAR_WAS_LAST, 0))
145 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (team->task_count, 0))
171 if (__builtin_expect (state & BAR_CANCELLED, 0))
179 if (__builtin_expect (gen & BAR_CANCELLED, 0))
181 if (__builtin_expect (gen & BAR_TASK_PENDING, 0)
    [all...]
  /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/libgomp/config/linux/
wait.h 52 if (__builtin_expect (__atomic_load_n (&gomp_managed_threads,
57 if (__builtin_expect (__atomic_load_n (addr, MEMMODEL_RELAXED) != val, 0))
bar.c 37 if (__builtin_expect (state & BAR_WAS_LAST, 0))
85 if (__builtin_expect (state & BAR_WAS_LAST, 0))
93 if (__builtin_expect (team->task_count, 0))
114 if (__builtin_expect (gen & BAR_TASK_PENDING, 0))
134 if (__builtin_expect (state & BAR_WAS_LAST, 0))
145 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (team->task_count, 0))
171 if (__builtin_expect (state & BAR_CANCELLED, 0))
179 if (__builtin_expect (gen & BAR_CANCELLED, 0))
181 if (__builtin_expect (gen & BAR_TASK_PENDING, 0)
    [all...]
  /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/gnulib/import/
scratch_buffer.h 120 /* Rely on __builtin_expect, as provided by the module 'builtin-expect'. */
121 # define _GL_LIKELY(cond) __builtin_expect ((cond), 1)
122 # define _GL_UNLIKELY(cond) __builtin_expect ((cond), 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/gnulib/import/
scratch_buffer.h 120 /* Rely on __builtin_expect, as provided by the module 'builtin-expect'. */
121 # define _GL_LIKELY(cond) __builtin_expect ((cond), 1)
122 # define _GL_UNLIKELY(cond) __builtin_expect ((cond), 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/gpl3/gcc/dist/libgomp/config/gcn/
bar.c 39 if (__builtin_expect (state & BAR_WAS_LAST, 0))
84 if (__builtin_expect (state & BAR_WAS_LAST, 0))
92 if (__builtin_expect (team->task_count, 0))
126 if (__builtin_expect (gen & BAR_TASK_PENDING, 0))
146 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (state & BAR_WAS_LAST, 0))
169 if (__builtin_expect (team->task_count, 0))
184 if (__builtin_expect (state & BAR_CANCELLED, 0))
205 if (__builtin_expect (gen & BAR_CANCELLED, 0))
207 if (__builtin_expect (gen & BAR_TASK_PENDING, 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.c 39 if (__builtin_expect (state & BAR_WAS_LAST, 0))
84 if (__builtin_expect (state & BAR_WAS_LAST, 0))
92 if (__builtin_expect (team->task_count, 0))
126 if (__builtin_expect (gen & BAR_TASK_PENDING, 0))
146 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (state & BAR_WAS_LAST, 0))
169 if (__builtin_expect (team->task_count, 0))
184 if (__builtin_expect (state & BAR_CANCELLED, 0))
205 if (__builtin_expect (gen & BAR_CANCELLED, 0))
207 if (__builtin_expect (gen & BAR_TASK_PENDING, 0)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.c 36 if (__builtin_expect (state & BAR_WAS_LAST, 0))
90 if (__builtin_expect (state & BAR_WAS_LAST, 0))
97 if (__builtin_expect (run_tasks == true, 0))
118 if (__builtin_expect (state & BAR_WAS_LAST, 0))
139 if (__builtin_expect (state & BAR_WAS_LAST, 0))
151 if (__builtin_expect (run_tasks == true, 0))
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
util.h 32 # define likely(x) __builtin_expect(!!(x), 1)
33 # define unlikely(x) __builtin_expect(!!(x), 0)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
util.h 32 # define likely(x) __builtin_expect(!!(x), 1)
33 # define unlikely(x) __builtin_expect(!!(x), 0)
  /src/external/gpl3/gcc/dist/libgcc/config/nvptx/
atomic.c 54 if (__builtin_expect (prevval != oldval, 0)) \
63 if (__builtin_expect (prevword == oldword, 1)) \

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>