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

  /src/sbin/nvmectl/
bignum.c 1744 third(mp_int * a, mp_int *c, mp_digit * d) function in typeref:typename:int
2020 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2024 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
2887 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2891 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
4433 return third(a, c, d);
bignum.c 1744 third(mp_int * a, mp_int *c, mp_digit * d) function in typeref:typename:int
2020 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2024 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
2887 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2891 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
4433 return third(a, c, d);

Completed in 27 milliseconds