Home
last modified time | relevance | path

Searched refs:__inline (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h77 #define __inline __inline __attribute__((always_inline)) notrace macro
82 #define __inline __inline notrace macro
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-arm-fully-validate-mem_noofs_operand-PR120351.patch60 +__inline void ref (A* x)
74 +__inline void copy (B *p, B *q)
81 +__inline void emplace(B* x)
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c150 static __inline unsigned int
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h122 static __inline struct type * \
133 static __inline __unused struct type * \
147 static __unused __inline struct type * \
H A Dsys-queue.h681 static __inline const void * __launder_type(const void *);
682 static __inline const void *
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch114 +// the inline keyword in C (only in C++): use __inline instead.
117 +# define inline __inline
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Fix-more-non-prototype-functions.patch230 @@ -111,7 +111,7 @@ static __inline void TranslatedWSASetLastError(int posix_error)
234 -static __inline int TranslatedWSAGetLastError()
235 +static __inline int TranslatedWSAGetLastError(void)