Searched refs:fInvalid (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp128 * @param fInvalid When set, get the next invalid operands that will
132 static int CidetGenericIn2Out1WithFlags(PCIDETCORE pThis, bool fInvalid, CIDET2IN1OUTWITHFLAGS const *pResults) argument
141 if (!fInvalid)
230 static DECLCALLBACK(int) cidetInOutAdd(PCIDETCORE pThis, bool fInvalid) argument
261 return CidetGenericIn2Out1WithFlags(pThis, fInvalid, &s_Results);
H A Dcidet.h111 * @retval VERR_NO_DATA if @a fInvalid is set and there are no invalid operand
118 * @param fInvalid When set, get the next invalid operands that will
121 typedef int FNCIDETSETUPINOUT(struct CIDETCORE *pThis, bool fInvalid);
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py759 def test1Sub2SetPort(self, oSession, uPort, fInvalid = False):
760 """ This can fail, thus fInvalid."""
761 if not fInvalid:
770 if not fInvalid or vbox.ComError.notEqual(oXcpt, vbox.ComError.E_INVALIDARG):
773 if fInvalid:
779 if not fInvalid:
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dusp10.h198 BYTE fInvalid :1; member in struct:tag_SCRIPT_LOGATTR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dusp10.h200 BYTE fInvalid :1; member in struct:tag_SCRIPT_LOGATTR

Completed in 56 milliseconds