Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c162 unsigned int bnidx = 0, fpidx = 0; in ctxdbg() local
176 while (fpidx < stack->depth) { in ctxdbg()
177 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
181 fpidx++; in ctxdbg()