Searched defs:bval (Results 1 – 2 of 2) sorted by relevance
551 #define bval(x, n) to_byte((x) >> (8 * (n))) macro561 #define bval(x, n) to_byte((x) >> (24 - 8 * (n))) macro
1050 uint8_t bval = (uint8_t) *buf; in xo_utf8_to_wc_len() local