Searched refs:NREG_ARGS (Results 1 – 2 of 2) sorted by relevance
22 #define NREG_ARGS 4 macro42 if ((argc > NREG_ARGS) && (argc & 1) != 0) in __makecontext()51 if (argc > NREG_ARGS) in __makecontext()52 funcstack -= (argc - NREG_ARGS); in __makecontext()64 for (reg = 0; (reg < argc) && (reg < NREG_ARGS); reg++) in __makecontext()
23 #define NREG_ARGS 4 macro43 if ((argc > NREG_ARGS) && (argc & 1) != 0) in __makecontext()52 if (argc > NREG_ARGS) in __makecontext()53 funcstack -= (argc - NREG_ARGS); in __makecontext()65 for (reg = 0; (reg < argc) && (reg < NREG_ARGS); reg++) in __makecontext()