HomeSort by: relevance | last modified time | path
    Searched defs:test10 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 742 static void test10(void) function in typeref:typename:void
750 printf("Run test10\n");
790 FAILED(code.func1((sljit_sw)&buf) != 110, "test10 case 1 failed\n");
791 FAILED(buf[0] != 15, "test10 case 2 failed\n");
792 FAILED(buf[1] != 56, "test10 case 3 failed\n");
793 FAILED(buf[2] != 12, "test10 case 4 failed\n");
794 FAILED(buf[3] != -12, "test10 case 5 failed\n");
795 FAILED(buf[4] != 100, "test10 case 6 failed\n");
796 FAILED(buf[5] != 81, "test10 case 7 failed\n");
798 FAILED(buf[6] != SLJIT_W(0x123456789) * 3, "test10 case 8 failed\n")
    [all...]

Completed in 12 milliseconds