Searched refs:REVERSE16 (Results 1 – 1 of 1) sorted by relevance
277 #define REVERSE16(us) (((us & 0xf) << 12) | (((us >> 4) & 0xf) << 8) | (((us >> 8) & 0xf) << 4) | (… macro414 us = REVERSE16(us); in json_escape_string()
Completed in 6 milliseconds