Home
last modified time | relevance | path

Searched refs:C2I1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/libkern/
H A Diconv_xlat16.c45 #define C2I1(c) ((c) & 0x8000 ? ((c) & 0xff) | 0x100 : (c) & 0xff) macro
155 c1 = C2I1(ctmp); in iconv_xlat16_conv()
186 c1 = C2I1(ctmp << 8); in iconv_xlat16_conv()
305 c1 = C2I1(c << 8); in iconv_xlat16_tolower()
308 c1 = C2I1(c); in iconv_xlat16_tolower()
330 c1 = C2I1(c << 8); in iconv_xlat16_toupper()
333 c1 = C2I1(c); in iconv_xlat16_toupper()