Searched refs:REG_NARGS (Results 1 – 2 of 2) sorted by relevance
33 _Static_assert (REG_NARGS == 8, "__makecontext assumes 8 argument registers"); in __makecontext()61 long reg_args = argc < REG_NARGS ? argc : REG_NARGS; in __makecontext()
42 # define REG_NARGS 8 macro