Home
last modified time | relevance | path

Searched refs:my_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/config/test/
Dboost_no_auto_ptr.ipp18 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/
Dunique_ptr_test.cpp60 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/
Dmotion_est_template.c51 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 …]
Dmotion_est.h96 int *mx_ptr, int *my_ptr, int dmin,
119 int ff_epzs_motion_search(struct MpegEncContext *s, int *mx_ptr, int *my_ptr,
Dmsmpeg4.h62 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
Dwmv2dec.c281 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()
Dmsmpeg4dec.c831 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()
Dmotion_est.c51 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/
Dexplicit_operator_bool.qbk47 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/
Dindirect_iter_member_types.cpp21 struct my_ptr { struct
67 typedef boost::indirect_iterator<my_ptr*> Iter; in main()
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md307 PushID(my_ptr);
308 Button("Click"); // Label = "Click", ID = hash of (..., "node", my_ptr, "Click")
/third_party/flatbuffers/docs/source/
DCppUsage.md280 pointer type (`my_ptr<T>`), or by specifying `naked` as the type to get `T *`