Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c122 static int bitv_cmp(const bitv *bv1, const bitv *bv2);
1450 bitv_cmp(const bitv *bv1, const bitv *bv2) in bitv_cmp() argument
1455 if (bv1->v[i] < bv2->v[i]) in bitv_cmp()
1457 else if (bv1->v[i] > bv2->v[i]) in bitv_cmp()