Searched defs:shorter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c510 int i, shorter, longer; local
517 shorter = bb->len;
521 shorter = aa->len;
537 for (i = 0; i < shorter; i++) {
588 int i, shorter; local
594 shorter = bb->len;
596 shorter = aa->len;
610 for (i = 0; i < shorter; i++) {

Completed in 51 milliseconds