HomeSort by: relevance | last modified time | path
    Searched refs:LE16TOH (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpc/stand/include/machine/
endian.h 197 #define le16toh(x) htole16(x) macro
204 #define LE16TOH(x) HTOLE16(x)
  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 63 return le16toh(val);
267 LE16TOH(*val);
  /src/sys/sys/
endian.h 179 #define le16toh(x) htole16(x) macro
186 #define LE16TOH(x) HTOLE16(x)
  /src/sys/arch/aarch64/aarch64/
trap.c 615 LE16TOH(hi);
626 LE16TOH(lo);

Completed in 17 milliseconds