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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c1216 BN_ULONG w, next_w; local
1294 next_w = w * w;
1295 if ((next_w / w) != w) { /* overflow */
1304 next_w = 1;
1306 w = next_w;
1314 next_w = w * a;
1315 if ((next_w / a) != w) { /* overflow */
1324 next_w = a;
1326 w = next_w;
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_bounce.c942 goto next_w;
955 next_w:

Completed in 74 milliseconds