Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/amlogic/
H A Ddoimage.c68 data = htole32(BL31_MAGIC); in main()
73 data = htole32(BL31_LOADADDR); in main()
/rk3399_ARM-atf/include/lib/libc/
H A Dendian.h58 #define htole32(x) ((uint32_t)(x)) macro
72 #define htole32(x) bswap32((x)) macro