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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 162 #define htobe16(x) (x) macro
169 #define HTOBE16(x) (void) (x)
178 #define htobe16(x) bswap16((uint16_t)(x))
185 #define HTOBE16(x) (x) = bswap16((uint16_t)(x))
194 #define be16toh(x) htobe16(x)
201 #define BE16TOH(x) HTOBE16(x)
  /src/sys/sys/
endian.h 144 #define htobe16(x) __CAST(uint16_t, (x)) macro
151 #define HTOBE16(x) __CAST(void, (x))
160 #define htobe16(x) bswap16(__CAST(uint16_t, (x)))
167 #define HTOBE16(x) (x) = bswap16(__CAST(uint16_t, (x)))
176 #define be16toh(x) htobe16(x)
183 #define BE16TOH(x) HTOBE16(x)
  /src/tools/compat/
compat_defs.h 1115 #define htobe16(x) (x) macro
1134 #define htobe16(x) bswap16((u_int16_t)(x)) macro
1153 #define be16toh(x) htobe16(x)

Completed in 28 milliseconds