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

/vbox/src/VBox/Runtime/win/amd64/
H A DASMProbeReadByte.asm36 ; While the function will not fault if the byte is not read accessible,
/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp103 /** While or for statement. */
297 rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->While.pCond->Core);
299 && pStmt->While.fDoWhile)
302 rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->While.pStmt->Core);
667 else if (!pLoopStmt->While.fDoWhile)
668 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pCond->Core);
908 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pCond->Core);
911 rc = vdScriptInterpreterPushAstEntry(pThis, &pLoopStmt->While.pStmt->Core);
H A DVDScriptAst.h508 VDSCRIPTASTWHILE While; member in union:VDSCRIPTASTSTMT::__anon16814
H A DVDScriptAst.cpp193 RTListAppend(pList, &pStmt->While.pCond->Core.ListNode);
194 RTListAppend(pList, &pStmt->While.pStmt->Core.ListNode);
H A DVDScript.cpp2589 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, false /* fDoWhile */);
2594 rc = vdScriptParseWhile(pThis, &pAstNodeStmt->While, true /* fDoWhile */);

Completed in 1314 milliseconds