Home
last modified time | relevance | path

Searched refs:FUNC1 (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc24 FUNC1="schedule"
74 echo "$FUNC1:traceoff" > set_ftrace_filter
75 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited"; then
76 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited"
79 echo "$FUNC1" > set_ftrace_filter
80 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited"; then
81 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited"
85 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then
86 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"
90 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited…
[all …]
/external/python/cpython2/Modules/
Dmathmodule.c790 #define FUNC1(funcname, func, can_overflow, docstring) \ macro
808 FUNC1(acos, acos, 0,
810 FUNC1(acosh, m_acosh, 0,
812 FUNC1(asin, asin, 0,
814 FUNC1(asinh, m_asinh, 0,
816 FUNC1(atan, atan, 0,
821 FUNC1(atanh, m_atanh, 0,
823 FUNC1(ceil, ceil, 0,
828 FUNC1(cos, cos, 0,
830 FUNC1(cosh, cosh, 1,
[all …]
Dcmathmodule.c895 #define FUNC1(stubname, func) \ macro
900 FUNC1(cmath_acos, c_acos) in FUNC1() function
901 FUNC1(cmath_acosh, c_acosh) in FUNC1()
902 FUNC1(cmath_asin, c_asin) in FUNC1()
903 FUNC1(cmath_asinh, c_asinh) in FUNC1()
904 FUNC1(cmath_atan, c_atan) in FUNC1()
905 FUNC1(cmath_atanh, c_atanh) in FUNC1()
906 FUNC1(cmath_cos, c_cos) in FUNC1()
907 FUNC1(cmath_cosh, c_cosh) in FUNC1()
908 FUNC1(cmath_exp, c_exp) in FUNC1()
[all …]
/external/python/cpython3/Modules/
Dmathmodule.c1032 #define FUNC1(funcname, func, can_overflow, docstring) \ macro
1050 FUNC1(acos, acos, 0,
1053 FUNC1(acosh, m_acosh, 0,
1056 FUNC1(asin, asin, 0,
1059 FUNC1(asinh, m_asinh, 0,
1062 FUNC1(atan, atan, 0,
1069 FUNC1(atanh, m_atanh, 0,
1107 FUNC1(cos, cos, 0,
1110 FUNC1(cosh, cosh, 1,
1119 FUNC1(exp, exp, 1,
[all …]
/external/clang/test/CodeGenObjC/
Dlocal-static-block.m49 void FUNC1() function
65 // CHECK-LP64: @FUNC1.ArrayRecurs = internal global
/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-call-2.cpp35 void FUNC1(Derived* p) { in FUNC1() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dnamespace.ll31 ; CHECK: [[FUNC1:.*]]: DW_TAG_subprogram
95 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[FUNC1]]})
/external/llvm/test/DebugInfo/Generic/
Dnamespace.ll26 ; CHECK: [[FUNC1:.*]]: DW_TAG_subprogram
96 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[FUNC1]]})