Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dadvancing_front.h42 struct Node { struct
46 Node* next; argument
47 Node* prev; argument
51 Node(Point& p) : point(&p), triangle(NULL), next(NULL), prev(NULL), value(p.x) in Node() argument
55 Node(Point& p, Triangle& t) : point(&p), triangle(&t), next(NULL), prev(NULL), value(p.x) in Node() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp32 struct Node { struct in mapbox::detail::Earcut
33 Node(N index, double x_, double y_) : i(index), x(x_), y(y_) {} in Node() function
39 const N i;
40 const double x;
41 const double y;
44 Node* prev = nullptr;
45 Node* next = nullptr;
48 int32_t z = 0;
51 Node* prevZ = nullptr;
52 Node* nextZ = nullptr;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dzorro.h66 struct Node { struct
67 __be32 ln_Succ; /* Pointer to next (successor) */
68 __be32 ln_Pred; /* Pointer to previous (predecessor) */
69 __u8 ln_Type;
70 __s8 ln_Pri; /* Priority, for sorting */
71 __be32 ln_Name; /* ID string, null terminated */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dzorro.h66 struct Node { struct
67 __be32 ln_Succ; /* Pointer to next (successor) */
68 __be32 ln_Pred; /* Pointer to previous (predecessor) */
69 __u8 ln_Type;
70 __s8 ln_Pri; /* Priority, for sorting */
71 __be32 ln_Name; /* ID string, null terminated */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dzorro.h66 struct Node { struct
67 __be32 ln_Succ; /* Pointer to next (successor) */
68 __be32 ln_Pred; /* Pointer to previous (predecessor) */
69 __u8 ln_Type;
70 __s8 ln_Pri; /* Priority, for sorting */
71 __be32 ln_Name; /* ID string, null terminated */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp56 struct Node { struct in qt_mapbox::detail::Earcut
57 Node(N index, double x_, double y_) : i(index), x(x_), y(y_) {} in Node() function
63 const N i;
64 const double x;
65 const double y;
68 Node* prev = nullptr;
69 Node* next = nullptr;
72 int32_t z = 0;
75 Node* prevZ = nullptr;
76 Node* nextZ = nullptr;
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.h23 typedef struct Node { struct
24 struct Node* next; argument
26 } Node; argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_single_index.h255 struct Node struct
272 Node* child1, * child2; argument
H A Dhierarchical_clustering_index.h583 struct Node struct
596 Node** childs; argument
606 typedef Node* NodePtr; argument
H A Dkdtree_index.h226 struct Node struct
239 Node* child1, * child2; argument
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Drkisp1.rst77 .. _rkisp1_stats:
92 .. _rkisp1_params:
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_EN.md273 #### Log Switch
295 #### Debug node name
308 #### Debug node function
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js13 Node = (function() { class
14 function Node(row, tree, settings) { class in anonymousFunction75f42a160100.Node
38 Node.prototype.addChild = function(child) { class
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py165 class Node: class
395 def Node(self, fdt, parent, offset, name, path): member in Fdt
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.hpp2725 struct CV_EXPORTS Node struct in cv::SparseMat
2728 size_t hashval;
2730 size_t next;
2732 int idx[MAX_DIM];
H A Dutility.hpp1122 class CV_EXPORTS Node class
1125 Node() in Node() function in cv::Node
1129 Node(OBJECT& payload) : m_payload(payload) in Node() function in cv::Node
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.hpp2725 struct CV_EXPORTS Node struct in cv::SparseMat
2728 size_t hashval;
2730 size_t next;
2732 int idx[MAX_DIM];
H A Dutility.hpp1122 class CV_EXPORTS Node class
1125 Node() in Node() function in cv::Node
1129 Node(OBJECT& payload) : m_payload(payload) in Node() function in cv::Node
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.hpp2725 struct CV_EXPORTS Node struct in cv::SparseMat
2728 size_t hashval;
2730 size_t next;
2732 int idx[MAX_DIM];
H A Dutility.hpp1122 class CV_EXPORTS Node class
1125 Node() in Node() function in cv::Node
1129 Node(OBJECT& payload) : m_payload(payload) in Node() function in cv::Node
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dflamegraph.py25 class Node: class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqcache3q_p.h118 inline explicit Node() : q(0), n(0), p(0), pop(0), cost(0) {} in Node() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dml.hpp1138 class CV_EXPORTS Node class in cv::ml::DTrees
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c63 } Node; typedef