Searched refs:v_vector (Results 1 – 1 of 1) sorted by relevance
52 struct v_vector { struct94 int i = ((struct v_vector *)a)->hash - in comp()95 ((struct v_vector *)b)->hash; in comp()97 if (!i) i = ((struct v_vector *)a)->serial - in comp()98 ((struct v_vector *)b)->serial; in comp()151 struct v_vector *E, int p) in do_merge()234 struct v_vector *l = (struct v_vector*)a, in bcomp()235 *r = (struct v_vector*)b; in bcomp()263 struct v_vector *v[2], *e; in create_j_vector()269 v[i] = xzalloc(size * sizeof(struct v_vector)); in create_j_vector()[all …]