/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 62 registry_handle_global(void *p_data, struct wl_registry *p_registry, in registry_handle_global() 101 registry_handle_remove(void *p_data, struct wl_registry *p_registry, in registry_handle_remove() 118 surface_enter(void *p_data, struct wl_surface *p_surface, in surface_enter() 127 surface_leave(void *p_data, struct wl_surface *p_surface, in surface_leave() 144 shell_surface_handle_ping(void *p_data, in shell_surface_handle_ping() 153 shell_surface_handle_configure(void *p_data, in shell_surface_handle_configure() 164 shell_surface_handle_popup_done(void *p_data, in shell_surface_handle_popup_done() 181 frame_callback(void *p_data, struct wl_callback *p_cb, uint32_t time) in frame_callback() 204 ivi_surface_configure(void *p_data, struct ivi_surface *p_ivi_surface, in ivi_surface_configure() 463 DisplaySetUserData(struct WaylandDisplay *p_display, void *p_data) in DisplaySetUserData()
|
D | multi-touch-viewer.c | 129 frame_callback(void *p_data, struct wl_callback *p_cb, uint32_t time) in frame_callback() 144 touch_handle_down(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_down() 160 touch_handle_up(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_up() 174 touch_handle_motion(void *p_data, struct wl_touch *p_touch, uint32_t time, in touch_handle_motion() 187 touch_handle_frame(void *p_data, struct wl_touch *p_touch) in touch_handle_frame() 196 touch_handle_cancel(void *p_data, struct wl_touch *p_touch) in touch_handle_cancel() 205 touch_handle_shape(void *p_data, struct wl_touch *p_touch, in touch_handle_shape() 216 touch_handle_orientation(void *p_data, struct wl_touch *p_touch, in touch_handle_orientation() 236 seat_capabilities(void *p_data, struct wl_seat *p_seat, uint32_t caps) in seat_capabilities() 260 const char *p_interface, uint32_t version, void *p_data) in display_global_handler() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | bits.h | 39 guint8* p_data; member 44 gint i_size, void *p_data ) in bits_initwrite()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | amrwbdec_mips.c | 69 float * p_data = (data+i); in ff_hb_fir_filter_mips() local
|
/third_party/mbedtls/library/ |
D | psa_its_file.c | 137 void *p_data, in psa_its_get() 184 const void *p_data, in psa_its_set()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_tls.c | 241 struct stw_tls_data ** p_data; in stw_tls_lookup_pending_data() local
|
/third_party/mindspore/mindspore/lite/java/native/runtime/ |
D | ms_tensor.cpp | 196 …auto *p_data = reinterpret_cast<jbyte *>(env->GetDirectBufferAddress(buffer)); // get buffer poin… in Java_com_mindspore_lite_MSTensor_setByteBufferData() local 268 …auto *p_data = reinterpret_cast<jbyte *>(env->GetDirectBufferAddress(buffer)); // get buffer poin… in Java_com_mindspore_lite_MSTensor_createTensor() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | lite_mat.cc | 75 LiteMat::LiteMat(int width, int height, void *p_data, LDataType data_type) { in LiteMat() 107 LiteMat::LiteMat(int width, int height, int channel, void *p_data, LDataType data_type) { in LiteMat() 220 void LiteMat::Init(int width, int height, void *p_data, LDataType data_type) { in Init() 266 void LiteMat::Init(int width, int height, int channel, void *p_data, LDataType data_type) { in Init()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackcommon.c | 49 guint8 ** p_data) in gst_wavpack_read_metadata()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | rasterizer.cc | 481 Rasterizer::Screenshot::Screenshot(sk_sp<SkData> p_data, SkISize p_size) in Screenshot()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 1909 …TypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const char*… in DataTypeFormatString() 1984 …st char* buf, const char* initial_value_buf, ImGuiDataType data_type, void* p_data, const char* fo… in DataTypeApplyOpFromText() 2122 bool ImGui::DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_m… in DataTypeClamp() 2379 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, con… in DragScalar() 2465 bool ImGui::DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, f… in DragScalarN() 2610 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, con… in DragScalar() 2622 bool ImGui::DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, f… in DragScalarN() 2997 bool ImGui::SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_mi… in SliderScalar() 3163 …calar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* p_data, const void* p_… in VSliderScalar() 3235 bool ImGui::SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_mi… in SliderScalar() [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 1430 const uint8_t *p_data; in swr_update_derived() local 1499 const uint8_t *p_data; in swr_update_derived() local
|
/third_party/boost/boost/math/tools/ |
D | polynomial.hpp | 416 std::vector<T> p_data(m_data.size() - 1); in prime() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/ |
D | shard_reader.cc | 593 int ShardReader::SelectCallback(void *p_data, int num_fields, char **p_fields, char **p_col_names) { in SelectCallback()
|
/third_party/boost/boost/numeric/ublas/ |
D | storage.hpp | 144 pointer p_data = data_; in resize_internal() local
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 4520 mpd_uint_t p_data[1] = {2305843009213693951ULL}; in _dec_hash() local
|