Searched refs:v_vector (Results 1 – 1 of 1) sorted by relevance
49 struct v_vector { struct91 int i = ((struct v_vector *)a)->hash - in comp()92 ((struct v_vector *)b)->hash; in comp()94 if (!i) i = ((struct v_vector *)a)->serial - in comp()95 ((struct v_vector *)b)->serial; in comp()148 struct v_vector *E, int p) in do_merge()231 struct v_vector *l = (struct v_vector*)a, in bcomp()232 *r = (struct v_vector*)b; in bcomp()260 struct v_vector *v[2], *e; in create_j_vector()266 v[i] = xzalloc(size * sizeof(struct v_vector)); in create_j_vector()[all …]