Searched refs:nw (Results 1 – 1 of 1) sorted by relevance
106 int i, nw; in bn_lshift_fixed_top() local116 nw = n / BN_BITS2; in bn_lshift_fixed_top()127 t = &(r->d[nw]); in bn_lshift_fixed_top()138 r->d[nw] = 0; in bn_lshift_fixed_top()140 if (nw != 0) in bn_lshift_fixed_top()144 r->top = a->top + nw + 1; in bn_lshift_fixed_top()178 int i, top, nw; in bn_rshift_fixed_top() local185 nw = n / BN_BITS2; in bn_rshift_fixed_top()186 if (nw >= a->top) { in bn_rshift_fixed_top()197 top = a->top - nw; in bn_rshift_fixed_top()[all …]
Completed in 3 milliseconds