Searched defs:le32toh (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dsss_endian.h34 #ifndef le32toh
36 #error missing le32toh and byteswap.h
45 # define le32toh(x) (x) macro
48 # define le32toh(x) __bswap_32 (x) macro
55 #endif /* le32toh */

Completed in 23 milliseconds