Searched defs:tableSize (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dxmlconfig.h76 GLuint tableSize; member in struct:driOptionCache
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h425 void _Insert(ValueType** table, size_t tableSize, ValueType* value) argument
427 size_t index = fDefinition.Hash(value) & (tableSize - 1);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp243 VBoxMPFillModesTable(PVBOXMP_DEVEXT pExt, int iDisplay, PVIDEO_MODE_INFORMATION pModesTable, size_t tableSize, argument
378 if (iMode >= tableSize)
402 if (iMode>=tableSize)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c725 PRUint32 i, tableSize, sizeMask, chainLen, maxChainLen, chainCount; local
734 tableSize = PL_DHASH_TABLE_SIZE(table);
740 for (i = 0; i < tableSize; i++) {
784 fprintf(fp, " table size (in entries): %u\n", tableSize);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c230 UInt32 tableSize; member in struct:__anon10242
815 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices);
816 p->counters[posState] = p->tableSize;
2050 p->lenEnc.tableSize =
2051 p->repLenEnc.tableSize =
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 99 milliseconds