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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 167 #define htole64(x) bswap64((uint64_t)(x)) macro
174 #define HTOLE64(x) (x) = bswap64((uint64_t)(x))
183 #define htole64(x) (x)
190 #define HTOLE64(x) (void) (x)
199 #define le64toh(x) htole64(x)
206 #define LE64TOH(x) HTOLE64(x)
  /src/sys/sys/
endian.h 149 #define htole64(x) bswap64(__CAST(uint64_t, (x))) macro
156 #define HTOLE64(x) (x) = bswap64(__CAST(uint64_t, (x)))
165 #define htole64(x) __CAST(uint64_t, (x))
172 #define HTOLE64(x) __CAST(void, (x))
181 #define le64toh(x) htole64(x)
188 #define LE64TOH(x) HTOLE64(x)
  /src/tools/compat/
compat_defs.h 1130 #define htole64(x) bswap64((u_int64_t)(x)) macro
1149 #define htole64(x) (x) macro
1168 #define le64toh(x) htole64(x)

Completed in 14 milliseconds