Searched refs:ch1 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcUtil.c47 unsigned char ch1, ch2; local in function:_XlcCompareISOLatin1
50 ch1 = (unsigned char) *str1;
52 if (ch1 == '\0' || ch2 == '\0')
54 set_toupper(ch1);
56 if (ch1 != ch2)
60 return ch1 - ch2;
71 unsigned char ch1, ch2; local in function:_XlcNCompareISOLatin1
76 ch1 = (unsigned char) *str1;
78 if (ch1 == '\0' || ch2 == '\0')
80 set_toupper(ch1);
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_container.h56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \
57 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
H A Ddxcapi.h186 #define DXC_FOURCC(ch0, ch1, ch2, ch3) ( \
187 (UINT32)(UINT8)(ch0) | (UINT32)(UINT8)(ch1) << 8 | \
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c279 int ch1 = 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
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/
H A Dtfp410.c99 unsigned char ch1, ch2; local in function:tfp410GetID
101 if (tfp410ReadByte(tfp, addr+0, &ch1) &&
104 return ((ch2<<8) & 0xFF00) | (ch1 & 0x00FF);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c213 #define BI_FOURCC(ch0, ch1, ch2, ch3) ( \
214 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_8x13.c1806 static const BitmapCharRec ch1 = {7,7,0,-1,8,ch1data}; variable in typeref:typename:const BitmapCharRec
1810 &ch1,
H A Dglut_9x15.c1808 static const BitmapCharRec ch1 = {7,7,-1,0,9,ch1data}; variable in typeref:typename:const BitmapCharRec
1812 &ch1,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_8x13.c1806 static const BitmapCharRec ch1 = {7,7,0,-1,8,ch1data}; variable in typeref:typename:const BitmapCharRec
1810 &ch1,
H A Dglut_9x15.c1808 static const BitmapCharRec ch1 = {7,7,-1,0,9,ch1data}; variable in typeref:typename:const BitmapCharRec
1812 &ch1,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h794 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));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h794 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));

Completed in 37 milliseconds