HomeSort by: relevance | last modified time | path
    Searched defs:compare_magnitude (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 368 compare_magnitude(mp_int * a, mp_int * b) function in typeref:typename:int
409 return (a->sign == MP_NEG) ? compare_magnitude(b, a) : compare_magnitude(a, b);
709 if (compare_magnitude(a, b) != MP_LT) {
835 if (compare_magnitude(a, b) == MP_LT) {
995 if (compare_magnitude(a, b) == MP_LT) {
1108 } while (compare_magnitude(&t1, &t2) == MP_GT);
1565 while (compare_magnitude(&C, b) != MP_LT) {
2709 if (compare_magnitude(a, n) != MP_LT) {
3727 if (compare_magnitude(x, n) != MP_LT)
    [all...]
bignum.c 368 compare_magnitude(mp_int * a, mp_int * b) function in typeref:typename:int
409 return (a->sign == MP_NEG) ? compare_magnitude(b, a) : compare_magnitude(a, b);
709 if (compare_magnitude(a, b) != MP_LT) {
835 if (compare_magnitude(a, b) == MP_LT) {
995 if (compare_magnitude(a, b) == MP_LT) {
1108 } while (compare_magnitude(&t1, &t2) == MP_GT);
1565 while (compare_magnitude(&C, b) != MP_LT) {
2709 if (compare_magnitude(a, n) != MP_LT) {
3727 if (compare_magnitude(x, n) != MP_LT)
    [all...]

Completed in 24 milliseconds