Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/bn/
H A Dbn_shift.c106 int i, nw; in bn_lshift_fixed_top() local
116 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() local
185 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 4 milliseconds