Searched refs:cFuncs (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Main/src-server/win/ |
H A D | VBoxComEvents.cpp | 51 int cFuncs = ptypeattr->cFuncs; local 53 for (i=0; i<cFuncs; i++)
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCFunctions.cpp | 105 for (uint32_t iFunc = 0; iFunc < pExtFuncs->cFuncs; iFunc++)
|
H A D | DBGCInternal.h | 245 uint32_t cFuncs; member in struct:DBGCEXTFUNCS
|
H A D | DBGCCommands.cpp | 630 static void dbgcCmdHelpFunctionsWorker(PDBGC pDbgc, PDBGCCMDHLP pCmdHlp, PCDBGCFUNC paFuncs, size_t cFuncs, bool fExternal, argument 641 for (uint32_t i = 0; i < cFuncs; i++) 661 dbgcCmdHelpFunctionsWorker(pDbgc, pCmdHlp, pExtFunc->paFuncs, pExtFunc->cFuncs, false, 788 for (unsigned i = 0; i < aFixedFuncs[j].cFuncs; i++) 806 for (unsigned i = 0; i < pExtFunc->cFuncs; i++)
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPDrvIOC.h | 261 #define SUP_IOCTL_QUERY_FUNCS(cFuncs) SUP_CTL_CODE_BIG(2) 262 #define SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs) RT_UOFFSETOF(SUPQUERYFUNCS, u.Out.aFunctions[(cFuncs)]) 264 #define SUP_IOCTL_QUERY_FUNCS_SIZE_OUT(cFuncs) SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | oaidl.idl | 400 WORD cFuncs;
|
H A D | oaidl.h | 485 WORD cFuncs; member in struct:tagTYPEATTR
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | oaidl.idl | 389 WORD cFuncs;
|
H A D | oaidl.h | 485 WORD cFuncs; member in struct:tagTYPEATTR
|
Completed in 336 milliseconds