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

/solaris-x11-s11/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-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DColorSB.h162 extern Boolean CSBSetColor(Widget w, CSBColorSpace space, double c1,
165 extern void CSBGetColor(Widget w, CSBColorSpace space, float *c1,
H A DColorSBP.h153 typedef Boolean (*CSBSetColorProc) (Widget w, CSBColorSpace space, double c1,
156 typedef void (*CSBGetColorProc) (Widget w, CSBColorSpace space, float *c1,
/solaris-x11-s11/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-s11/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]) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c243 static Boolean SetColor (Widget w, CSBColorSpace space, double c1, double c2, double c3, double c4, Bool setSpace);
255 static void GetColor (Widget w, CSBColorSpace space, float *c1, float *c2, float *c3, float *c4);
3292 double c1, double c2, double c3, double c4,
3298 CHECK(c1);
3303 csb->csb.current_color.red = c1;
3311 csb->csb.current_color.cyan = c1;
3319 csb->csb.current_color.hue = c1;
3324 csb->csb.current_color.gray = c1;
3340 double c1, double c2, double c3, double c4,
3346 csb_class.set_color) (w, space, c1, c
3289 SetColor( Widget w, CSBColorSpace space, double c1, double c2, double c3, double c4, Bool setSpace) argument
3337 CSBSetColor( Widget w, CSBColorSpace space, double c1, double c2, double c3, double c4, Bool setSpace) argument
3349 GetColor( Widget w, CSBColorSpace space, float *c1, float *c2, float *c3, float *c4) argument
3379 CSBGetColor( Widget w, CSBColorSpace space, float *c1, float *c2, float *c3, float *c4) argument
[all...]

Completed in 70 milliseconds