Home
last modified time | relevance | path

Searched refs:vep (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-vn.c294 struct val_expr_pair_d vep = {NULL, NULL, NULL, 0}; in vn_lookup_with_vuses() local
300 vep.e = expr; in vn_lookup_with_vuses()
301 vep.vuses = vuses; in vn_lookup_with_vuses()
302 vep.hashcode = vn_compute (expr, 0); in vn_lookup_with_vuses()
303 slot = htab_find_slot_with_hash (value_table, &vep, vep.hashcode, NO_INSERT); in vn_lookup_with_vuses()
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_gpsdjson.c1100 union { const char * c; char * v; } vep; in strtojint() local
1103 vep.c = cp; in strtojint()
1131 vep.c = cp; in strtojint()
1141 *ep = vep.v; in strtojint()
/freebsd-12-stable/sys/dev/mlx4/
Ddevice.h1267 u8 vep; member