HomeSort by relevance Sort by last modified time
    Searched refs:FUNC2 (Results 1 - 15 of 15) sorted by null

  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func_set_ftrace_file.tc 36 FUNC2="do_softirq"
95 echo "$FUNC2" >> set_ftrace_filter
96 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then
97 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited"
100 echo "$FUNC2:traceoff" >> set_ftrace_filter
101 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; then
102 fail "Expected $FUNC1 $FUNC2 $FUNC1:traceoff:unlimited and $FUNC2:traceoff:unlimited"
106 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited"; the
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
134-hash-comment-directive.c 17 /*..*/ # /*..*/ define FUNC2(a,b) b a
20 FUNC2(x,y)
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.cpp 51 void FUNC2(Derived2* p) {
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_arm.s 90 #define FUNC2(Ra, Rb, Rc, Rd, Re) \
102 #define FUNC4 FUNC2
125 FUNC2(Ra, Rb, Rc, Rd, Re) ; \
sha1block_386.s 54 #define FUNC2(a, b, c, d, e) \
67 #define FUNC4 FUNC2
88 FUNC2(a, b, c, d, e); \
sha1block_amd64p32.s 46 #define FUNC2(a, b, c, d, e) \
59 #define FUNC4 FUNC2
81 FUNC2(a, b, c, d, e); \
sha1block_amd64.s 51 #define FUNC2(a, b, c, d, e) \
64 #define FUNC4 FUNC2
86 FUNC2(a, b, c, d, e); \
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_arm.s 90 #define FUNC2(Ra, Rb, Rc, Rd, Re) \
102 #define FUNC4 FUNC2
125 FUNC2(Ra, Rb, Rc, Rd, Re) ; \
sha1block_386.s 54 #define FUNC2(a, b, c, d, e) \
67 #define FUNC4 FUNC2
88 FUNC2(a, b, c, d, e); \
sha1block_amd64p32.s 46 #define FUNC2(a, b, c, d, e) \
59 #define FUNC4 FUNC2
81 FUNC2(a, b, c, d, e); \
sha1block_amd64.s 51 #define FUNC2(a, b, c, d, e) \
64 #define FUNC4 FUNC2
86 FUNC2(a, b, c, d, e); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 803 #define FUNC2(funcname, func, docstring) \
819 FUNC2(atan2, m_atan2,
827 FUNC2(copysign, copysign,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 803 #define FUNC2(funcname, func, docstring) \
819 FUNC2(atan2, m_atan2,
827 FUNC2(copysign, copysign,
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 802 #define FUNC2(funcname, func, docstring) \
818 FUNC2(atan2, m_atan2,
826 FUNC2(copysign, copysign,
    [all...]
  /external/python/cpython3/Modules/
mathmodule.c 922 #define FUNC2(funcname, func, docstring) \
938 FUNC2(atan2, m_atan2,
963 FUNC2(copysign, copysign,
    [all...]

Completed in 318 milliseconds