Searched refs:bv1 (Results 1 – 1 of 1) sorted by relevance
122 static int bitv_cmp(const bitv *bv1, const bitv *bv2);1450 bitv_cmp(const bitv *bv1, const bitv *bv2) in bitv_cmp() argument1455 if (bv1->v[i] < bv2->v[i]) in bitv_cmp()1457 else if (bv1->v[i] > bv2->v[i]) in bitv_cmp()