Home
last modified time | relevance | path

Searched defs:Ptr (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
258 Ptr<T>::Ptr(Ptr&& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
H A Dcvstd.hpp261 struct Ptr struct
264 typedef T element_type;
398 detail::PtrOwner* owner;
399 T* stored;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
258 Ptr<T>::Ptr(Ptr&& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
H A Dcvstd.hpp261 struct Ptr struct
264 typedef T element_type;
398 detail::PtrOwner* owner;
399 T* stored;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
258 Ptr<T>::Ptr(Ptr&& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
H A Dcvstd.hpp261 struct Ptr struct
264 typedef T element_type;
398 detail::PtrOwner* owner;
399 T* stored;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h164 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) argument
171 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h164 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) argument
171 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) argument
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.c457 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) argument
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.c571 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) argument