Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_osdeps.h86 #ifndef htobe32 /* glibc < 2.9 */
95 # define htobe32(x) __bswap_32(x) macro
110 # define htobe32(x) (x) macro
A Dlibxl_stream_write.c273 hdr.version = htobe32(RESTORE_STREAM_VERSION); in libxl__stream_write_start()
274 hdr.options = htobe32(0); in libxl__stream_write_start()
/tools/xenstored/
A Dxenstore_state.h27 #ifndef htobe32
29 #define htobe32(x) __builtin_bswap32(x) macro
32 #define htobe32(x) (x) macro
A Dlu.c314 pre.version = htobe32(lu_status->version); in lu_dump_state()

Completed in 10 milliseconds