Searched refs:__inline (Results 1 – 25 of 26) sorted by relevance
12
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 41 static __inline double strtod_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, lo… in strtod_l() 45 static __inline float strtof_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, loc… in strtof_l() 49 static __inline long strtol_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int … in strtol_l()
|
D | legacy_termios_inlines.h | 42 #define __BIONIC_TERMIOS_INLINE static __inline 49 #define __BIONIC_TERMIOS_WINSIZE_INLINE static __inline
|
D | legacy_unistd_inlines.h | 35 #define __BIONIC_SWAB_INLINE static __inline
|
D | legacy_threads_inlines.h | 35 #define __BIONIC_THREADS_INLINE static __inline
|
D | api-level.h | 197 #define __BIONIC_GET_DEVICE_API_LEVEL_INLINE static __inline
|
/bionic/libc/include/ |
D | strings.h | 53 #define __BIONIC_STRINGS_INLINE static __inline 64 static __inline __always_inline void __bionic_bcopy(const void* _Nonnull b1, void* _Nonnull b2, siz… in __bionic_bcopy() 70 static __inline __always_inline void __bionic_bzero(void* _Nonnull b, size_t len) { in __bionic_bzero()
|
D | ctype.h | 45 #define __BIONIC_CTYPE_INLINE static __inline
|
/bionic/libc/include/bits/ |
D | stdatomic.h | 141 static __inline void atomic_thread_fence(memory_order __order __attribute__((__unused__))) { in atomic_thread_fence() 145 static __inline void atomic_signal_fence(memory_order __order __attribute__((__unused__))) { in atomic_signal_fence() 272 static __inline bool atomic_flag_test_and_set_explicit(volatile atomic_flag * _Nonnull __object, me… in atomic_flag_test_and_set_explicit() 276 static __inline void atomic_flag_clear_explicit(volatile atomic_flag * _Nonnull __object, memory_or… in atomic_flag_clear_explicit() 280 static __inline bool atomic_flag_test_and_set(volatile atomic_flag * _Nonnull __object) { in atomic_flag_test_and_set() 284 static __inline void atomic_flag_clear(volatile atomic_flag * _Nonnull __object) { in atomic_flag_clear()
|
D | termios_winsize_inlines.h | 39 #define __BIONIC_TERMIOS_WINSIZE_INLINE static __inline
|
D | termios_inlines.h | 40 #define __BIONIC_TERMIOS_INLINE static __inline 48 static __inline speed_t cfgetspeed(const struct termios* _Nonnull s) { in cfgetspeed()
|
D | swab.h | 36 #define __BIONIC_SWAB_INLINE static __inline
|
D | threads_inlines.h | 41 static __inline int __bionic_thrd_error(int __pthread_code) { in __bionic_thrd_error() 127 static __inline void* _Nonnull __bionic_thrd_trampoline(void* _Nonnull __arg) { in __bionic_thrd_trampoline()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 95 #define __inline __inline__ macro 266 # define __BIONIC_FORTIFY_INLINE static __inline __attribute__((__no_stack_protector__)) \ 274 # define __BIONIC_FORTIFY_VARIADIC static __inline
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | math_private.h | 544 static __inline float complex 556 static __inline double complex 568 static __inline long double complex 661 static __inline int 670 static __inline int 681 static __inline int
|
D | k_cosf.c | 34 static __inline
|
D | k_sinf.c | 33 static __inline
|
D | e_j1.c | 64 static __inline double pone(double), qone(double); 270 static __inline double 367 static __inline double
|
D | e_j1f.c | 26 static __inline float ponef(float), qonef(float); 225 static __inline float 322 static __inline float
|
D | k_tanf.c | 36 static __inline
|
D | e_j0.c | 64 static __inline double pzero(double), qzero(double); 276 static __inline double 372 static __inline double
|
D | e_j0f.c | 26 static __inline float pzerof(float), qzerof(float); 230 static __inline float 326 static __inline float
|
D | e_rem_pio2f.c | 44 static __inline __always_inline
|
D | e_rem_pio2.c | 52 static __inline __always_inline
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 77 static __inline size_t in __weak_alias() 103 static __inline size_t
|
D | regex2.h | 159 static __inline int
|
12