Home
last modified time | relevance | path

Searched refs:__BIONIC_SWAB_INLINE (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/include/bits/
H A Dswab.h35 #if !defined(__BIONIC_SWAB_INLINE)
36 #define __BIONIC_SWAB_INLINE static __inline macro
41 __BIONIC_SWAB_INLINE void swab(const void* __void_src, void* __void_dst, ssize_t __byte_count) { in swab()
/aosp12/bionic/libc/bionic/
H A Dswab.cpp31 #define __BIONIC_SWAB_INLINE /* Out of line. */ macro
/aosp12/bionic/libc/include/android/
H A Dlegacy_unistd_inlines.h35 #define __BIONIC_SWAB_INLINE static __inline macro