Searched refs:byte2 (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dcapturexfont.c93 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 DRead.c231 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 DTextExt16.c82 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 DImText16.c77 *ptr++ = str->byte2;
H A DQuTextE16.c59 *ptr++ = string->byte2;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.c65 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 Dglx_usefont.c143 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 Dxfont.c147 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 Dxfonts.c142 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 Dglx_usefont.c143 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 Dxfont.c147 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 Dxfonts.c141 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 DomTextPer.c105 xchar2b_ptr->byte2, def, cs);
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c146 #define WORD_ASSEMBLY(byte1, byte2) (((byte2) << 8) | (byte1))
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsintrp.c2907 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 DULabel.c213 ptr->byte2 = codepoint & 0xff;
252 ptr->byte2 = codepoint & 0xff;
/xsrc/external/mit/xfd/dist/
H A Dxfd.c393 char2b.byte2 = p->thechar & 0xff;
H A Dgrid.c766 * byte2.
811 thechar.byte2 = (n & 255); /* low eight bits */
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h1062 unsigned char byte2; member in struct:__anonf1b122fa3c08
/xsrc/external/mit/xterm/dist/
H A DTekproc.c732 sbuf.byte2 = LO_BYTE(ch);

Completed in 26 milliseconds