Searched defs:i32Rc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp105 int32_t i32Rc; member in struct:IoLogEntryComplete
542 Entry.i32Rc = (int32_t)RT_H2LE_U32((uint32_t)rcReq);
785 *pRc = (int)RT_LE2H_U32((int32_t)Entry.i32Rc);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp931 int32_t i32Rc; local
935 i32Rc = op; \
936 if (i32Rc != (rc)) \
937 RTTestFailed(g_hTest, "%s, %d: FAILURE: %s -> %d expected %d\n", __FUNCTION__, __LINE__, #op, i32Rc, rc); \
1037 int32_t i32Rc; local
1041 i32Rc = op; \
1042 if (i32Rc != (rc)) \
1043 RTTestFailed(g_hTest, "%s, %d: FAILURE: %s -> %d expected %d\n", __FUNCTION__, __LINE__, #op, i32Rc, rc); \

Completed in 105 milliseconds