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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCache.cpp53 uint32_t cStrings = RTStrCacheGetStats(hStrCache, &cbStrings, &cbChunks, &cbBigEntries, local
61 RTTestIValue("Strings", cStrings, RTTESTUNIT_OCCURRENCES);
/vbox/include/VBox/vmm/
H A Dpdmusb.h73 uint16_t cStrings; member in struct:PDMUSBDESCCACHELANG
/vbox/src/VBox/Devices/USB/
H A DVUSBDevice.cpp639 unsigned iCurStr = paLanguages[iCurLang].cStrings;
1800 unsigned cStrings = pDev->pDescCache->paLanguages[iLang].cStrings; local
1801 for (unsigned iStr = 0; iStr < cStrings; iStr++)
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp258 uint32_t cStrings; member in struct:RTSTRCACHEINT
879 if (pThis->cHashTab - pThis->cStrings < pThis->cHashTab / 2)
884 else if (pThis->cHashTab - pThis->cStrings <= pThis->cHashTab / 8) /* 12.5% full => error */
887 pThis->cStrings++;
901 pThis->cStrings++;
906 Assert(pThis->cStrings < pThis->cHashTab && pThis->cStrings > 0);
1022 pThis->cStrings--;
1024 Assert(pThis->cStrings < pThis->cHashTab);
1218 uint32_t cStrings local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h2548 LONG cStrings; member in struct:__anon14389
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h2485 LONG cStrings; member in struct:__anon1708

Completed in 147 milliseconds