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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c1041 #define SWAP_LONG(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) \
1165 const apr_int32_t code = SWAP_LONG(utf32str[offset]);
1039 #define SWAP_LONG macro

Completed in 58 milliseconds