Searched refs:ve2 (Results 1 – 4 of 4) sorted by relevance
| /trueos/usr.sbin/pkg_install/lib/ |
| HD | version.c | 277 const char *v1, *v2, *ve1, *ve2; in version_cmp() local 282 v2 = split_version(pkg2, &ve2, &e2, &r2); in version_cmp() 290 if (result == 0 && (ve1 - v1 != ve2 - v2 || strncasecmp(v1, v2, ve1 - v1) != 0)) { in version_cmp() 293 while(result == 0 && (v1 < ve1 || v2 < ve2)) { in version_cmp() 303 if (v2 < ve2 && *v2 != '+') { in version_cmp() 311 if (v2 < ve2) in version_cmp()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_cache.c | 123 const vdev_cache_entry_t *ve2 = a2; in vdev_cache_offset_compare() local 125 if (ve1->ve_offset < ve2->ve_offset) in vdev_cache_offset_compare() 127 if (ve1->ve_offset > ve2->ve_offset) in vdev_cache_offset_compare() 136 const vdev_cache_entry_t *ve2 = a2; in vdev_cache_lastused_compare() local 138 if (ve1->ve_lastused < ve2->ve_lastused) in vdev_cache_lastused_compare() 140 if (ve1->ve_lastused > ve2->ve_lastused) in vdev_cache_lastused_compare()
|
| /trueos/contrib/gcc/ |
| HD | tree-vn.c | 156 const val_expr_pair_t ve2 = (val_expr_pair_t) p2; in val_expr_pair_expr_eq() local 158 if (! expressions_equal_p (ve1->e, ve2->e)) in val_expr_pair_expr_eq() 161 if (ve1->vuses == ve2->vuses) in val_expr_pair_expr_eq() 164 if (VEC_length (tree, ve1->vuses) != VEC_length (tree, ve2->vuses)) in val_expr_pair_expr_eq() 169 if (VEC_index (tree, ve2->vuses, i) != vuse1) in val_expr_pair_expr_eq()
|
| HD | tree-ssa-pre.c | 391 const expr_pred_trans_t ve2 = (expr_pred_trans_t) p2; in expr_pred_trans_eq() local 393 basic_block b2 = ve2->pred; in expr_pred_trans_eq() 405 if (!expressions_equal_p (ve1->e, ve2->e)) in expr_pred_trans_eq() 409 if (ve1->vuses == ve2->vuses) in expr_pred_trans_eq() 412 if (VEC_length (tree, ve1->vuses) != VEC_length (tree, ve2->vuses)) in expr_pred_trans_eq() 417 if (VEC_index (tree, ve2->vuses, i) != vuse1) in expr_pred_trans_eq()
|