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

  /src/sbin/nvmectl/
bignum.c 4704 mp_cnt_lsb(mp_int *a) function in typeref:typename:int
4782 s = mp_cnt_lsb(&r);
5149 u_lsb = mp_cnt_lsb(&u);
5150 v_lsb = mp_cnt_lsb(&v);
5190 if ((res = rshift_bits(&v, mp_cnt_lsb(&v), &v, NULL)) != MP_OKAY) {

Completed in 39 milliseconds