Home
last modified time | relevance | path

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

/src/crypto/openssl/test/radix/
H A Dterp.c77 fctx->spin_again = 1; \
95 int spin_again; member
556 terp->fctx.spin_again = 0; in TERP_init()
638 goto spin_again; \
693 spin_again: in TERP_execute()
759 } else if (terp->fctx.spin_again) { in TERP_execute()
763 terp->fctx.spin_again = 0; in TERP_execute()
766 if (!TEST_false(terp->fctx.spin_again)) in TERP_execute()