| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcUtil.c | 47 unsigned char ch1, ch2; local in function:_XlcCompareISOLatin1 51 ch2 = (unsigned char) *str2; 52 if (ch1 == '\0' || ch2 == '\0') 55 set_toupper(ch2); 56 if (ch1 != ch2) 60 return ch1 - ch2; 71 unsigned char ch1, ch2; local in function:_XlcNCompareISOLatin1 77 ch2 = (unsigned char) *str2; 78 if (ch1 == '\0' || ch2 == '\0') 81 set_toupper(ch2); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_container.h | 56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \ 58 (uint32_t)(ch2) << 16 | (uint32_t)(ch3) << 24)
|
| H A D | dxcapi.h | 186 #define DXC_FOURCC(ch0, ch1, ch2, ch3) ( \ 188 (UINT32)(UINT8)(ch2) << 16 | (UINT32)(UINT8)(ch3) << 24 \
|
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| H A D | ftrandom.c | 280 int ch2 = getc( foo ); local in function:figurefiletype 287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || 288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || 289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || 290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) 295 else if ( ch1 == 0x80 && ch2 == '\01' ) 300 else if ( ch1 == '%' && ch2 == '!' ) 309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) 314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) 319 else if ( ch1 == 'P' && ch2 [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/ |
| H A D | tfp410.c | 99 unsigned char ch1, ch2; local in function:tfp410GetID 102 tfp410ReadByte(tfp, addr+1, &ch2)) { 104 return ((ch2<<8) & 0xFF00) | (ch1 & 0x00FF);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | cmdline.c | 213 #define BI_FOURCC(ch0, ch1, ch2, ch3) ( \ 215 (uint32_t)(ch2) << 16 | (uint32_t)(ch3) << 24)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_8x13.c | 1798 static const BitmapCharRec ch2 = {8,12,0,2,8,ch2data}; variable in typeref:typename:const BitmapCharRec 1811 &ch2,
|
| H A D | glut_9x15.c | 1800 static const BitmapCharRec ch2 = {8,14,0,3,9,ch2data}; variable in typeref:typename:const BitmapCharRec 1813 &ch2,
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_8x13.c | 1798 static const BitmapCharRec ch2 = {8,12,0,2,8,ch2data}; variable in typeref:typename:const BitmapCharRec 1811 &ch2,
|
| H A D | glut_9x15.c | 1800 static const BitmapCharRec ch2 = {8,14,0,3,9,ch2data}; variable in typeref:typename:const BitmapCharRec 1813 &ch2,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 744 char ch2 = (char) ch; local in function:Tekparse 750 &ch2,
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 794 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2); 795 // an additional amount to add to the 'advance' value between ch1 and ch2 2569 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) argument 2573 return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,ch2)); 4624 stbtt_uint16 ch2 = s2[2]*256 + s2[3]; local in function:stbtt__CompareUTF8toUTF16_bigendian_prefix 4626 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 794 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2); 795 // an additional amount to add to the 'advance' value between ch1 and ch2 2569 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) argument 2573 return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,ch2)); 4624 stbtt_uint16 ch2 = s2[2]*256 + s2[3]; local in function:stbtt__CompareUTF8toUTF16_bigendian_prefix 4626 c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000;
|