Searched refs:qmatches (Results 1 – 1 of 1) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ)) macro 1284 return qmatches(q1, dp); in matches() 1286 m1 = qmatches(q1, dp); in matches() 1287 m2 = qmatches(q2, dp); in matches() 1290 m1 = qmatches(q1, dp); in matches() 1291 m2 = qmatches(q2, dp); in matches() 1294 m1 = qmatches(q1, dp); in matches() 1295 m2 = qmatches(q2, dp); in matches() 1298 m1 = qmatches(q1, dp); in matches() 1299 m2 = qmatches(q2, dp); in matches()
|