Searched refs:LARCH_REG_NARGS (Results 1 – 2 of 2) sorted by relevance
33 _Static_assert(LARCH_REG_NARGS == 8, in __makecontext()63 long int reg_args = argc < LARCH_REG_NARGS ? argc : LARCH_REG_NARGS; in __makecontext()
39 #define LARCH_REG_NARGS 8 macro