Searched refs:bswap_32 (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dhtonl.c7 return u.c ? bswap_32(n) : n;
H A Dntohl.c7 return u.c ? bswap_32(n) : n;
/seL4-refos-master/libs/libmuslc/include/
H A Dbyteswap.h23 #define bswap_32(x) __bswap_32(x) macro
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dnscd_query.c78 req_buf[i] = bswap_32(req_buf[i]);
90 buf[i] = bswap_32(buf[i]);
H A Dgetgrouplist.c40 nscdbuf[i] = bswap_32(nscdbuf[i]);
H A Dgetgr_a.c87 name_len = bswap_32(name_len);

Completed in 82 milliseconds