Home
last modified time | relevance | path

Searched refs:NARGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/sortbench/
H A Dsort_bench.c54 #define NARGS 5 macro
242 if (argc != NARGS) in main()
/freebsd/contrib/one-true-awk/
H A Drun.c224 #define NARGS 50 /* max args in a call */ macro
236 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5444 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() argument