HomeSort by relevance Sort by last modified time
    Searched full:swab16 (Results 1 - 8 of 8) sorted by null

  /external/kernel-headers/original/asm-x86/
byteorder.h 60 /* Do not define swab16. Gcc is smart enough to recognize "C" version and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
byteorder.h 59 /* Do not define swab16. Gcc is smart enough to recognize "C" version and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
byteorder.h 59 /* Do not define swab16. Gcc is smart enough to recognize "C" version and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
byteorder.h 59 /* Do not define swab16. Gcc is smart enough to recognize "C" version and
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
  /external/kernel-headers/original/linux/byteorder/
swab.h 181 #define swab16 __swab16 macro
  /external/kernel-headers/original/linux/
swab.h 282 # define swab16 __swab16 macro
  /external/genext2fs/
genext2fs.c 426 swab16(uint16 val) function
600 #define decl16(x) this->x = swab16(this->x);
601 #define udecl16(x) this->x = swab16(this->x);
    [all...]

Completed in 2362 milliseconds