| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 93 int rows, pages, byte1, byte2, index; local in function:captureXFont 151 byte2 = i & 0xff; 153 undefined = (fontinfo->min_char_or_byte2 > byte2 || 154 fontinfo->max_char_or_byte2 < byte2 || 166 byte2 = i & 0xff; 170 (byte2 - fontinfo->min_char_or_byte2); 186 character.byte2 = i & 255; 207 byte2 = grabList[j] & 0xff; 211 (byte2 - fontinfo->min_char_or_byte2); 291 byte2 [all...] |
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Read.c | 231 CARD8 byte0, byte1, byte2, byte3; local in function:XdmcpReadCARD32 234 XdmcpReadCARD8 (buffer, &byte2) && 239 (((CARD32) byte2) << 8) |
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt16.c | 82 unsigned int c = (unsigned int) string->byte2; /* watch for macros */ 149 unsigned int c = (unsigned int) string->byte2; /* watch for macros */ 196 unsigned int c = (unsigned int) string->byte2; /* watch for macros */
|
| H A D | ImText16.c | 77 *ptr++ = str->byte2;
|
| H A D | QuTextE16.c | 59 *ptr++ = string->byte2;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 65 char2b.byte2 = (c & 0xff); 133 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 146 byte2 = which & 0xff; 148 if ((fs->min_char_or_byte2 > byte2) || 149 (fs->max_char_or_byte2 < byte2) || 163 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 143 char2b.byte2 = (c & 0xff); 169 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 182 byte2 = which & 0xff; 184 if ((fs->min_char_or_byte2 > byte2) || 185 (fs->max_char_or_byte2 < byte2) || 199 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 147 char2b.byte2 = (c & 0xff); 173 int byte1 = 0, byte2 = 0; local in function:isvalid 186 byte2 = which & 0xff; 188 if ((fs->min_char_or_byte2 > byte2) || 189 (fs->max_char_or_byte2 < byte2) || 203 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 142 char2b.byte2 = (c & 0xff); 168 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 181 byte2 = which & 0xff; 183 if ((fs->min_char_or_byte2 > byte2) || 184 (fs->max_char_or_byte2 < byte2) || 198 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_usefont.c | 143 char2b.byte2 = (c & 0xff); 169 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 182 byte2 = which & 0xff; 184 if ((fs->min_char_or_byte2 > byte2) || 185 (fs->max_char_or_byte2 < byte2) || 199 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | xfont.c | 147 char2b.byte2 = (c & 0xff); 173 int byte1 = 0, byte2 = 0; local in function:isvalid 186 byte2 = which & 0xff; 188 if ((fs->min_char_or_byte2 > byte2) || 189 (fs->max_char_or_byte2 < byte2) || 203 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 141 char2b.byte2 = (c & 0xff); 167 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 180 byte2 = which & 0xff; 182 if ((fs->min_char_or_byte2 > byte2) || 183 (fs->max_char_or_byte2 < byte2) || 197 (byte2 - fs->min_char_or_byte2);
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextPer.c | 105 xchar2b_ptr->byte2, def, cs);
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 146 #define WORD_ASSEMBLY(byte1, byte2) (((byte2) << 8) | (byte1))
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psintrp.c | 2907 CF2_Int byte2 = cf2_buf_readByte( charstring ); local in function:cf2_interpT2CharString 2911 byte2 ); 2974 FT_UInt32 byte2 = (FT_UInt32)cf2_buf_readByte( charstring ); local in function:cf2_interpT2CharString 2980 ( byte2 << 16 ) |
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 213 ptr->byte2 = codepoint & 0xff; 252 ptr->byte2 = codepoint & 0xff;
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | xfd.c | 393 char2b.byte2 = p->thechar & 0xff;
|
| H A D | grid.c | 766 * byte2. 811 thechar.byte2 = (n & 255); /* low eight bits */
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 1062 unsigned char byte2; member in struct:__anonf1b122fa3c08
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 732 sbuf.byte2 = LO_BYTE(ch);
|