Home
last modified time | relevance | path

Searched refs:SCALL (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/old/
Dusctest.h64 #define TEST(SCALL) \ argument
67 TEST_RETURN = SCALL; \
83 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0) argument
/third_party/ltp/include/
Dtst_test.h262 #define TEST(SCALL) \ argument
265 TST_RET = SCALL; \
269 #define TEST_VOID(SCALL) \ argument
272 SCALL; \
281 #define TESTPTR(SCALL) \ argument
284 TST_RET_PTR = (void*)SCALL; \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td744 // The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in