Searched refs:bLen (Results 1 – 1 of 1) sorted by relevance
956 int bLen = other.nWords; in cmp() local957 while (aLen > 0 && bLen > 0) { in cmp()959 int b = other.data[--bLen]; in cmp()967 if (bLen > 0) { in cmp()968 return -checkZeroTail(other.data, bLen); in cmp()