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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h 6 # define swab16 __swab16 macro
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
  /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 584 milliseconds