OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__glibc_unlikely
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/
quadmath-imp.h
305
#ifndef
__glibc_unlikely
306
# define
__glibc_unlikely
(cond) __builtin_expect ((cond), 0)
macro
326
if (
__glibc_unlikely
(round != fegetround ()))
338
if (
__glibc_unlikely
(ctx->updated_status))
/src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-imp.h
305
#ifndef
__glibc_unlikely
306
# define
__glibc_unlikely
(cond) __builtin_expect ((cond), 0)
macro
326
if (
__glibc_unlikely
(round != fegetround ()))
338
if (
__glibc_unlikely
(ctx->updated_status))
/src/external/gpl3/gdb/dist/gnulib/import/
cdefs.h
512
# define
__glibc_unlikely
(cond) __builtin_expect ((cond), 0)
macro
515
# define
__glibc_unlikely
(cond) (cond)
macro
libc-config.h
154
# undef
__glibc_unlikely
macro
/src/external/gpl3/gdb.old/dist/gnulib/import/
cdefs.h
512
# define
__glibc_unlikely
(cond) __builtin_expect ((cond), 0)
macro
515
# define
__glibc_unlikely
(cond) (cond)
macro
libc-config.h
154
# undef
__glibc_unlikely
macro
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026