Home
last modified time | relevance | path

Searched refs:_run (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.h31 void TEST_##group##_##name##_run(void);\
32 void TEST_##group##_##name##_run(void)\
45 void TEST_##group##_##name##_run(void);\
46 void TEST_##group##_##name##_run(void)\
53 void TEST_##group##_##name##_run(void)
57 TEST_##group##_##name##_run(); }
/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh5 _run () { function
57 _run "$1"
/freebsd/sys/modules/usb/
H A DMakefile48 SUBDIR += mtw ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw}
77 _run= run macro
/freebsd/tools/tools/netmap/
H A Dnmreplay.c1383 to extract values from the command line, and a *_run() function
1400 - the *_run() function takes struct _q *q and struct _cfg *cfg as arguments.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp477 bool _run(Function &F);
526 return CGP._run(F); in runOnFunction()
573 return _run(F); in run()
576 bool CodeGenPrepare::_run(Function &F) { in _run() function in CodeGenPrepare