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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h 6 # 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 98 milliseconds