Searched refs:htobe32 (Results 1 – 4 of 4) sorted by relevance
86 #ifndef htobe32 /* glibc < 2.9 */95 # define htobe32(x) __bswap_32(x) macro110 # define htobe32(x) (x) macro
273 hdr.version = htobe32(RESTORE_STREAM_VERSION); in libxl__stream_write_start()274 hdr.options = htobe32(0); in libxl__stream_write_start()
27 #ifndef htobe3229 #define htobe32(x) __builtin_bswap32(x) macro32 #define htobe32(x) (x) macro
314 pre.version = htobe32(lu_status->version); in lu_dump_state()
Completed in 10 milliseconds