Lines Matching defs:test_ids

434 const test_id_t *test_ids = (const test_id_t[]) {
809 if (test_ids[t].name && !(
810 strcmp(test_ids[t].name,
812 || strcmp(test_ids[t].name,
821 test_ids[t].defines,
822 test_ids[t].define_count,
823 test_ids[t].cycles,
824 test_ids[t].cycle_count,
870 if (test_ids[t].name && !(
871 strcmp(test_ids[t].name,
873 || strcmp(test_ids[t].name,
882 test_ids[t].defines,
883 test_ids[t].define_count,
884 test_ids[t].cycles,
885 test_ids[t].cycle_count,
931 if (test_ids[t].name && !(
932 strcmp(test_ids[t].name,
934 || strcmp(test_ids[t].name,
943 test_ids[t].defines,
944 test_ids[t].define_count,
945 test_ids[t].cycles,
946 test_ids[t].cycle_count,
986 if (test_ids[t].name && !(
987 strcmp(test_ids[t].name,
989 || strcmp(test_ids[t].name,
1028 if (test_ids[t].name && !(
1029 strcmp(test_ids[t].name,
1031 || strcmp(test_ids[t].name,
1152 if (test_ids[t].name && !(
1153 strcmp(test_ids[t].name,
1155 || strcmp(test_ids[t].name,
1163 test_ids[t].defines,
1164 test_ids[t].define_count,
1165 test_ids[t].cycles,
1166 test_ids[t].cycle_count,
1200 if (test_ids[t].name && !(
1201 strcmp(test_ids[t].name,
1203 || strcmp(test_ids[t].name,
1211 test_ids[t].defines,
1212 test_ids[t].define_count,
1213 test_ids[t].cycles,
1214 test_ids[t].cycle_count,
1938 if (test_ids[t].name && !(
1939 strcmp(test_ids[t].name,
1941 || strcmp(test_ids[t].name,
1949 test_ids[t].defines,
1950 test_ids[t].define_count,
1951 test_ids[t].cycles,
1952 test_ids[t].cycle_count,
2675 test_ids = NULL;
2759 (void**)&test_ids,
2793 free((void*)test_ids[i].defines);
2794 free((void*)test_ids[i].cycles);
2796 free((void*)test_ids);