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

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) function
H A Droken.h.in715 #define bswap32 rk_bswap32
716 ROKEN_LIB_FUNCTION unsigned int ROKEN_LIB_CALL bswap32(unsigned int);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DByteOrder.h42 inline uint32_t bswap32(uint32_t x) { return ((x & 0xff000000) >> 24) | ((x & 0x00ff0000) >> 8) | ((x & 0x0000ff00) << 8) | ((x & 0x000000ff) << 24); } function in namespace:WTF
59 inline uint32_t ntohl(uint32_t x) { return WTF::bswap32(x); }
60 inline uint32_t htonl(uint32_t x) { return WTF::bswap32(x); }
/macosx-10.10/Heimdal-398.1.2/packages/mac/SnowLeopard10A/
H A Droken.h179 #define bswap32 rk_bswap32 macro
180 ROKEN_LIB_FUNCTION unsigned int ROKEN_LIB_CALL bswap32(unsigned int);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dstore.c357 value = bswap32(value);
420 *value = bswap32(*value);
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure17641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bswap32" >&5
17642 $as_echo_n "checking for bswap32... " >&6; }
17669 bswap32(0)
17690 for ac_func in bswap32
17692 ac_fn_c_check_func "$LINENO" "bswap32" "ac_cv_func_bswap32"
17702 # bswap32
17703 eval "ac_tr_func=HAVE_`echo bswap32 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"

Completed in 224 milliseconds