HomeSort by: relevance | last modified time | path
    Searched refs:HTOBE16 (Results 1 - 4 of 4) 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/sys/arch/evbarm/mpcsa/
mpcsa_leds.c 199 return (sc->sc_pinstate & htobe16(1U << pin)) ? 1 : 0;
214 sc->sc_pinstate |= htobe16(1U << pin);
216 sc->sc_pinstate &= htobe16(~(1U << pin));
282 HTOBE16(pins);
  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 217 HTOBE16(val);

Completed in 13 milliseconds