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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 196 #define be64toh(x) htobe64(x) macro
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/sys/
endian.h 178 #define be64toh(x) htobe64(x) macro
185 #define BE64TOH(x) HTOBE64(x)
  /src/tools/compat/
compat_defs.h 1159 #define be64toh(x) htobe64(x) macro

Completed in 26 milliseconds