HomeSort by: relevance | last modified time | path
    Searched defs:HTOBE16 (Results 1 - 2 of 2) 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)

Completed in 11 milliseconds