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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c1058 const svn_boolean_t swap_order = (!big_endian != !arch_big_endian);
1081 (swap_order ? SWAP_SHORT(utf16str[offset]) : utf16str[offset]);
1141 const svn_boolean_t swap_order = (!big_endian != !arch_big_endian);
1155 if (swap_order)
1056 const svn_boolean_t swap_order = (!big_endian != !arch_big_endian); local
1139 const svn_boolean_t swap_order = (!big_endian != !arch_big_endian); local

Completed in 50 milliseconds