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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_call26.s 5 call func0 # in same section
10 func0: label
relax_call26_shared.d 10 00000000 <_start> call 00000010 <func0>
14 00000010 <func0> ret
relax_call26_boundary.s 6 # may be required to reach func0 if the section is laid out so that it crosses
11 call func0 # in same section
19 func0: label
relax_call26_multi.d 10 00000000 <_start> call 00000010 <func0>
14 00000010 <func0> ret
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 62 int func0(int);
redecl-merge-right.h 65 int func0(int);
  /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
make_ready_at_thread_exit.pass.cpp 39 void func0(std::packaged_task<double(int, char)> p) function
89 std::thread(func0, std::move(p)).detach();
operator.pass.cpp 39 void func0(std::packaged_task<double(int, char)> p) function
89 std::thread(func0, std::move(p)).detach();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.task/futures.task.members/
make_ready_at_thread_exit.pass.cpp 39 void func0(std::packaged_task<double(int, char)> p) function
89 std::thread(func0, std::move(p)).detach();
operator.pass.cpp 39 void func0(std::packaged_task<double(int, char)> p) function
89 std::thread(func0, std::move(p)).detach();
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 118 int func0(int, int);
119 extern FuncPtr0<&func0> *fp0;
121 extern FuncPtr0<&func0> *fp0;
122 int func0(int, int);
123 extern FuncPtr0<&func0> *fp0;
  /external/clang/test/Parser/
MicrosoftExtensions.c 2 __stdcall int func0(void);
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 544 auto func0 = ops::Identity(s.WithOpName("Func/_0"), x); local
545 auto x4_x2 = test::function::Call(&s, "x4/x2", "XTimesTwo", {func0});
575 auto func0 = ops::Identity(s.WithOpName("Func/_0"), x); local
576 auto func4 = ops::Identity(s.WithOpName("Func/_4"), func0);
658 auto func0 = local
661 s.WithOpName("Func/_1").WithControlDependencies({func0}), a);
663 s.graph()->AddControlEdge(func0.operation.node(), b_x2.node());
665 s.graph()->AddControlEdge(func0.operation.node(), b_y.node());
682 auto func0 = local
685 s.WithOpName("Func/_1").WithControlDependencies({func0}), a)
872 auto func0 = ops::NoOp(s.WithOpName("Func\/_0").WithControlDependencies(x2)); local
970 auto func0 = ops::_Arg(s.WithOpName("Func\/_0"), DT_FLOAT, 1); local
994 auto func0 = ops::_Arg(s.WithOpName("Func\/_0"), DT_FLOAT, 1); local
1143 auto func0 = ops::Identity(s.WithOpName("Func\/_0"), x); local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_function_test.cc 1574 TF_Function* func0; local
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 2245 CvColorCvtFunc0 func0 = 0; local
    [all...]

Completed in 257 milliseconds