| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | pairs.hpp | 20 template <typename First, typename Pointer> 25 typedef Pointer second_type; 26 ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in ptr_pair() 34 template <typename First, typename Pointer> inline 35 ptr_pair<First, Pointer> 36 make_ptr_pair(First const& f, Pointer s) in make_ptr_pair() 38 return ptr_pair<First, Pointer>(f, s); in make_ptr_pair() 43 template <typename First, typename Pointer> 49 typedef Pointer second_type; 50 exclusive_ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in exclusive_ptr_pair() [all …]
|
| H A D | node_elements.hpp | 31 template <typename First, typename Pointer, typename Translator> 33 rtree::ptr_pair<First, Pointer>, 48 template <typename First, typename Pointer> 49 struct is_leaf_element< rtree::ptr_pair<First, Pointer> > 63 template <typename First, typename Pointer, typename Translator> 65 element_indexable(rtree::ptr_pair<First, Pointer> const& el, Translator const& /*tr*/) in element_indexable()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() 259 Unroll<I / 2, Pointer, Reference, Op>::loop(smem, val, tid, op); in loop() 262 template <typename Pointer, typename Reference, class Op> 263 struct Unroll<0, Pointer, Reference, Op> 268 static __device__ void loop(Pointer, Reference, unsigned int, Op) in loop() 275 template <typename Pointer, typename Reference, class Op> [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() 259 Unroll<I / 2, Pointer, Reference, Op>::loop(smem, val, tid, op); in loop() 262 template <typename Pointer, typename Reference, class Op> 263 struct Unroll<0, Pointer, Reference, Op> 268 static __device__ void loop(Pointer, Reference, unsigned int, Op) in loop() 275 template <typename Pointer, typename Reference, class Op> [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() 259 Unroll<I / 2, Pointer, Reference, Op>::loop(smem, val, tid, op); in loop() 262 template <typename Pointer, typename Reference, class Op> 263 struct Unroll<0, Pointer, Reference, Op> 268 static __device__ void loop(Pointer, Reference, unsigned int, Op) in loop() 275 template <typename Pointer, typename Reference, class Op> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | point_iterators.hpp | 56 Pointer, \ 67 Pointer, \ 78 Pointer, \ 89 Pointer, \ 99 typename Pointer, 111 typedef Pointer pointer; 276 typename Pointer,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | point_iterators.hpp | 56 Pointer, \ 67 Pointer, \ 78 Pointer, \ 89 Pointer, \ 99 typename Pointer, 111 typedef Pointer pointer; 276 typename Pointer,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | to_raw_pointer.hpp | 35 template <class Pointer> 36 BOOST_MOVE_FORCEINLINE typename boost::movelib::pointer_element<Pointer>::type* 37 to_raw_pointer(const Pointer &p) in to_raw_pointer()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | pointer-authentication.rst | 2 Pointer authentication in AArch64 Linux 16 The ARMv8.3 Pointer Authentication extension adds primitives that can be 20 The extension uses a Pointer Authentication Code (PAC) to determine 92 Pointer authentication is enabled in KVM guest when each virtual cpu is 101 As Arm Architecture specifies that Pointer Authentication feature is 106 filter out the Pointer Authentication system key registers from 108 register. Any attempt to use the Pointer Authentication instructions will
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hptiop.rst | 68 0x0 Inbound Queue Head Pointer 69 0x4 Inbound Queue Tail Pointer 70 0x8 Outbound Queue Head Pointer 71 0xC Outbound Queue Tail Pointer 91 0x4018 Inbound List Write Pointer 95 0x4058 Outbound List Copy Pointer Shadow Base Address Low 96 0x405C Outbound List Copy Pointer Shadow Base Address High
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | hwmon-kernel-api.rst | 105 `struct device *dev` Pointer to parent device 108 `const struct hwmon_chip_info *info` Pointer to chip description. 126 Pointer to device operations. 144 Pointer to a function to return the file mode for each supported 148 Pointer to a function for reading a value from the chip. This function 152 Pointer to a function for writing a value to the chip. This function is 184 Pointer to a 0-terminated list of configuration values for each 273 Pointer to device private data structure. 295 Pointer to the hardware monitoring device. 306 Pointer to attribute value. [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Makefile.am | 30 Pointer.c \ 31 Pointer.h \
|
| H A D | meson.build | 14 'Pointer.c',
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/ |
| H A D | pointer_traits.hpp | 207 template <class Pointer> 208 static typename pointer_traits<Pointer>::element_type* 209 to_raw_pointer(const Pointer &p) in to_raw_pointer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 82 template <class Pointer, bool IsConst> 87 typedef typename boost::intrusive::pointer_traits<Pointer>::element_type value_type; 88 typedef typename boost::intrusive::pointer_traits<Pointer>::difference_type difference_type; 91 , typename boost::intrusive::pointer_traits<Pointer>::template 93 , Pointer 100 Pointer m_ptr; 103 BOOST_CONTAINER_FORCEINLINE const Pointer &get_ptr() const BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() 106 BOOST_CONTAINER_FORCEINLINE Pointer &get_ptr() BOOST_NOEXCEPT_OR_NOTHROW in get_ptr() 109 BOOST_CONTAINER_FORCEINLINE explicit vec_iterator(Pointer ptr) BOOST_NOEXCEPT_OR_NOTHROW in vec_iterator() 121 …BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT… in vec_iterator() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-enum-links.rst | 29 Pointer to struct :c:type:`media_links_enum`. 70 - Pointer to a pads array allocated by the application. Ignored if 75 - Pointer to a links array allocated by the application. Ignored if
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | iterator.hpp | 56 template<class Category, class T, class Difference, class Pointer, class Reference> 62 typedef Pointer pointer;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Config.c | 1021 InputInfoPtr Pointer, Keyboard; in checkCoreInputDevices() local 1127 Pointer = xf86AllocateInput(); in checkCoreInputDevices() 1128 if (Pointer) in checkCoreInputDevices() 1129 foundPointer = configInput(Pointer, confInput, from); in checkCoreInputDevices() 1131 Pointer->options = xf86AddNewOption(Pointer->options, in checkCoreInputDevices() 1133 Pointer->options = xf86AddNewOption(Pointer->options, in checkCoreInputDevices() 1136 Pointer->options = in checkCoreInputDevices() 1137 xf86AddNewOption(Pointer->options, "identifier", in checkCoreInputDevices() 1139 servlayoutp->inputs = addDevice(servlayoutp->inputs, Pointer); in checkCoreInputDevices() 1146 xf86DeleteInput(Pointer, 0); in checkCoreInputDevices()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | iterator_facade.hpp | 320 template <class Reference, class Pointer> 339 template <class T, class Pointer> 340 struct operator_arrow_dispatch<T&, Pointer> // "real" references 342 typedef Pointer result_type;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Makefile.am | 14 Pointer.c \
|
| H A D | meson.build | 12 'Pointer.c',
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray_detail.hpp | 68 template <typename Pointer> 70 boost::container::container_detail::vector_const_iterator<Pointer> 74 template <typename Pointer> 76 boost::container::container_detail::vector_iterator<Pointer>
|
| /OK3568_Linux_fs/kernel/Documentation/mhi/ |
| H A D | mhi.rst | 95 [Read Pointer (RP)] ----------->[Ring Element] } TD 96 [Write Pointer (WP)]- [Ring Element] 122 [Read Pointer (RP)] ----------->[Ring Element] } ED 123 [Write Pointer (WP)]- [Ring Element]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 94 * Mode Pointer 478 * S/G Cache Pointer 1264 * SCB Type Pointer 1274 * Queue Tag Pointer 1284 * Logical Unit Number Pointer 1296 * Data Length Pointer 1306 * Status Length Pointer 1316 * Command Length Pointer 1328 * Task Attribute Pointer 1341 * Task Management Flags Pointer [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | copy_move_algo.hpp | 74 template<class Pointer> 77 template<class Pointer> 102 template<class Pointer> 103 struct are_elements_contiguous<boost::container::container_detail::vector_iterator<Pointer> > 108 template<class Pointer> 109 struct are_elements_contiguous<boost::container::container_detail::vector_const_iterator<Pointer> >
|