Searched refs:FUNC2 (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 25 FUNC2="do_softirq" 84 echo "$FUNC2" >> set_ftrace_filter 85 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then 86 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited" 89 echo "$FUNC2:traceoff" >> set_ftrace_filter 90 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited… 91 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 95 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; then 96 fail "Expected $FUNC1 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited" 100 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; th… [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 134-hash-comment-directive.c | 17 /*..*/ # /*..*/ define FUNC2(a,b) b a macro 20 FUNC2(x,y)
|
/external/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 51 void FUNC2(Derived2* p) { in FUNC2() function
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1044 #define FUNC2(funcname, func, docstring) \ macro 1065 FUNC2(atan2, m_atan2, 1102 FUNC2(copysign, copysign, 1170 FUNC2(remainder, m_remainder,
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 802 #define FUNC2(funcname, func, docstring) \ macro 818 FUNC2(atan2, m_atan2, 826 FUNC2(copysign, copysign,
|