Searched refs:NARGS (Results 1 – 3 of 3) sorted by relevance
54 #define NARGS 5 macro242 if (argc != NARGS) in main()
224 #define NARGS 50 /* max args in a call */ macro236 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ in call()256 if (ncall + ndef > NARGS) in call()257 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
5444 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() argument