Searched refs:swab (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/bits/ |
D | swab.h | 41 __BIONIC_SWAB_INLINE void swab(const void* __void_src, void* __void_dst, ssize_t __byte_count) { in swab() function
|
/bionic/tests/ |
D | unistd_test.cpp | 1603 TEST(UNISTD_TEST, swab) { in TEST() argument 1608 swab("ehll oowlr\0d", buf, 12); in TEST() 1618 swab("012345", buf, 3); in TEST() 1628 swab(buf, buf, 4); in TEST() 1642 swab("hello", buf, -1); in TEST()
|
/bionic/libc/include/ |
D | unistd.h | 343 void swab(const void* _Nonnull __src, void* _Nonnull __dst, ssize_t __byte_count) __INTRODUCED_IN(2…
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 381 FUNCTION(swab, void (*f)(const void*, void*, ssize_t)); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1034 swab
|
/bionic/docs/ |
D | status.md | 134 * `swab`
|
/bionic/libc/ |
D | libc.map.txt | 1436 swab;
|
D | Android.bp | 1188 "bionic/swab.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1436 swab;
|