Searched refs:c1 (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030.h92 unsigned char c1 = s[0];
93 if (c1 >= 0x90 && c1 <= 0xe3) {
103 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dgb18030ext.h53 unsigned char c1 = s[0]; local
54 if ((c1 == 0xa2) || (c1 >= 0xa8 && c1 <= 0xa9) || (c1 == 0xfe)) {
58 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Dgb18030uni.h164 unsigned char c1 = s[0]; local
165 if (c1 >= 0x81 && c1 <= 0x84) {
175 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dksc5601_1992.h29 #define GETID(c1, c2, first) \
30 ((((unsigned short)(c1)) << 8 | (unsigned short)(c2)) - \
2686 unsigned char c1 = s[0]; local
2687 if ((c1 >= 0x88 && c1 <= 0xd3) || (c1 >= 0xd8 && c1 <= 0xde) || (c1 >= 0xe0 && c1 <= 0xf9)) {
2692 if ( c1 >
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c1124 int c1; /* Normalized character from s1 */ local
1151 c1 = tolower(*s1);
1157 while (c1 == c2);
1162 return (c1 - c2);
/solaris-x11-s12/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1277 get_common_mode(con_output_t *c0, con_output_t *c1, int *m0, int *m1) { argument
1285 if (!c0 ||!c1 || !c0->smodes || !c1->smodes)
1290 for (j = 0; j < c1->nsmodes; j ++)
1291 if ((c0->smodes[i]->width == c1->smodes[j]->width) &&
1292 (c0->smodes[i]->height == c1->smodes[j]->height)) {
1311 for (j = 0; j < c1->nsmodes; j ++)
1312 if (c0->smodes[i] == c1->smodes[j]) {

Completed in 221 milliseconds