Searched defs:node_type (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/rdma/
H A Drdma_netlink.h55 __u8 node_type; member in struct:rdma_cm_id_stats
/external/libxml2/
H A Dc14n.c185 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
190 "Node %s is invalid here : %s\n", node_type, extra);
200 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
205 "Unknown node type %d found : %s\n", node_type, extra);
/external/v8/test/cctest/compiler/
H A Dtest-run-machops.cc4750 int test_case, int node_type, double x,
4756 CHECK(0 <= node_type && node_type < kFloat64CompareHelperNodeType);
4758 bool load_a = node_type / 2 == 1;
4759 bool load_b = node_type % 2 == 1;
4850 for (int node_type = 0; node_type < kFloat64CompareHelperNodeType;
4851 node_type++) {
4854 int expected = Float64CompareHelper(&m, test, node_type, inputs[input],
4749 Float64CompareHelper(RawMachineAssemblerTester<int32_t>* m, int test_case, int node_type, double x, double y) argument
/external/libdrm/
H A Dxf86drm.c2999 const char *node, int node_type,
3016 (*device)->available_nodes = 1 << node_type;
3026 memcpy((*device)->nodes[node_type], node, max_node_str);
3053 int node_type, i, j; local
3059 node_type = log2(local_devices[j]->available_nodes);
3060 memcpy(local_devices[i]->nodes[node_type],
3061 local_devices[j]->nodes[node_type], drmGetMaxNodeName());
3085 int node_type, subsystem_type; local
3116 node_type = drmGetNodeType(dent->d_name);
3117 if (node_type <
2998 drmProcessPciDevice(drmDevicePtr *device, const char *d_name, const char *node, int node_type, int maj, int min, bool fetch_deviceinfo) argument
3201 int node_type, subsystem_type; local
[all...]
/external/v8/src/compiler/
H A Djs-typed-lowering.cc131 Type* node_type = NodeProperties::GetType(node_); local
132 NodeProperties::SetType(node_, Type::Intersect(node_type, type, zone()));
185 Type* node_type = NodeProperties::GetType(node_); local
187 Type::Intersect(node_type, upper_bound, zone()));
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp3191 int node_type; local
3197 node_type = CV_NODE_TYPE(src->tag);
3198 if( node_type == CV_NODE_INT || node_type == CV_NODE_REAL )
3206 else if( node_type == CV_NODE_SEQ )
3210 else if( node_type == CV_NODE_NONE )
/external/opencv3/modules/core/src/
H A Dpersistence.cpp3191 int node_type; local
3197 node_type = CV_NODE_TYPE(src->tag);
3198 if( node_type == CV_NODE_INT || node_type == CV_NODE_REAL )
3206 else if( node_type == CV_NODE_SEQ )
3210 else if( node_type == CV_NODE_NONE )
5327 int node_type = _node->tag & FileNode::TYPE_MASK; local
5330 if( !(_node->tag & FileNode::USER) && (node_type == FileNode::SEQ || node_type == FileNode::MAP) )

Completed in 547 milliseconds