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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.SimultaneousTranslators.d48 char ic2;
64 oc = ((struct input_struct2 *) ivar2)->ic2;
H A Dtst.RepeatDeclaration.d46 long ic2;
64 oc = ((struct input_struct2 *) ivar2)->ic2;
/illumos-gate/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 */ local
355 KICONV_JA_NGET(ic2);
356 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */
358 ic2 &= KICONV_JA_CMASK;
359 KICONV_JA_CNV_JISMS_TO_U2(id, u32, ic1, ic2);
361 index = (ic1 - 0x21) * 94 + ic2 - 0x21;
371 KICONV_JA_NGET(ic2);
372 if (KICONV_JA_ISCS2(ic2)) { /* 2nd byte check passed */
373 index = (ic2 - 0xa1);
380 KICONV_JA_NGET(ic2);
519 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ local
817 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
1128 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
[all...]

Completed in 78 milliseconds