/third_party/boost/libs/config/test/ |
D | boost_no_auto_ptr.ipp | 18 class my_ptr 22 my_ptr(std::auto_ptr<T>& r) 26 my_ptr& operator=(std::auto_ptr<T>& r) 32 ~my_ptr() 42 my_ptr<int> mp(ap1);
|
/third_party/boost/libs/interprocess/test/ |
D | unique_ptr_test.cpp | 60 my_unique_ptr_class my_ptr (segment.construct<MyClass>(anonymous_instance)() in main() local 66 offset_ptr<MyClass> ptr1 = my_ptr.get(); in main() 77 list.push_front(boost::move(my_ptr)); in main() 81 assert(my_ptr.get() == 0); in main() 123 assert(my_ptr.get() == 0); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 51 int *mx_ptr, int *my_ptr, int dmin, in hpel_motion_search() argument 57 const int my = *my_ptr; in hpel_motion_search() 72 *my_ptr = 0; in hpel_motion_search() 150 *my_ptr = by; in hpel_motion_search() 156 int *mx_ptr, int *my_ptr, int dmin, in no_sub_motion_search() argument 161 (*my_ptr) *= 2; in no_sub_motion_search() 208 int *mx_ptr, int *my_ptr, int dmin, in qpel_motion_search() argument 214 const int my = *my_ptr; in qpel_motion_search() 234 *my_ptr = 0; in qpel_motion_search() 351 *my_ptr = by; in qpel_motion_search() [all …]
|
D | motion_est.h | 96 int *mx_ptr, int *my_ptr, int dmin, 119 int ff_epzs_motion_search(struct MpegEncContext *s, int *mx_ptr, int *my_ptr,
|
D | msmpeg4.h | 62 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
|
D | wmv2dec.c | 281 static inline void wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr) in wmv2_decode_motion() argument 285 ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr); in wmv2_decode_motion() 287 if ((((*mx_ptr) | (*my_ptr)) & 1) && s->mspel) in wmv2_decode_motion()
|
D | msmpeg4dec.c | 831 void ff_msmpeg4_decode_motion(MpegEncContext *s, int *mx_ptr, int *my_ptr) in ff_msmpeg4_decode_motion() argument 848 my += *my_ptr - 32; in ff_msmpeg4_decode_motion() 860 *my_ptr = my; in ff_msmpeg4_decode_motion()
|
D | motion_est.c | 51 int *mx_ptr, int *my_ptr, int dmin, 393 int *mx_ptr, int *my_ptr, int dmin, in sad_hpel_motion_search() argument 408 *my_ptr = 0; in sad_hpel_motion_search() 415 my = *my_ptr; in sad_hpel_motion_search() 493 *my_ptr = my; in sad_hpel_motion_search()
|
/third_party/boost/libs/core/doc/ |
D | explicit_operator_bool.qbk | 47 class my_ptr 61 Now `my_ptr` can be used in conditional expressions, similarly to a regular pointer: 64 my_ptr< int > p;
|
/third_party/boost/libs/iterator/test/ |
D | indirect_iter_member_types.cpp | 21 struct my_ptr { struct 67 typedef boost::indirect_iterator<my_ptr*> Iter; in main()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FAQ.md | 307 PushID(my_ptr); 308 Button("Click"); // Label = "Click", ID = hash of (..., "node", my_ptr, "Click")
|
/third_party/flatbuffers/docs/source/ |
D | CppUsage.md | 280 pointer type (`my_ptr<T>`), or by specifying `naked` as the type to get `T *`
|