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

  /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 712 milliseconds