Lines Matching refs:ent
943 const test_entry_t *ent;
950 ent = &tests_tbl[i];
952 if (parse_test_pattern (&test, ent->testname) < 0)
954 printf ("parsing failed for '%s'\n", ent->testname);
959 fails += check_format (test.src_fmt, ent->src_fmt,
960 ent->testname, "src_fmt");
961 fails += check_format (test.mask_fmt, ent->mask_fmt,
962 ent->testname, "mask_fmt");
963 fails += check_format (test.dst_fmt, ent->dst_fmt,
964 ent->testname, "dst_fmt");
965 fails += check_int (test.src_flags, ent->src_flags,
966 ent->testname, "src_flags");
967 fails += check_int (test.mask_flags, ent->mask_flags,
968 ent->testname, "mask_flags");
969 fails += check_int (test.op, ent->op, ent->testname, "op");