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

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 391 static void test6(void) function in typeref:typename:void
399 printf("Run test6\n");
451 FAILED(code.func1((sljit_sw)&buf) != 2223, "test6 case 1 failed\n");
452 FAILED(buf[0] != 1, "test6 case 2 failed\n");
453 FAILED(buf[1] != 5, "test6 case 3 failed\n");
454 FAILED(buf[2] != 50, "test6 case 4 failed\n");
455 FAILED(buf[3] != 4, "test6 case 5 failed\n");
456 FAILED(buf[4] != 50, "test6 case 6 failed\n");
457 FAILED(buf[5] != 50, "test6 case 7 failed\n");
458 FAILED(buf[6] != 1000, "test6 case 8 failed\n")
    [all...]
sljitTest.c 391 static void test6(void) function in typeref:typename:void
399 printf("Run test6\n");
451 FAILED(code.func1((sljit_sw)&buf) != 2223, "test6 case 1 failed\n");
452 FAILED(buf[0] != 1, "test6 case 2 failed\n");
453 FAILED(buf[1] != 5, "test6 case 3 failed\n");
454 FAILED(buf[2] != 50, "test6 case 4 failed\n");
455 FAILED(buf[3] != 4, "test6 case 5 failed\n");
456 FAILED(buf[4] != 50, "test6 case 6 failed\n");
457 FAILED(buf[5] != 50, "test6 case 7 failed\n");
458 FAILED(buf[6] != 1000, "test6 case 8 failed\n")
    [all...]

Completed in 22 milliseconds