| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxfbconfig.c | 33 int AreFBConfigsMatch( __GLXFBConfig *c1, __GLXFBConfig *c2 ) 38 (c1->visualType == c2->visualType) && 39 (c1->transparentType == c2->transparentType) && 40 (c1->transparentRed == c2->transparentRed) && 41 (c1->transparentGreen == c2->transparentGreen) && 42 (c1->transparentBlue == c2->transparentBlue) && 43 (c1->transparentAlpha == c2->transparentAlpha) && 44 (c1->transparentIndex == c2->transparentIndex) && 45 (c1->visualCaveat == c2->visualCaveat) && 46 (c1->drawableType == c2->drawableType) & [all...] |
| glxfbconfig.h | 35 int AreFBConfigsMatch( __GLXFBConfig *c1, __GLXFBConfig *c2 );
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| ch.orth | 30 00c2
|
| ro.orth | 31 00c2
|
| mo.orth | 27 00c2
|
| fur.orth | 30 00c0-00c2
|
| smn.orth | 32 00c2
|
| wa.orth | 30 00c2 # A circumflex
|
| fy.orth | 37 00c2
|
| kl.orth | 35 00c2
|
| lb.orth | 46 00c2
|
| ln.orth | 27 00c1-00c2 # tonal orthography
|
| sms.orth | 30 00c2
|
| ti_er.orth | 47 12c2-12c5 # KWi-KW
|
| nl.orth | 33 00c2
|
| pt.orth | 35 00c2
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| stg_ldg_offset.asm | 2 @buf 128 (c2.x) ; c2.xy 5 mov.u32u32 r1.x, c2.x 6 mov.u32u32 r1.y, c2.y
|
| invocationid.asm | 7 @numwg(c2.x) ; c2.xyz
|
| simple.asm | 7 @numwg(c2.x) ; c2.xyz
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| big5_emacs.h | 12 Conversion between BIG5 codes (s1,s2) and BIG5-0 codes (c1,c2): 13 Example. (s1,s2) = 0xA140, (c1,c2) = 0x2121. 15 0x21 <= c1 <= 0x62, 0x21 <= c2 <= 0x7E. 18 = 94*(c1-0x21)+(c2-0x21) 19 Conversion (s1,s2) -> (c1,c2): 22 c2 := (t mod 94) + 0x21 23 Conversion (c1,c2) -> (s1,s2): 24 t := 94*(c1-0x21)+(c2-0x21) 29 Conversion between BIG5 codes (s1,s2) and BIG5-1 codes (c1,c2): 30 Example. (s1,s2) = 0xC940, (c1,c2) = 0x2121 53 unsigned char c2 = s[1]; local 87 unsigned char c2 = s[1]; local [all...] |
| /xsrc/external/mit/freetype/dist/src/psnames/ |
| pstables.h | 4165 int c2; local 4170 c2 = q[0] & 127; 4171 if ( c2 == c ) 4176 if ( c2 < c )
|
| /xsrc/external/mit/xsetmode/dist/ |
| xsetmode.c | 37 char c1, c2; local 46 c2 = (isupper(*s2) ? tolower(*s2) : *s2); 47 while (c1 == c2) 53 c2 = (isupper(*s2) ? tolower(*s2) : *s2); 55 return(c1 - c2);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| intel_options.c | 74 char c1, c2; local 90 c2 = isupper(*s2) ? tolower(*s2) : *s2; 91 while (c1 == c2) { 104 c2 = isupper(*s2) ? tolower(*s2) : *s2; 107 return c1 - c2;
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| test_trig.c | 102 FT_Fixed c2, s2; local 113 c2 = (FT_Fixed)(c1*65536.0); 116 j = FT_Atan2( c2, s2 ); 123 c2/65536.0, s2/65536.0, j/65536.0, i/65536.0 ); 139 FT_Fixed c2, s2; local 146 c2 = (FT_Fixed)(c1*65536.0); 149 if ( abs( v.x-c2 ) > THRESHOLD || 207 FT_Fixed c2, s2, c4, s4; local 218 v.x = c2 = (FT_Fixed)(c1*65536.0); 235 c2/65536.0, s2/65536.0 [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| murmurhash3.c | 103 uint32_t c2 = 0x1b873593; local 122 k1 *= c2; 141 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; 168 uint32_t c2 = 0xab0e9789; local 194 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; 198 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; 238 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; 244 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; 281 uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); local 300 k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1 [all...] |