Searched refs:barg (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 109 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable 852 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX)) in setup() 853 tst_brk(TBROK, "Invalid busy poll timeout'%s'", barg); in setup() 990 {"b:", &barg, "-b x x - low latency busy poll timeout"},
|
/third_party/python/Objects/ |
D | longobject.c | 4873 _PyLong_GCD(PyObject *aarg, PyObject *barg) in _PyLong_GCD() argument 4883 b = (PyLongObject *)barg; in _PyLong_GCD()
|