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

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 615 static void test9(void) function in typeref:typename:void
623 printf("Run test9\n");
724 FAILED(buf[0] != 0x3c, "test9 case 1 failed\n");
725 FAILED(buf[1] != 0xf0, "test9 case 2 failed\n");
726 FAILED(buf[2] != -16, "test9 case 3 failed\n");
727 FAILED(buf[3] != 0xff0, "test9 case 4 failed\n");
728 FAILED(buf[4] != 4, "test9 case 5 failed\n");
729 FAILED(buf[5] != 0xff00, "test9 case 6 failed\n");
730 FAILED(buf[6] != 0x3c, "test9 case 7 failed\n");
731 FAILED(buf[7] != 0xf0, "test9 case 8 failed\n")
    [all...]

Completed in 12 milliseconds