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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h838 int tmp_top = (a)->top; \
839 if (tmp_top > 0) \
841 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
843 (a)->top = tmp_top; \
H A Dbn_lib.c537 int tmp_top, tmp_dmax, tmp_neg; local
546 tmp_top = a->top;
556 b->top = tmp_top;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h838 int tmp_top = (a)->top; \
839 if (tmp_top > 0) \
841 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
843 (a)->top = tmp_top; \
H A Dbn_lib.c537 int tmp_top, tmp_dmax, tmp_neg; local
546 tmp_top = a->top;
556 b->top = tmp_top;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lib.c538 int tmp_top, tmp_dmax, tmp_neg; local
547 tmp_top = a->top;
557 b->top = tmp_top;

Completed in 119 milliseconds