Searched defs:c2 (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dgb18030uni.h167 unsigned char c2 = s[1]; local
168 if (c2 >= 0x30 && c2 <= 0x39) {
175 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dgb18030ext.h56 unsigned char c2 = s[1]; local
57 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0x80 && c2 < 0xff)) {
58 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Dksc5601_1992.h29 #define GETID(c1, c2, first) \
30 ((((unsigned short)(c1)) << 8 | (unsigned short)(c2)) - \
2691 unsigned char c2 = s[1]; local
2693 ((c2 >= 0x41 && c2 <= 0x7e) || (c2 >= 0x81 && c2 <= 0xfd)) ) {
2695 wc = ksc5601_1992_hangul[ GETID(c1, c2, FIRST1) - (0x43)*(c1-0x88)];
2701 ( (c2 >=0x31 && c2<
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c1125 int c2; /* Normalized character from s2 */ local
1152 c2 = tolower(*s2);
1157 while (c1 == c2);
1162 return (c1 - c2);
/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,
3301 CHECK(c2);
3304 csb->csb.current_color.green = c2;
3308 CHECK(c2);
3312 csb->csb.current_color.magenta = c2;
3317 CHECK(c2);
3320 csb->csb.current_color.saturation = c2;
3340 double c1, double c2, doubl
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 39 milliseconds