Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c330 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ in _do_kiconv_fr_eucjp() local
355 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
356 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */ in _do_kiconv_fr_eucjp()
358 ic2 &= KICONV_JA_CMASK; in _do_kiconv_fr_eucjp()
359 KICONV_JA_CNV_JISMS_TO_U2(id, u32, ic1, ic2); in _do_kiconv_fr_eucjp()
361 index = (ic1 - 0x21) * 94 + ic2 - 0x21; in _do_kiconv_fr_eucjp()
371 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
372 if (KICONV_JA_ISCS2(ic2)) { /* 2nd byte check passed */ in _do_kiconv_fr_eucjp()
373 index = (ic2 - 0xa1); in _do_kiconv_fr_eucjp()
380 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.SimultaneousTranslators.d48 char ic2; member
64 oc = ((struct input_struct2 *) ivar2)->ic2;
H A Dtst.RepeatDeclaration.d46 long ic2; member
64 oc = ((struct input_struct2 *) ivar2)->ic2;