HomeSort by relevance Sort by last modified time
    Searched refs:tmp_top (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bn/
bn.h 773 int tmp_top = (a)->top; \
774 if (tmp_top > 0) \
776 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
778 (a)->top = tmp_top; \
    [all...]
bn_lib.c 538 int tmp_top, tmp_dmax, tmp_neg; local
547 tmp_top = a->top;
557 b->top = tmp_top;
  /external/openssl/include/openssl/
bn.h 773 int tmp_top = (a)->top; \
774 if (tmp_top > 0) \
776 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
778 (a)->top = tmp_top; \
    [all...]

Completed in 162 milliseconds