HomeSort by relevance Sort by last modified time
    Searched full:swab (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/kernel-headers/original/uapi/asm-arm64/asm/
swab.h 1 #include <asm-generic/swab.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
swab.h 19 #include <asm-generic/swab.h>
  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 1 /* $NetBSD: swab.c,v 1.18 2011/01/04 17:14:07 martin Exp $ */
38 static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: swab.c,v 1.18 2011/01/04 17:14:07 martin Exp $");
48 swab(const void * __restrict from, void * __restrict to, ssize_t len) function
  /bionic/tests/
linux_swab_test.cpp 19 #include <linux/swab.h>
21 // This test makes sure that references to all of the kernel swab
unistd_test.cpp     [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 115 if (st.swab) {
116 (void)snprintf(buf, sizeof(buf), "%llu odd length swab %s\n",
117 (unsigned long long)st.swab,
118 (st.swab == 1) ? "block" : "blocks");
279 (unsigned long long)st.swab);
292 if (st.swab != 1) ADDS("s");
323 if (st.swab) {
324 (void)dd_write_msg("%w odd length swab %W\n", 1);
dd.h 99 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon2971
  /bionic/libc/bionic/
swab.cpp 31 void swab(const void* void_src, void* void_dst, ssize_t byte_count) { function
  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_endian.h 5 #include <linux/swab.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 93 void __cdecl swab(char *_Buf1,char *_Buf2,int _SizeInBytes) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 28 #include <linux/swab.h>
little_endian.h 28 #include <linux/swab.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 12 #include <linux/swab.h>
little_endian.h 12 #include <linux/swab.h>
  /system/core/toolbox/
Android.bp 28 "upstream-netbsd/lib/libc/string/swab.c",
bsd-compatibility.h 79 void swab(const void * __restrict, void * __restrict, ssize_t);
  /bionic/libc/kernel/uapi/linux/
swab.h 23 #include <asm/swab.h>
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 13 #include <linux/swab.h>
little_endian.h 13 #include <linux/swab.h>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pdp11/
opcode.s 44 swab pc
  /external/pdfium/third_party/libtiff/
tif_write.c 170 /* swab if needed - note that source buffer will be altered */
265 /* swab if needed - note that source buffer will be altered */
282 /* swab if needed - note that source buffer will be altered */
463 /* swab if needed - note that source buffer will be altered */
479 /* swab if needed - note that source buffer will be altered */
  /bionic/libc/kernel/tools/
defaults.py 106 # Byte swapping inlines from uapi/linux/swab.h
  /external/kernel-headers/original/uapi/linux/
swab.h 7 #include <asm/swab.h>
  /external/python/cpython3/Objects/stringlib/
codecs.h 489 #define SWAB(value) ((((value) >> 8) & STRIPPED_MASK) | \
526 if (block & SWAB(FAST_CHAR_MASK))
531 block = SWAB(block);
610 #undef SWAB
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h 6 #include <asm/swab.h>

Completed in 695 milliseconds

1 2 3 4