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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn.h788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
793 (a)->top = tmp_top; \
H A Dbn_lib.c519 int tmp_top, tmp_dmax, tmp_neg; local
528 tmp_top = a->top;
538 b->top = tmp_top;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
793 (a)->top = tmp_top; \
/external/openssl/crypto/bn/
H A Dbn.h788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
793 (a)->top = tmp_top; \
H A Dbn_lib.c519 int tmp_top, tmp_dmax, tmp_neg; local
528 tmp_top = a->top;
538 b->top = tmp_top;
/external/openssl/include/openssl/
H A Dbn.h788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
793 (a)->top = tmp_top; \

Completed in 54 milliseconds