Searched refs:ancc2 (Results 1 – 1 of 1) sorted by relevance
1380 const AnCC* ancc2 = v2; in cmp_AnCC_by_vol() local1381 if (ancc1->nBytes < ancc2->nBytes) return 1; in cmp_AnCC_by_vol()1382 if (ancc1->nBytes > ancc2->nBytes) return -1; in cmp_AnCC_by_vol()