HomeSort by: relevance | last modified time | path
    Searched defs:be16toh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/include/machine/
endian.h 194 #define be16toh(x) htobe16(x) macro
201 #define BE16TOH(x) HTOBE16(x)
  /src/sys/sys/
endian.h 176 #define be16toh(x) htobe16(x) macro
183 #define BE16TOH(x) HTOBE16(x)
  /src/tools/compat/
compat_defs.h 1153 #define be16toh(x) htobe16(x) macro

Completed in 65 milliseconds