/third_party/mindspore/mindspore/lite/java/native/runtime/ |
D | ms_tensor.cpp | 25 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getShape() local 45 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getDataType() local 56 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getByteData() local 80 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getLongData() local 110 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getIntData() local 140 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_getFloatData() local 171 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_setData() local 203 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_setByteBufferData() local 224 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_size() local 235 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_lite_MSTensor_elementsNum() local [all …]
|
D | lite_session.cpp | 33 auto *pointer = reinterpret_cast<void *>(ms_config_ptr); in Java_com_mindspore_lite_LiteSession_createSessionWithModel() local 50 auto *pointer = reinterpret_cast<void *>(ms_config_ptr); in Java_com_mindspore_lite_LiteSession_createSession() local 86 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_bindThread() local 97 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_runGraph() local 116 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputs() local 133 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputsByTensorName() local 153 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getOutputsByNodeName() local 175 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getOutputMapByTensor() local 201 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getOutputTensorNames() local 217 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getOutputByTensorName() local [all …]
|
/third_party/mesa3d/src/glx/ |
D | vertarr.c | 51 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 59 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 67 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 75 const GLvoid * pointer) in __indirect_glNormalPointerEXT() 83 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 91 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 103 const GLvoid * pointer) in __indirect_glInterleavedArrays()
|
/third_party/boost/boost/local_function/aux_/ |
D | member.hpp | 17 typedef T* pointer; typedef 22 typedef T* pointer; typedef 27 typedef T* pointer; typedef 32 typedef T const* pointer; typedef 37 typedef T const* pointer; typedef
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1280 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[offset]); in fillInputData() local 1290 glw::GLhalf* pointer = reinterpret_cast<glw::GLhalf*>(&buffer[offset]); in fillInputData() local 1319 glw::GLubyte* pointer = reinterpret_cast<glw::GLubyte*>(&buffer[offset]); in fillInputData() local 1341 glw::GLushort* pointer = reinterpret_cast<glw::GLushort*>(&buffer[offset]); in fillInputData() local 1351 glw::GLuint* pointer = reinterpret_cast<glw::GLuint*>(&buffer[offset]); in fillInputData() local 1361 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[offset]); in fillInputData() local 1370 glw::GLshort* pointer = reinterpret_cast<glw::GLshort*>(&buffer[offset]); in fillInputData() local 1379 glw::GLbyte* pointer = reinterpret_cast<glw::GLbyte*>(&buffer[offset]); in fillInputData() local 1403 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[0]); in fillOutputData() local 1413 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[0]); in fillOutputData() local [all …]
|
/third_party/weston/tests/ |
D | weston-test-client-helper.h | 83 struct pointer *pointer; member 91 struct pointer { struct 92 struct wl_pointer *wl_pointer; argument 93 struct surface *focus; 94 int x; 95 int y; 96 uint32_t button; 97 uint32_t state; 98 uint32_t axis; 99 double axis_value; [all …]
|
/third_party/boost/libs/interprocess/test/ |
D | dummy_test_allocator.hpp | 53 typedef T * pointer; typedef in boost::interprocess::test::dummy_test_allocator 90 void deallocate(const pointer &, size_type) in deallocate() 94 void construct(pointer, const Convertible &) in construct() argument 97 void destroy(pointer) in destroy() argument 109 size_type, size_type &, pointer &) in allocation_command() argument 126 void deallocate_one(const pointer &) in deallocate_one()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | vtable.pxd.pxi | 16 cdef void* _copy_pointer(void* pointer) 18 cdef void _destroy_pointer(void* pointer)
|
D | vtable.pyx.pxi | 16 cdef void* _copy_pointer(void* pointer): 21 cdef void _destroy_pointer(void* pointer):
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.h | 102 #define ECMA_STRING_TO_UTF8_STRING(ecma_str_ptr, /**< ecma string pointer */ \ argument 116 #define ECMA_FINALIZE_UTF8_STRING(utf8_ptr, /**< pointer to character buffer */ \ argument 129 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument 135 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument 155 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument 161 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument
|
/third_party/boost/libs/iterator/test/ |
D | is_lvalue_iterator.cpp | 28 typedef v* pointer; typedef 39 typedef boost::noncopyable* pointer; typedef 51 typedef T* pointer; typedef 70 typedef T* pointer; typedef 84 typedef T const* pointer; typedef
|
D | is_readable_iterator.cpp | 28 typedef v* pointer; typedef 39 typedef boost::noncopyable* pointer; typedef 50 typedef v* pointer; typedef 67 typedef v* pointer; typedef
|
/third_party/boost/libs/smart_ptr/test/ |
D | shared_ptr_alloc_construct11_test.cpp | 84 boost::shared_ptr<int> pointer(new int(), deleter(), in main() local 93 boost::shared_ptr<int> pointer = in main() local 103 boost::shared_ptr<int[]> pointer = in main() local 113 boost::shared_ptr<int[5]> pointer = in main() local
|
/third_party/boost/boost/serialization/ |
D | smart_cast.hpp | 136 struct pointer { struct 138 struct polymorphic { 193 struct non_polymorphic { 201 static T cast(U * u){ in cast()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | thread_info_base.hpp | 84 void* pointer, std::size_t size) in deallocate() 97 void* const pointer = this_thread->reusable_memory_[Purpose::mem_index]; in allocate() local 110 void* const pointer = ::operator new(chunks * chunk_size + 1); in allocate() local 118 void* pointer, std::size_t size) in deallocate()
|
/third_party/boost/boost/asio/detail/ |
D | thread_info_base.hpp | 84 void* pointer, std::size_t size) in deallocate() 97 void* const pointer = this_thread->reusable_memory_[Purpose::mem_index]; in allocate() local 110 void* const pointer = ::operator new(chunks * chunk_size + 1); in allocate() local 118 void* pointer, std::size_t size) in deallocate()
|
/third_party/weston/libweston/ |
D | input.c | 244 weston_pointer_get_pointer_client(struct weston_pointer *pointer, in weston_pointer_get_pointer_client() 258 weston_pointer_ensure_pointer_client(struct weston_pointer *pointer, in weston_pointer_ensure_pointer_client() 280 weston_pointer_cleanup_pointer_client(struct weston_pointer *pointer, in weston_pointer_cleanup_pointer_client() 294 struct weston_pointer *pointer = wl_resource_get_user_data(resource); in unbind_pointer_client_resource() local 316 weston_pointer_motion_to_abs(struct weston_pointer *pointer, in weston_pointer_motion_to_abs() 333 weston_pointer_motion_to_rel(struct weston_pointer *pointer, in weston_pointer_motion_to_rel() 361 const struct weston_pointer *pointer = weston_seat_get_pointer(seat); in weston_seat_repick() local 386 struct weston_pointer *pointer = in pointer_focus_view_destroyed() local 396 struct weston_pointer *pointer = in pointer_focus_resource_destroyed() local 458 struct weston_pointer *pointer = grab->pointer; in default_grab_pointer_focus() local [all …]
|
/third_party/boost/boost/regex/v4/ |
D | iterator_traits.hpp | 45 typedef typename T::pointer pointer; typedef 49 typedef value_type* pointer; typedef 59 typedef T* pointer; typedef 68 typedef const T* pointer; typedef
|
/third_party/boost/libs/type_erasure/example/ |
D | associated.cpp | 61 struct pointer : struct 77 and `pointer<>::element_type`. When we construct `x`, in associated2() argument
|
/third_party/boost/libs/container/test/ |
D | tree_test.cpp | 93 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef 107 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef
|
/third_party/node/deps/histogram/src/ |
D | hdr_atomic.h | 17 static void __inline * hdr_atomic_load_pointer(void** pointer) in hdr_atomic_load_pointer() 23 static void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer() 97 static inline void* hdr_atomic_load_pointer(void** pointer) in hdr_atomic_load_pointer() 104 static inline void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer()
|
/third_party/boost/boost/move/detail/ |
D | iterator_traits.hpp | 47 typedef typename Iterator::pointer pointer; typedef 58 typedef T* pointer; typedef 69 typedef const T* pointer; typedef
|
/third_party/freetype/src/psaux/ |
D | t1cmap.c | 124 FT_Pointer pointer ) in t1_cmap_standard_init() 154 FT_Pointer pointer ) in t1_cmap_expert_init() 192 FT_Pointer pointer ) in t1_cmap_custom_init() 299 FT_Pointer pointer ) in t1_cmap_unicode_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | t1cmap.c | 124 FT_Pointer pointer ) in t1_cmap_standard_init() 154 FT_Pointer pointer ) in t1_cmap_expert_init() 192 FT_Pointer pointer ) in t1_cmap_custom_init() 299 FT_Pointer pointer ) in t1_cmap_unicode_init()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | t1cmap.c | 124 FT_Pointer pointer ) in t1_cmap_standard_init() 154 FT_Pointer pointer ) in t1_cmap_expert_init() 192 FT_Pointer pointer ) in t1_cmap_custom_init() 299 FT_Pointer pointer ) in t1_cmap_unicode_init()
|