Searched refs:__builtin_expect (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/intl/ |
D | bindtextdom.c | 163 if (__builtin_expect (result != NULL, 1)) 168 if (__builtin_expect (result != NULL, 1)) 201 if (__builtin_expect (result != NULL, 1)) 205 if (__builtin_expect (result != NULL, 1)) 235 if (__builtin_expect (new_binding == NULL, 0)) 256 if (__builtin_expect (result == NULL, 0)) 261 if (__builtin_expect (result == NULL, 0)) 287 if (__builtin_expect (result == NULL, 0)) 292 if (__builtin_expect (result == NULL, 0))
|
D | loadmsgcat.c | 944 __builtin_expect (fstat64 (fd, &st) != 0, 0) 946 __builtin_expect (fstat (fd, &st) != 0, 0) 948 || __builtin_expect ((size = (size_t) st.st_size) != st.st_size, 0) 949 || __builtin_expect (size < sizeof (struct mo_file_header), 0)) 962 if (__builtin_expect (data != (struct mo_file_header *) -1, 1)) 1005 if (__builtin_expect (data->magic != _MAGIC && data->magic != _MAGIC_SWAPPED,
|
D | localealias.c | 305 if (__builtin_expect (extend_alias_table (), 0)) 321 if (__builtin_expect (string_space != new_pool, 0))
|
D | loadinfo.h | 50 # define __builtin_expect(expr, val) (expr) macro
|
D | gettextP.h | 58 # define __builtin_expect(expr, val) (expr) macro
|
D | dcigettext.c | 673 || __builtin_expect (*foundp != newp, 0)) 874 if (__builtin_expect (domain->conv_tab == (char **) -1, 0)) 982 if (__builtin_expect (newmem == NULL, 0))
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | memmem.c | 39 # define __builtin_expect(expr, val) (expr) macro 60 if (__builtin_expect (haystack_len < needle_len, 0)) in memmem()
|