Searched refs:__inline (Results 1 – 25 of 29) 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_unistd_inlines.h | 35 #define __BIONIC_SWAB_INLINE static __inline
|
D | legacy_threads_inlines.h | 35 #define __BIONIC_THREADS_INLINE static __inline
|
D | legacy_termios_inlines.h | 42 #define __BIONIC_TERMIOS_INLINE static __inline
|
D | api-level.h | 194 #define __BIONIC_GET_DEVICE_API_LEVEL_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 *__object, memory_order… in atomic_flag_test_and_set_explicit() 276 static __inline void atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __orde… in atomic_flag_clear_explicit() 280 static __inline bool atomic_flag_test_and_set(volatile atomic_flag *__object) { in atomic_flag_test_and_set() 284 static __inline void atomic_flag_clear(volatile atomic_flag *__object) { in atomic_flag_clear()
|
D | termios_inlines.h | 40 #define __BIONIC_TERMIOS_INLINE static __inline 48 static __inline speed_t cfgetspeed(const struct termios* s) { in cfgetspeed()
|
D | swab.h | 36 #define __BIONIC_SWAB_INLINE static __inline
|
D | ctype_inlines.h | 35 #define __BIONIC_CTYPE_INLINE static __inline
|
/bionic/libc/include/ |
D | ctype.h | 38 #define __BIONIC_CTYPE_INLINE static __inline
|
D | strings.h | 53 #define __BIONIC_STRINGS_INLINE static __inline
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_j1f.c | 26 static __inline float ponef(float), qonef(float); 225 static __inline float 322 static __inline float
|
D | e_j1.c | 64 static __inline double pone(double), qone(double); 270 static __inline double 367 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_j0.c | 64 static __inline double pzero(double), qzero(double); 276 static __inline double 372 static __inline double
|
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 | k_tanf.c | 36 static __inline
|
D | e_rem_pio2f.c | 44 static __inline __always_inline
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | mathimpl.h | 56 static __inline void
|
/bionic/libc/bionic/ |
D | sys_statvfs.cpp | 20 static __inline void __bionic_statfs_to_statvfs(const struct statfs* src, struct statvfs* dst) { in __bionic_statfs_to_statvfs()
|
/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
|
/bionic/benchmarks/ |
D | util.h | 74 static __inline __attribute__ ((__always_inline__)) void MakeAllocationResident( in MakeAllocationResident()
|
12