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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp1006 int64_t i64Rc; local
1010 i64Rc = op; \
1011 if (i64Rc != (rc)) \
1012 RTTestFailed(g_hTest, "%s, %d: FAILURE: %s -> %llx expected %llx\n", __FUNCTION__, __LINE__, #op, i64Rc, (int64_t)rc); \
1080 int64_t i64Rc; local
1084 i64Rc = op; \
1085 if (i64Rc != (rc)) \
1086 RTTestFailed(g_hTest, "%s, %d: FAILURE: %s -> %lld expected %lld\n", __FUNCTION__, __LINE__, #op, i64Rc, rc); \

Completed in 49 milliseconds