Home
last modified time | relevance | path

Searched refs:bswap32 (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h39 #define bswap32(x) __bswap32(x) macro
48 #define htobe32(x) bswap32((x))
55 #define be32toh(x) bswap32((x))
65 #define htole32(x) bswap32((x))
72 #define le32toh(x) bswap32((x))
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c31 inline uint32_t bswap32 (uint32_t x) { in bswap32() function
38 #define htobe32(x) bswap32((x))
40 #define be32toh(x) bswap32((x))