| /vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/widgets/ |
| H A D | editbox.c | 41 * @v col Starting column 46 WINDOW *win, unsigned int row, unsigned int col, 53 box->col = col; 100 mvwprintw ( box->win, box->row, box->col, "%s", buf ); 101 wmove ( box->win, box->row, ( box->col + cursor_offset ) ); 45 init_editbox( struct edit_box *box, char *buf, size_t len, WINDOW *win, unsigned int row, unsigned int col, unsigned int width, unsigned int flags ) argument
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
| H A D | editbox.h | 24 unsigned int col; member in struct:edit_box 40 WINDOW *win, unsigned int row, unsigned int col,
|
| /vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/ |
| H A D | t_dd_imm_vbtmp.h | 53 const GLubyte *col = GET_HARDWARE_COLOR(); local 55 v->v.ui[4] = *(GLuint *)&col; 57 v->v.color.blue = col[2]; 58 v->v.color.green = col[1]; 59 v->v.color.red = col[0]; 60 v->v.color.alpha = col[3]; 65 v->v.ui[3] = *(GLuint *)col; 68 v->tv.color.blue = col[2]; 69 v->tv.color.green = col[1]; 70 v->tv.color.red = col[ [all...] |
| /vbox/src/libs/libpng-1.2.8/contrib/pngminus/ |
| H A D | png2pnm.c | 204 int row, col; local 376 for (col = 0; col < width; col++) 413 if (col % 4 == 3) 415 } /* end for col */ 418 if (col % 4 != 0)
|
| H A D | pnm2png.c | 207 int row, col; local 343 for (col = 0; col < width; col++) 377 } /* end for col */
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | nvidia_texture_shader.c | 619 float col[4]; local 620 D3DCOLORTOGLFLOAT4(stateblock->renderState[WINED3DRS_TEXTUREFACTOR], col); 621 GL_EXTCALL(glCombinerParameterfvNV(GL_CONSTANT_COLOR0_NV, &col[0]));
|
| H A D | surface_gdi.c | 394 RGBQUAD col[256]; local 451 col[n].rgbRed = pal[n].peRed; 452 col[n].rgbGreen = pal[n].peGreen; 453 col[n].rgbBlue = pal[n].peBlue; 454 col[n].rgbReserved = 0; 456 SetDIBColorTable(This->hDC, 0, 256, col); 490 RGBQUAD col[256]; local 501 col[n].rgbRed = pal->palents[n].peRed; 502 col[n].rgbGreen = pal->palents[n].peGreen; 503 col[ [all...] |
| H A D | basetexture.c | 456 float col[4]; local 459 D3DCOLORTOGLFLOAT4(state, col); 461 glTexParameterfv(textureDimensions, GL_TEXTURE_BORDER_COLOR, &col[0]);
|
| H A D | ati_fragment_shader.c | 861 float col[4]; local 862 D3DCOLORTOGLFLOAT4(stateblock->renderState[WINED3DRS_TEXTUREFACTOR], col); 864 GL_EXTCALL(glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)); 865 checkGLcall("glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)");
|
| H A D | state.c | 239 float col[4]; local 240 D3DCOLORTOGLFLOAT4(stateblock->renderState[WINED3DRS_AMBIENT], col); 242 TRACE("Setting ambient to (%f,%f,%f,%f)\n", col[0], col[1], col[2], col[3]); 243 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, col); 467 float col[4]; local 470 D3DCOLORTOGLFLOAT4(stateblock->renderState[WINED3DRS_BLENDFACTOR], col); 471 GL_EXTCALL(glBlendColorEXT (col[ 785 float col[4]; local 1184 float col[4]; local [all...] |
| H A D | surface.c | 2319 RGBQUAD col[256]; local 2395 col[n].rgbRed = pal[n].peRed; 2396 col[n].rgbGreen = pal[n].peGreen; 2397 col[n].rgbBlue = pal[n].peBlue; 2398 col[n].rgbReserved = 0; 2400 SetDIBColorTable(This->hDC, 0, 256, col); 3412 UINT col; local 3414 for(col = dst_rect.left; col < dst_rect.right; col 4511 RGBQUAD col[256]; local [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | nvidia_texture_shader.c | 660 float col[4]; local 662 D3DCOLORTOGLFLOAT4(state->render_states[WINED3D_RS_TEXTUREFACTOR], col); 663 GL_EXTCALL(glCombinerParameterfvNV(GL_CONSTANT_COLOR0_NV, &col[0]));
|
| H A D | ati_fragment_shader.c | 900 float col[4]; local 902 D3DCOLORTOGLFLOAT4(state->render_states[WINED3D_RS_TEXTUREFACTOR], col); 903 GL_EXTCALL(glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)); 904 checkGLcall("glSetFragmentShaderConstantATI(ATI_FFP_CONST_TFACTOR, col)");
|
| H A D | texture.c | 379 float col[4]; local 382 D3DCOLORTOGLFLOAT4(state, col); 384 gl_info->gl_ops.gl.p_glTexParameterfv(target, GL_TEXTURE_BORDER_COLOR, &col[0]);
|
| H A D | state.c | 290 float col[4]; local 292 D3DCOLORTOGLFLOAT4(state->render_states[WINED3D_RS_AMBIENT], col); 293 TRACE("Setting ambient to (%f,%f,%f,%f)\n", col[0], col[1], col[2], col[3]); 294 gl_info->gl_ops.gl.p_glLightModelfv(GL_LIGHT_MODEL_AMBIENT, col); 529 float col[4]; local 533 D3DCOLORTOGLFLOAT4(state->render_states[WINED3D_RS_BLENDFACTOR], col); 534 GL_EXTCALL(glBlendColorEXT (col[ 782 float col[4]; local 1250 float col[4]; local [all...] |
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | error.c | 176 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local 194 col = input->cur - cur; 211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { 432 * @col: column number of the error or 0 if N/A 445 const char *str2, const char *str3, int int1, int col, 508 col = input->col; 586 to->int2 = col; 441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
|
| H A D | runtest.c | 303 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local 321 col = input->cur - cur; 338 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
|
| /vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/ |
| H A D | settings_ui.c | 81 unsigned int col; member in struct:setting_row_widget 124 widget->row.col = SETTINGS_LIST_COL; 166 ( widget->row.col + 225 mvprintw ( widget->row.row, widget->row.col, "%s", text.start ); 227 move ( widget->row.row, widget->row.col + curs_offset );
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
| H A D | rfbuffer.h | 65 u8 col; /* Column -used for shifting */ member in struct:ath5k_rfb_field 137 /* BANK 6 len pos col */ 150 /* BANK 7 len pos col */ 279 /* BANK 7 (Common) len pos col */ 293 /* BANK 6 len pos col */ 451 /* BANK 6 len pos col */ 639 /* BANK 6 len pos col */ 727 /* BANK 6 len pos col */ 817 /* BANK 6 len pos col */ 934 /* BANK 6 len pos col */ [all...] |
| H A D | ath5k_phy.c | 56 u8 offset, bank, num_bits, col, position; local 82 col = rfreg->field.col; 91 if (!(col <= 3 && num_bits <= 32 && first_bit + num_bits <= 319)) { 109 (col * 8); 113 rfb[entry] |= ((data << position) << (col * 8)) & mask; 116 data |= (((rfb[entry] & mask) >> (col * 8)) >> position)
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
| H A D | ath9k_ar5008_phy.c | 54 int col) 59 bank[i] = INI_RA(array, i, col); 53 ar5008_rf_bank_setup(u32 *bank, struct ar5416IniArray *array, int col) argument
|
| /vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
| H A D | VisualPng.c | 769 int x, y, col; local 776 col = 0; 783 col += 3; 786 while ((col % 4) != 0) 789 col++;
|
| /vbox/src/VBox/Devices/Graphics/BIOS/ |
| H A D | vgabios.c | 420 static void vga_read_pixel(uint8_t page, uint16_t col, uint16_t row, uint16_t STACK_BASED *pixel) argument 437 addr = col / 8 + row * read_word(BIOSMEM_SEG, BIOSMEM_NB_COLS); 438 mask = 0x80 >> (col & 0x07); 448 addr = (col >> 2) + (row >> 1) * 80; 453 attr = (data >> ((3 - (col & 0x03)) * 2)) & 0x03; 455 attr = (data >> (7 - (col & 0x07))) & 0x01; 458 addr = col + row * (read_word(BIOSMEM_SEG, BIOSMEM_NB_COLS) * 8); 1717 uint8_t row, uint8_t col, uint16_t seg, uint16_t offset) 1727 {col=oldcurs&0x00ff; 1731 newcurs=row; newcurs<<=8; newcurs+=col; 1716 biosfn_write_string(uint8_t flag, uint8_t page, uint8_t attr, uint16_t count, uint8_t row, uint8_t col, uint16_t seg, uint16_t offset) argument [all...] |
| /vbox/src/VBox/HostServices/SharedOpenGL/render/ |
| H A D | renderspu_glx.c | 75 XColor col; local 94 col.red = render_spu.lut8[0][a]<<8; 95 col.green = col.blue = 0; 96 col.pixel = a<<16; 97 col.flags = DoRed; 98 XStoreColor(dpy, cmap, &col); 103 col.green = render_spu.lut8[1][a]<<8; 104 col.red = col [all...] |
| /vbox/src/libs/libxml2-2.6.31/include/libxml/ |
| H A D | parser.h | 65 int col; /* Current column */ member in struct:_xmlParserInput
|