Home
last modified time | relevance | path

Searched refs:swab (Results 1 – 6 of 6) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Dmisc.c115 if (st.swab) { in posix_summary()
117 (unsigned long long)st.swab, in posix_summary()
118 (st.swab == 1) ? "block" : "blocks"); in posix_summary()
279 (unsigned long long)st.swab); in dd_write_msg()
292 if (st.swab != 1) ADDS("s"); in dd_write_msg()
323 if (st.swab) { in human_summary()
Ddd.h99 uint64_t swab; /* # of odd-length swab blocks */ member
Ddd.c423 ++st.swab; in dd_in()
426 swab(in.dbp, in.dbp, n); in dd_in()
/system/core/toolbox/
Dbsd-compatibility.h79 void swab(const void * __restrict, void * __restrict, ssize_t);
DAndroid.mk21 upstream-netbsd/lib/libc/string/swab.c \
/system/core/toolbox/upstream-netbsd/lib/libc/string/
Dswab.c48 swab(const void * __restrict from, void * __restrict to, ssize_t len) in swab() function