Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h48 #define htobe32(x) bswap32((x)) macro
62 #define htobe32(x) ((uint32_t)(x)) macro
/device/google/cuttlefish/common/libs/utils/
Dcf_endian.h51 DECLARE_TYPE(Be32, uint32_t, htobe32, be32toh);
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c38 #define htobe32(x) bswap32((x)) macro