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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c502 BN_ULONG w, next_w; local
566 next_w = w*w;
567 if ((next_w/w) != w) /* overflow */
578 next_w = 1;
580 w = next_w;
589 next_w = w*a;
590 if ((next_w/a) != w) /* overflow */
601 next_w = a;
603 w = next_w;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c730 BN_ULONG w, next_w; local
802 next_w = w*w;
803 if ((next_w/w) != w) /* overflow */
814 next_w = 1;
816 w = next_w;
825 next_w = w*a;
826 if ((next_w/a) != w) /* overflow */
837 next_w = a;
839 w = next_w;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinotify.c364 struct inotify_watch *watch, *next_w; local
415 list_for_each_entry_safe(watch, next_w, watches, i_list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c420 __u32 w, next_w; local
429 next_w = *in++;
437 w = rol32(next_w, input_rotate);
439 next_w = *in++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c806 struct snd_soc_dapm_widget *w, *next_w; local
809 list_for_each_entry_safe(w, next_w, &codec->dapm_widgets, list) {

Completed in 174 milliseconds