| /xsrc/external/mit/xtrap/dist/ |
| chparse.h | 8 short *column);
|
| chparse.c | 226 short *column) /* column display count */ 231 *column +=2; 232 if (*column >= 79) { 234 *column = 2; 239 *column += strlen("bad sequence "); 240 if (*column >= 79) { 242 *column = strlen("bad sequence "); 247 *column += 32; 248 if (*column >= 79) [all...] |
| xtrapchar.c | 129 static INT16 column = 0; variable 144 if ((column += length) >= 79) \ 147 column = length; \ 258 column = 0; /* if displaying char's, don't go beyond 80 columns */ 345 inter, ninter, final, &column); 388 inter, ninter, final, &column); 417 inter, ninter, final, &column); 457 inter, ninter, final, &column); 554 inter, ninter, final, &column); 562 inter, ninter, final, &column); [all...] |
| /xsrc/external/mit/xterm/dist/ |
| linedata.c | 247 int column) 252 if (column < MaxCols(screen)) { 253 item->attribs = ld->attribs[column]; 255 item->color = ld->color[column]; 258 item->charSeen = ld->charSeen[column]; 259 item->charData = ld->charData[column]; 265 || (column + 1) == limits->left)) 269 || (column + 1) >= limits->right))); 277 : ld->charSets[column])); 279 item->combData[off] = ld->combData[off][column]; [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| bmtoa.c | 197 int row, column; local 203 for (column = 0; column < width; column++) { 204 int i = (column & 7);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winmultiwindowicons.c | 64 int row, column, effXBPP, effXDepth; local 121 for (column = 0; column < iconSize; column++) 123 posX = factX * column; 149 outPtr[column / 8] &= ~(1 << (7 - (column & 7))); 169 outPtr[column / 8] |= (1 << (7 - (column & 7))); 211 outPtr[column / 8] |= (1 << (7 - (column & 7))) [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| sgrPushPop2.pl | 68 # should be the same color as the middle column, regardless of "-r" rotation. 145 my $column = shift; 146 &indexed_example if ( &choose_column($column) == 0 ); 147 &standard_example if ( &choose_column($column) == 1 ); 148 &direct_example if ( &choose_column($column) == 2 ); 212 printf "END!"; # this is in the last color used in the middle column
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| eglinfo.c | 141 int column; local 150 column = 0; 158 if (column > 0 && column + next - p + 1 > 70) { 160 column = 0; 162 if (column == 0) 166 column += next - p + 1; 173 if (column > 0)
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.h | 53 int column; /* output column number */ member in struct:_LispFile 64 unsigned int binary : 1; /* if set, don't calculate column/line-number */ 71 int column; /* output column number */ member in struct:_LispString 77 unsigned int binary : 1; /* if set, don't calculate column/line-number */
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| singlepix.c | 38 GLvoid * row, GLvoid * column, GLvoid * span) 95 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column); 112 GLvoid * column, GLvoid * span) 122 p(target, format, type, row, column, span); 185 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
|
| renderpix.c | 123 const GLvoid * column) 155 __glFillImage(gc, 1, height, 1, 1, format, type, column, pc, NULL); 188 __glFillImage(gc, 1, height, 1, 1, format, type, column,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| image.h | 48 GLint img, GLint row, GLint column ); 56 GLint img, GLint row, GLint column ); 63 GLint column ); 70 GLint row, GLint column ); 77 GLint img, GLint row, GLint column );
|
| convolve.h | 70 GLsizei columnBufSize, GLvoid *column, 74 GLvoid *row, GLvoid *column, GLvoid *span); 78 const GLvoid *row, const GLvoid *column);
|
| convolve.c | 149 GLsizei columnBufSize, GLvoid *column, 160 GLvoid *row, GLvoid *column, GLvoid *span) 163 INT_MAX, column, span); 168 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| singlepix.c | 38 GLvoid * row, GLvoid * column, GLvoid * span) 95 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column); 112 GLvoid * column, GLvoid * span) 122 p(target, format, type, row, column, span); 185 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
|
| renderpix.c | 123 const GLvoid * column) 156 column, pc, NULL); 189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| image.h | 48 GLint img, GLint row, GLint column ); 56 GLint img, GLint row, GLint column ); 63 GLint column ); 70 GLint row, GLint column ); 77 GLint img, GLint row, GLint column );
|
| convolve.h | 70 GLsizei columnBufSize, GLvoid *column, 74 GLvoid *row, GLvoid *column, GLvoid *span); 78 const GLvoid *row, const GLvoid *column);
|
| convolve.c | 149 GLsizei columnBufSize, GLvoid *column, 160 GLvoid *row, GLvoid *column, GLvoid *span) 163 INT_MAX, column, span); 168 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| parse.py | 42 def __init__(self, type, name_or_data, attrs = None, line = None, column = None): 48 self.column = column 82 line, column = self.pos() 83 token = XmlToken(ELEMENT_START, name, attributes, line, column) 88 line, column = self.pos() 89 token = XmlToken(ELEMENT_END, name, None, line, column) 100 line, column = self.character_pos 101 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column) 122 line, column = self.pos( [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winmultiwindowicons.c | 67 int row, column, effXBPP, effXDepth; local 108 for (column = 0; column < iconSize; column++) { 109 posX = factX * column; 132 outPtr[column / 8] &= ~(1 << (7 - (column & 7))); 151 outPtr[column / 8] |= (1 << (7 - (column & 7))); 190 outPtr[column / 8] |= (1 << (7 - (column & 7))) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| gl_nir_link_uniform_initializers.c | 123 for (unsigned int column = 0; column < n_columns; column++) { 127 storage[i].u = val->values[column][row].u32; 131 storage[i].i = val->values[column][row].i32; 134 storage[i].f = val->values[column][row].f32; 141 &val->values[column][row].f64, 145 storage[i].b = val->values[column][row].u32 ? boolean_true : 0;
|
| /xsrc/external/mit/pixman/dist/demos/ |
| conical-test.c | 79 int column = i % GRADIENTS_PER_ROW; local 89 0, 0, 0, 0, column * SIZE, row * SIZE,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| parse.py | 44 def __init__(self, type, name_or_data, attrs = None, line = None, column = None): 50 self.column = column 84 line, column = self.pos() 85 token = XmlToken(ELEMENT_START, name, attributes, line, column) 90 line, column = self.pos() 91 token = XmlToken(ELEMENT_END, name, None, line, column) 102 line, column = self.character_pos 103 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column) 124 line, column = self.pos( [all...] |
| tracediff.sh | 164 --left-column \
|