Searched refs:SWAP_LONG (Results 1 – 1 of 1) sorted by relevance
1034 #define SWAP_LONG(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) \ macro1158 const apr_int32_t code = SWAP_LONG(utf32str[offset]); in svn_utf__utf32_to_utf8()