Searched refs:table_size (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c460 static PRInt32 PR_SetSysfdTableSize(int table_size) argument
462 PRInt32 PR_SetSysfdTableSize(int table_size)
478 if ( rlim.rlim_max < table_size )
481 rlim.rlim_cur = table_size;
491 if (table_size > tableMax) {
493 rc = DosSetMaxFH(table_size);
495 return table_size;
505 #pragma unused (table_size)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_phy.c2012 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; local
2066 table_size = pwr_max[pdg] - pwr_min[pdg];
2067 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size;
2078 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_size - 2]) > 1)
2079 pwr_step = pdadc_tmp[table_size - 1] -
2080 pdadc_tmp[table_size - 2];
2087 s16 tmp = pdadc_tmp[table_size - 1] +
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h146 UINT table_size; member in struct:d3d8_handle_table
H A Ddevice.c238 if (!(t->entry_count < t->table_size))
241 UINT new_size = t->table_size + (t->table_size >> 1);
250 t->table_size = new_size;
3083 device->handle_table.table_size = D3D8_INITIAL_HANDLE_TABLE_SIZE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h177 UINT table_size; member in struct:d3d8_handle_table
H A Ddevice.c197 if (!(t->entry_count < t->table_size))
200 UINT new_size = t->table_size + (t->table_size >> 1);
209 t->table_size = new_size;
2791 device->handle_table.table_size = D3D8_INITIAL_HANDLE_TABLE_SIZE;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4631 static PRInt32 PR_SetSysfdTableSize(PRIntn table_size) argument
4633 PRInt32 PR_SetSysfdTableSize(PRIntn table_size)
4644 if ( rlim.rlim_max < table_size )
4647 rlim.rlim_cur = table_size;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite.idl665 UINT32 *table_size,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2442 unsigned int table_size, enum wined3d_gl_vendor gl_vendor,
2447 for (i = 0; i < table_size; ++i)
2441 select_card_handler(const struct gl_vendor_selection *table, unsigned int table_size, enum wined3d_gl_vendor gl_vendor, const struct wined3d_gl_info *gl_info, const char *gl_renderer) argument

Completed in 139 milliseconds