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

  /src/sbin/nvmectl/
bignum.c 403 signed_compare(mp_int * a, mp_int * b) function in typeref:typename:int
1055 while (signed_compare(&x, &y) != MP_LT) {
1374 if (signed_compare(&u, &v) != MP_LT) {
1517 if (signed_compare(&u, &v) != MP_LT) {
2638 while (signed_compare(x, m) != MP_LT) {
4798 if (compare_digit(&y, 1) != MP_EQ && signed_compare(&y, &n1) != MP_EQ) {
4801 while ((j <= (s - 1)) && signed_compare(&y, &n1) != MP_EQ) {
4815 if (signed_compare(&y, &n1) != MP_EQ) {
5488 switch(signed_compare(a, b)) {
bignum.c 403 signed_compare(mp_int * a, mp_int * b) function in typeref:typename:int
1055 while (signed_compare(&x, &y) != MP_LT) {
1374 if (signed_compare(&u, &v) != MP_LT) {
1517 if (signed_compare(&u, &v) != MP_LT) {
2638 while (signed_compare(x, m) != MP_LT) {
4798 if (compare_digit(&y, 1) != MP_EQ && signed_compare(&y, &n1) != MP_EQ) {
4801 while ((j <= (s - 1)) && signed_compare(&y, &n1) != MP_EQ) {
4815 if (signed_compare(&y, &n1) != MP_EQ) {
5488 switch(signed_compare(a, b)) {

Completed in 27 milliseconds