Lines Matching refs:rcCheck

743         int rcCheck = (rcExpr); \
744 if (rcCheck != (rcExpect)) { \
745 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
756 * This will be assigned to a local rcCheck variable
764 int rcCheck = (rcExpr); \
765 if (rcCheck != (rcExpect)) { \
766 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
783 int rcCheck = (rcExpr); \
784 if (rcCheck != (rcExpect)) { \
785 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
802 int rcCheck = (rcExpr); \
803 if (rcCheck != (rcExpect)) { \
804 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
821 int rcCheck = (rcExpr); \
822 if (RT_FAILURE(rcCheck)) { \
823 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
834 * This will be assigned to a local rcCheck variable
840 int rcCheck = (rcExpr); \
841 if (RT_FAILURE(rcCheck)) { \
842 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
857 int rcCheck = (rcExpr); \
858 if (RT_FAILURE(rcCheck)) { \
859 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
1212 int rcCheck = (rcExpr); \
1213 if (rcCheck != (rcExpect)) { \
1214 RTTestIFailed("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
1224 * This will be assigned to a local rcCheck variable
1232 int rcCheck = (rcExpr); \
1233 if (rcCheck != (rcExpect)) { \
1234 RTTestIFailed("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
1250 int rcCheck = (rcExpr); \
1251 if (rcCheck != (rcExpect)) { \
1252 RTTestIFailed("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
1268 int rcCheck = (rcExpr); \
1269 if (rcCheck != (rcExpect)) { \
1270 RTTestIFailed("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
1284 int rcCheck = (rcExpr); \
1285 if (RT_FAILURE(rcCheck)) { \
1286 RTTestIFailed("line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
1299 int rcCheck = (rcExpr); \
1300 if (RT_FAILURE(rcCheck)) { \
1301 RTTestIFailed("line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
1312 * This will be assigned to a local rcCheck variable
1318 int rcCheck = (rcExpr); \
1319 if (RT_FAILURE(rcCheck)) { \
1320 RTTestIFailed("line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
1334 int rcCheck = (rcExpr); \
1335 if (RT_FAILURE(rcCheck)) { \
1336 RTTestIFailed("line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \