Searched defs:fEmpty (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/cpp/
H A Dlist.h299 bool fEmpty = m_cElements == 0; local
301 return fEmpty;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp814 bool fEmpty; local
842 fEmpty = RTListIsEmpty(&pDevExt->TracerProviderZombieList);
848 fEmpty = false;
857 if (fEmpty)
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h353 bool fEmpty; member in struct:PDMAUDIOGSTSTRMSTATE
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1047 GLboolean fEmpty = pCompositor && CrVrScrCompositorIsEmpty(pCompositor); local
1053 if (window->pCompositor == pCompositor && !fEmpty)
1059 if (!fEmpty)
1067 window->pCompositor = !fEmpty ? pCompositor : NULL;
/vbox/src/VBox/Main/include/
H A Dovfreader.h528 bool fEmpty;//true - empty disk, e.g. the component <rasd:HostResource>...</rasd:HostResource> is absent. member in struct:ovf::VirtualDisk

Completed in 58 milliseconds