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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 163 #define htobe32(x) (x) macro
170 #define HTOBE32(x) (void) (x)
179 #define htobe32(x) bswap32((uint32_t)(x))
186 #define HTOBE32(x) (x) = bswap32((uint32_t)(x))
195 #define be32toh(x) htobe32(x)
202 #define BE32TOH(x) HTOBE32(x)
  /src/sys/sys/
endian.h 145 #define htobe32(x) __CAST(uint32_t, (x)) macro
152 #define HTOBE32(x) __CAST(void, (x))
161 #define htobe32(x) bswap32(__CAST(uint32_t, (x)))
168 #define HTOBE32(x) (x) = bswap32(__CAST(uint32_t, (x)))
177 #define be32toh(x) htobe32(x)
184 #define BE32TOH(x) HTOBE32(x)
  /src/tools/compat/
compat_defs.h 1118 #define htobe32(x) (x) macro
1137 #define htobe32(x) bswap32((u_int32_t)(x)) macro
1156 #define be32toh(x) htobe32(x)

Completed in 13 milliseconds