Searched refs:v_vector (Results 1 – 1 of 1) sorted by relevance
54 struct v_vector { struct96 int i = ((struct v_vector *)a)->hash - in comp()97 ((struct v_vector *)b)->hash; in comp()99 if (!i) i = ((struct v_vector *)a)->serial - in comp()100 ((struct v_vector *)b)->serial; in comp()153 struct v_vector *E, int p) in do_merge()239 struct v_vector *l = (struct v_vector*)a, in bcomp()240 *r = (struct v_vector*)b; in bcomp()268 struct v_vector *v[2], *e; in create_j_vector()274 v[i] = xzalloc(size * sizeof(struct v_vector)); in create_j_vector()[all …]