Searched refs:SCALL (Results 1 – 3 of 3) sorted by relevance
64 #define TEST(SCALL) \ argument67 TEST_RETURN = SCALL; \83 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0) argument
262 #define TEST(SCALL) \ argument265 TST_RET = SCALL; \269 #define TEST_VOID(SCALL) \ argument272 SCALL; \281 #define TESTPTR(SCALL) \ argument284 TST_RET_PTR = (void*)SCALL; \
744 // The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in