Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dutf.c1034 #define SWAP_LONG(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) \ macro
1158 const apr_int32_t code = SWAP_LONG(utf32str[offset]); in svn_utf__utf32_to_utf8()