/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/ |
big_endian.h | 12 #include <linux/byteorder/swab.h>
|
little_endian.h | 12 #include <linux/byteorder/swab.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/ |
big_endian.h | 12 #include <linux/byteorder/swab.h>
|
little_endian.h | 12 #include <linux/byteorder/swab.h>
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 53 static void swab(const void *from, void *to, ssize_t n) function 99 swab(buffer, buffer, nbytes); 441 swab(buffer, buffer, nbytes);
|
playbq.cpp | 53 static void swab(const void *from, void *to, ssize_t n) function 99 swab(buffer, buffer, nbytes); 441 swab(buffer, buffer, nbytes);
|
/external/kernel-headers/original/linux/ |
swab.h | 6 #include <asm/swab.h>
|
/system/core/toolbox/ |
dd.c | 390 ++st.swab; 393 swab(in.dbp, in.dbp, n); 978 if (st.swab) { 979 (void)snprintf(buf, sizeof(buf), "%llu odd length swab %s\n", 980 (unsigned long long)st.swab, 981 (st.swab == 1) ? "block" : "blocks"); 1275 { "swab", C_SWAB, 0, NULL },
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | [all...] |
/external/linux-tools-perf/ |
Makefile | 242 LIB_H += util/include/asm/swab.h
|