Searched refs:_W1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_fast_mp_montgomery_reduce.c121 register mp_word *_W, *_W1; local
126 _W1 = W + ix;
132 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2774 register mp_word *_W, *_W1; local
2779 _W1 = W + ix;
2785 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);

Completed in 111 milliseconds