HomeSort by: relevance | last modified time | path
    Searched defs:spin_again (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/radix/
terp.c 77 fctx->spin_again = 1; \
95 int spin_again; member in struct:func_ctx_st
556 terp->fctx.spin_again = 0;
638 goto spin_again; \
693 spin_again:
759 } else if (terp->fctx.spin_again) {
763 terp->fctx.spin_again = 0;
766 if (!TEST_false(terp->fctx.spin_again))
terp.c 77 fctx->spin_again = 1; \
95 int spin_again; member in struct:func_ctx_st
556 terp->fctx.spin_again = 0;
638 goto spin_again; \
693 spin_again:
759 } else if (terp->fctx.spin_again) {
763 terp->fctx.spin_again = 0;
766 if (!TEST_false(terp->fctx.spin_again))
terp.c 77 fctx->spin_again = 1; \
95 int spin_again; member in struct:func_ctx_st
556 terp->fctx.spin_again = 0;
638 goto spin_again; \
693 spin_again:
759 } else if (terp->fctx.spin_again) {
763 terp->fctx.spin_again = 0;
766 if (!TEST_false(terp->fctx.spin_again))

Completed in 70 milliseconds