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

  /src/tests/lib/csu/dso/
h_initfini3_dso.cxx 9 class Test2 {
11 Test2()
23 ~Test2()
37 Test2 test2; variable in typeref:typename:Test2
  /src/sys/arch/x68k/stand/xxboot/
ashldi3.S 68 TEST test2
102 test2: | count = 2 label
memcpy.S 103 TEST test2
145 test2: label
memset.S 87 TEST test2
120 test2: label
memcmp.S 81 TEST test2
114 test2: label
  /src/common/lib/libc/gen/
radixtree.c 1464 test2(const char *title, bool dense) function in typeref:typename:void
1746 test2("dense", true);
1747 test2("sparse", false);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 184 static void test2(void) function in typeref:typename:void
193 printf("Run test2\n");
233 FAILED(code.func1((sljit_sw)&buf) != 9999, "test2 case 1 failed\n");
234 FAILED(buf[1] != 9999, "test2 case 2 failed\n");
235 FAILED(buf[2] != 9999, "test2 case 3 failed\n");
236 FAILED(buf[3] != 5678, "test2 case 4 failed\n");
237 FAILED(buf[4] != -9876, "test2 case 5 failed\n");
238 FAILED(buf[5] != 5678, "test2 case 6 failed\n");
239 FAILED(buf[6] != 3456, "test2 case 6 failed\n");
240 FAILED(buf[7] != 3456, "test2 case 6 failed\n")
    [all...]

Completed in 14 milliseconds