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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapicode.h35 #define MAKE_MAPI_SCODE(sev,fac,code) \
36 ((SCODE)(((ULONG)(sev)<<31)|((ULONG)(fac)<<16)|((ULONG)(code))))
H A Ddmerror.h39 #define MAKE_HRESULT(sev,fac,code) \
40 ((HRESULT) (((ULONG)(sev)<<31) | ((ULONG)(fac)<<16) | ((ULONG)(code))) )
H A Dwinerror.h76 #define MAKE_HRESULT(sev,fac,code) \
77 ((HRESULT) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
78 #define MAKE_SCODE(sev,fac,code) \
79 ((SCODE) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapicode.h35 #define MAKE_MAPI_SCODE(sev,fac,code) \
36 ((SCODE)(((ULONG)(sev)<<31)|((ULONG)(fac)<<16)|((ULONG)(code))))
H A Ddmerror.h39 #define MAKE_HRESULT(sev,fac,code) \
40 ((HRESULT) (((ULONG)(sev)<<31) | ((ULONG)(fac)<<16) | ((ULONG)(code))) )
H A Dwinerror.h76 #define MAKE_HRESULT(sev,fac,code) \
77 ((HRESULT) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
78 #define MAKE_SCODE(sev,fac,code) \
79 ((SCODE) (((unsigned int)(sev)<<31) | ((unsigned int)(fac)<<16) | ((unsigned int)(code))) )
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2582 ComPtr<IAdditionsFacility> fac = collFac[index]; local
2583 if (fac)
2585 CHECK_ERROR_RET(fac, COMGETTER(Name)(guestString.asOutParam()), rc);
2588 CHECK_ERROR_RET(fac, COMGETTER(Status)(&curStatus), rc);
2589 CHECK_ERROR_RET(fac, COMGETTER(LastUpdated)(&lLastUpdatedMS), rc);
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com588 $ set message/fac/ident/sever/text
647 $ set message/fac/ident/sever/text
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c17066 #define FACET_RESTR_FIXED_ERR(fac) \
17069 WXS_BASIC_CAST fac, fac->node, \
17720 xmlSchemaFacetPtr fac; local
17722 for (fac = type->facets; fac != NULL; fac = fac->next) {
17723 switch (fac->type) {

Completed in 277 milliseconds