Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dbn.c323 int tmp_top = bn->top; in bn_correct_top() local
325 if (tmp_top > 0) { in bn_correct_top()
326 for (ftl = &(bn->d[tmp_top - 1]); tmp_top > 0; tmp_top--) { in bn_correct_top()
331 bn->top = tmp_top; in bn_correct_top()