Home
last modified time | relevance | path

Searched defs:func_ptr (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcudart_stub.cc81 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFunction"); in __cudaRegisterFunction() local
89 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaUnregisterFatBinary"); in __cudaUnregisterFatBinary() local
101 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterVar"); in __cudaRegisterVar() local
109 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFatBinary"); in __cudaRegisterFatBinary() local
120 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaPopCallConfiguration"); in __cudaPopCallConfiguration() local
129 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaPushCallConfiguration"); in __cudaPushCallConfiguration() local
136 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaInitModule"); in __cudaInitModule() local
144 static auto func_ptr = LoadSymbol<FuncPtr>("__cudaRegisterFatBinaryEnd"); in __cudaRegisterFatBinaryEnd() local
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1121 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1131 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1141 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1151 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1161 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1171 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1182 uint64_t func_ptr) { in registerCudaPluggableAllocator()
1192 uint64_t func_ptr) { in registerCudaPluggableAllocator()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_reader_cache.cc59 TensorSliceReaderCache::OpenFuncType* func_ptr = in GetReader() local
65 TensorSliceReaderCache::OpenFuncType* func_ptr = nullptr; in GetReader() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp87 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local
113 ClassFunc func_ptr = &TestClass::data; in test_b34() local
H A Dinvoke.pass.cpp90 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local
116 ClassFunc func_ptr = &TestClass::data; in test_b34() local
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke.pass.cpp85 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local
111 ClassFunc func_ptr = &TestClass::data; in test_b34() local
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DThreadPool.cpp759 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
1018 cl_int ThreadPool_Do(TPFuncPtr func_ptr, cl_uint count, void *userInfo) in ThreadPool_Do()
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc186 auto* func_ptr = +[](uint64_t arg0, in TEST() local
232 auto* func_ptr = +[](uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) { in TEST() local
276 auto* func_ptr = +[](double arg0, in TEST() local
/aosp_15_r20/external/clang/test/Sema/
H A D2009-07-17-VoidParameter.c4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dcf_arith_func_ptr.cpp12 typedef void (*func_ptr)(int); in main() typedef
/aosp_15_r20/external/pytorch/c10/core/
H A DCompileTimeFunctionPointer.h40 static constexpr FuncType* func_ptr() { in func_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/classification/
Dis_function_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_nonmember_callable_builtin.cpp15 typedef void (*func_ptr)(); typedef
Dis_callable_builtin.cpp15 typedef void (*func_ptr)(); typedef
Dis_function_reference.cpp15 typedef void (*func_ptr)(); typedef
Dis_function.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_function_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_object_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_variadic.cpp16 typedef void (*func_ptr)(...); typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/decomposition/
Dparameter_types.cpp21 typedef C (*func_ptr)(C,int); typedef
Dcomponents.cpp20 typedef C (*func_ptr)(int); typedef
Dfunction_arity.cpp15 typedef C (*func_ptr)(int); typedef
Dresult_type.cpp20 typedef C (*func_ptr)(); typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/
Dresult_of_example.cpp39 typedef int (*func_ptr)(float, double); in main() typedef

123