Lines Matching refs:res
50 uint32_t res; \
64 || (res = __ibm943sb_to_ucs4[ch], \
65 __builtin_expect (res == 0, 0) && ch != 0)) \
83 || (res = __ibm943db_to_ucs4[ch + rp2->idx], \
84 __builtin_expect (res, '\1') == 0 && ch !=0)) \
91 put32 (outptr, res); \
98 if (res == 0xa5) \
99 res = 0x5c; \
100 else if (res == 0x203e) \
101 res = 0x7e; \
102 put32 (outptr, res); \
112 uint32_t res = __ibm943sb_to_ucs4[c]; \
113 if (res == 0 && c != 0) \
115 if (res == 0xa5) \
116 res = 0x5c; \
117 else if (res == 0x203e) \
118 res = 0x7e; \
119 return res; \