Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 25 of 142) sorted by relevance

123456

/external/vixl/benchmarks/aarch32/
Dbench-branch-link-masm.cc59 __ Bind(&target_1); in benchmark() local
63 __ Bind(&target_2); in benchmark() local
67 __ Bind(&target_3); in benchmark() local
71 __ Bind(&target_4); in benchmark() local
Dbench-branch-masm.cc60 __ Bind(&target); in benchmark() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc758 __ Bind(&label_end); in TEST() local
865 __ Bind(&ok_1); in TEST() local
879 __ Bind(&ok_2); in TEST() local
893 __ Bind(&ok_3); in TEST() local
907 __ Bind(&ok_4); in TEST() local
913 __ Bind(&ok_5); in TEST() local
917 __ Bind(&wrong); in TEST() local
921 __ Bind(&done); in TEST() local
1118 __ Bind(&start); in TEST_T32() local
1141 __ Bind(&check); in TEST_T32() local
[all …]
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc98 __ Bind(&start); in Generate() local
294 __ Bind(it->target); in BindPendingLabels() local
304 __ Bind(&done); in BindPendingLabels() local
320 __ Bind(pair.cont); in GenerateBranchSequence() local
329 __ Bind(pair.cont); in GenerateBranchSequence() local
336 __ Bind(pair.cont); in GenerateBranchSequence() local
353 __ Bind(&fn); in GenerateCallReturnSequence() local
357 __ Bind(&done); in GenerateCallReturnSequence() local
/external/vixl/examples/aarch64/
Dadd2-vectors.cc51 __ Bind(&loop16); in GenerateAdd2Vectors() local
67 __ Bind(&loopr); in GenerateAdd2Vectors() local
81 __ Bind(&end); in GenerateAdd2Vectors() local
Dfactorial.cc46 __ Bind(&loop); in GenerateFactorial() local
51 __ Bind(&end); in GenerateFactorial() local
Dfactorial-rec.cc41 __ Bind(&entry); in GenerateFactorialRec() local
53 __ Bind(&input_is_zero); in GenerateFactorialRec() local
Dcrc-checksums.cc53 __ Bind(&loop); in GenerateCrc32() local
64 __ Bind(&end); in GenerateCrc32() local
Dsum-array.cc50 __ Bind(&loop); in GenerateSumArray() local
58 __ Bind(&end); in GenerateSumArray() local
Dcustom-disassembler.cc121 __ Bind(&begin); in GenerateCustomDisassemblerTestCode() local
133 __ Bind(&end); in GenerateCustomDisassemblerTestCode() local
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h117 struct Bind { struct
118 typedef Tmpl<T> type;
/external/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h117 struct Bind { struct
118 typedef Tmpl<T> type;
/external/vixl/examples/aarch32/
Dmandelbrot.cc85 __ Bind(&c_imag_loop); in GenerateMandelBrot() local
109 __ Bind(&c_real_loop); in GenerateMandelBrot() local
130 __ Bind(&iterative_formula_start); in GenerateMandelBrot() local
153 __ Bind(&iterative_formula_end); in GenerateMandelBrot() local
Dcustom-aarch32-disasm.cc120 __ Bind(&loop); in RunCustomDisassemblerTest() local
126 __ Bind(&end); in RunCustomDisassemblerTest() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1572 __ Bind(&label); in TbzRangePoolLimitHelper() local
1934 __ Bind(&label_2); in TEST() local
1937 __ Bind(&label_1); in TEST() local
1940 __ Bind(&label_3); in TEST() local
1944 __ Bind(&label_4); in TEST() local
1977 __ Bind(&first_jump_to_3); in TEST() local
2011 __ Bind(&label_2); in TEST() local
2018 __ Bind(&label_3); in TEST() local
2024 __ Bind(&label_1); in TEST() local
2031 __ Bind(&label_4); in TEST() local
[all …]
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp54 using Bind = decltype(ret); in do_test() typedef
101 using Bind = decltype(ret); in do_test_r() typedef
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp53 using Bind = decltype(ret); in do_test() typedef
100 using Bind = decltype(ret); in do_test_r() typedef
/external/google-fruit/include/fruit/impl/
Dbindings.h33 struct Bind {}; struct
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBind.java38 public @interface Bind { annotation
/external/perfetto/include/perfetto/ext/ipc/
Ddeferred.h108 void Bind(std::function<void(AsyncResult<T>)> callback) { in Bind() function
/external/perfetto/src/ipc/
Ddeferred.cc53 void DeferredBase::Bind( in Bind() function in perfetto::ipc::DeferredBase
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFConfig.h29 uint8_t Bind = ELF::STB_GLOBAL; member
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_ptr_state.cc46 void InterfacePtrStateBase::Bind( in Bind() function in mojo::internal::InterfacePtrStateBase
Dassociated_interface_ptr_state.cc57 void AssociatedInterfacePtrStateBase::Bind( in Bind() function in mojo::internal::AssociatedInterfacePtrStateBase
Dbinding_state.h110 void Bind(ScopedMessagePipeHandle handle, in Bind() function

123456