Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 39) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A D__uClibc_main.c252 if (likely(__pthread_initialize_minimal!=NULL)) in __uClibc_init()
274 if (likely(not_null_ptr(_locale_init))) in __uClibc_init()
284 if (likely(not_null_ptr(_stdio_init))) in __uClibc_init()
479 if (likely(not_null_ptr(__errno_location))) in __uClibc_main()
483 if (likely(not_null_ptr(__h_errno_location))) in __uClibc_main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dmalloc.c100 if (likely (block != (void *)-1)) in __malloc_from_heap()
132 if (likely (block != (void *)-1)) in __malloc_from_heap()
182 if (likely (mem)) in __malloc_from_heap()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_from_chars.cc306 if (locale_t loc = ::newlocale(LC_ALL_MASK, "C", (locale_t)0)) [[likely]] in from_chars_impl()
421 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
447 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
473 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
504 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
A Dfloating_to_chars.cc535 if (fd.exponent < 0 || fd.mantissa != 1) [[likely]] in is_rounded_up_pow10_p()
612 case FP_NORMAL: [[likely]] in __handle_special_value()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dldso.h17 #ifndef likely
18 # define likely(x) __builtin_expect((!!(x)),1) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/
A Dsysdep-cancel.h127 likely(THREAD_GETMEM (THREAD_SELF, \
150 likely(THREAD_GETMEM (THREAD_SELF, \
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arc/
A Ddl-startup.h77 if (likely(type == R_ARC_RELATIVE)) \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/v850/
A Dpt-machine.h40 if (likely (*ptr == old)) in __compare_and_swap()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/microblaze/
A Dpt-machine.h51 if (likely (*ptr == old)) in __compare_and_swap()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/
A Dtcgetattr.c38 if(likely(retval == 0)) { in tcgetattr()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.i38624 people have an i686 CPU. If you don't, you most likely know what this
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dcrt.txt13 or higher). Most likely due to a transitionary phase that some targets
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dlibc-symbols.h59 #ifndef likely
60 # define likely(x) __builtin_expect((!!(x)),1) macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dmax_size_type.h164 if (!_M_msb && !__r._M_msb) [[likely]] in _GLIBCXX_VISIBILITY()
192 if (!_M_msb && !__r._M_msb) [[likely]] in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dcoroutine34 // It is very likely that earlier versions would work, but they are untested.
A Dnumeric201 if (__abs_a <= __hi && __abs_b <= __hi) [[likely]]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dcoroutine34 // It is very likely that earlier versions would work, but they are untested.
A Dnumeric228 if (__abs_a <= __hi && __abs_b <= __hi) [[likely]]
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO55 depend on the selected set of kernel headers. This will likely also
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wordexp/
A Dwordexp.c765 if (likely(fd != STDOUT_FILENO)) { in exec_comm_child()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dnumeric201 if (__abs_a <= __hi && __abs_b <= __hi) [[likely]]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr2/
A Ddynamic_bitset1022 /// The real answer is max() * bits_per_block but is likely to overflow.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr2/
A Ddynamic_bitset1022 /// The real answer is max() * bits_per_block but is likely to overflow.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr2/
A Ddynamic_bitset1012 /// The real answer is max() * bits_per_block but is likely to overflow.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr2/
A Ddynamic_bitset1022 /// The real answer is max() * bits_per_block but is likely to overflow.

Completed in 56 milliseconds

12