Searched refs:compare_ops (Results 1 – 3 of 3) sorted by relevance
17 compare_ops = {'=':'=', '<>':'<>', '==':'=', '!=':'<>', '>':'>',44 '|'.join(compare_ops.keys()))48 op = compare_ops[match.group(2)]
1 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.never_zerodepthbounds_depthdisabled_stencilenab…2 dEQP-VK.pipeline.depth.format.d32_sfloat.compare_ops.never_zerodepthbounds_depthdisabled_stencilena…
22 static int compare_ops(cupsd_location_t *a, cupsd_location_t *b);79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()452 compare_ops(cupsd_location_t *a, /* I - First operation */ in compare_ops() function