Searched refs:readBuf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c55 static char readBuf[BUFSIZE]; variable in typeref:typename:char[]
287 readBufLen = fread(readBuf, 1, BUFSIZE, yyin);
292 readBuf[readBufLen] = EOF;
295 return readBuf[readBufPos++];
301 if (readBuf[--readBufPos] != c) {
303 "position %d, buf is '%s'\n", c, readBuf[readBufPos],
304 readBufPos, readBuf);
/xsrc/external/mit/libdrm/dist/tests/ttmtest/src/
H A Dttmtest.c158 readBuf(void *buf, unsigned long size) function in typeref:typename:void
205 readBuf(virtual, buf.size);
243 readBuf(virtual, buf.size);
294 readBuf(virtual, buf.size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dframebuffer.c730 const struct gl_renderbuffer *readBuf = fb->_ColorReadBuffer; local in function:renderbuffer_exists
731 if (!readBuf) {
734 assert(_mesa_get_format_bits(readBuf->Format, GL_RED_BITS) > 0 ||
735 _mesa_get_format_bits(readBuf->Format, GL_ALPHA_BITS) > 0 ||
736 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_LUMINANCE_SIZE) > 0 ||
737 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_INTENSITY_SIZE) > 0 ||
738 _mesa_get_format_bits(readBuf->Format, GL_INDEX_BITS) > 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dframebuffer.c711 const struct gl_renderbuffer *readBuf = fb->_ColorReadBuffer; local in function:renderbuffer_exists
712 if (!readBuf) {
715 assert(_mesa_get_format_bits(readBuf->Format, GL_RED_BITS) > 0 ||
716 _mesa_get_format_bits(readBuf->Format, GL_ALPHA_BITS) > 0 ||
717 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_LUMINANCE_SIZE) > 0 ||
718 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_INTENSITY_SIZE) > 0 ||
719 _mesa_get_format_bits(readBuf->Format, GL_INDEX_BITS) > 0);

Completed in 6 milliseconds