Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c120 static int bitv_cmp(const bitv *bv1, const bitv *bv2);
1448 bitv_cmp(const bitv *bv1, const bitv *bv2) in bitv_cmp() argument
1453 if (bv1->v[i] < bv2->v[i]) in bitv_cmp()
1455 else if (bv1->v[i] > bv2->v[i]) in bitv_cmp()