Searched defs:Test_Entry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dcombpath_test.c33 typedef struct Test_Entry { struct
45 } Test_Entry; typedef in typeref:struct:Test_Entry
47 static Test_Entry tests[] = {
94 run_test(Test_Entry *test)
122 int numtests = sizeof(tests)/sizeof(Test_Entry);
H A Dsplitpath_test.c32 typedef struct Test_Entry { struct
44 } Test_Entry; typedef in typeref:struct:Test_Entry
46 static Test_Entry tests[] = {
103 run_test(Test_Entry *test)
137 int numtests = sizeof(tests)/sizeof(Test_Entry);
H A Duncstring_test.c34 typedef struct Test_Entry { struct
49 } Test_Entry; typedef in typeref:struct:Test_Entry
51 static Test_Entry tests[] = {
81 run_test(Test_Entry *test)
135 int numtests = sizeof(tests)/sizeof(Test_Entry);
H A Dleb128_test.c32 typedef struct Test_Entry { struct
47 } Test_Entry; typedef in typeref:struct:Test_Entry
49 static Test_Entry tests[] = {
76 run_output_test(Test_Entry *test)
126 run_input_test(Test_Entry *test)
166 int numtests = sizeof(tests)/sizeof(Test_Entry);

Completed in 105 milliseconds