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 | 1571 TEST(UNISTD_TEST, swab) { in TEST() argument 1576 swab("ehll oowlr\0d", buf, 12); in TEST() 1586 swab("012345", buf, 3); in TEST() 1596 swab(buf, buf, 4); in TEST() 1610 swab("hello", buf, -1); in TEST()
|
/bionic/libc/include/ |
D | unistd.h | 317 void swab(const void* __src, void* __dst, ssize_t __byte_count) __INTRODUCED_IN(28);
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 363 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 | 99 * `swab`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1438 swab;
|
/bionic/libc/ |
D | libc.map.txt | 1438 swab;
|
D | Android.bp | 1154 "bionic/swab.cpp",
|