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 788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--)
    [all...]
bn_lib.c 519 int tmp_top, tmp_dmax, tmp_neg; local
528 tmp_top = a->top;
538 b->top = tmp_top;
  /external/openssl/include/openssl/
bn.h 788 int tmp_top = (a)->top; \
789 if (tmp_top > 0) \
791 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--)
    [all...]

Completed in 51 milliseconds