HomeSort by relevance Sort by last modified time
    Searched defs:node_type (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
rdma_netlink.h 31 __u8 node_type; member in struct:rdma_cm_id_stats
  /external/v8/src/compiler/
value-numbering-reducer.cc 167 Type* node_type = NodeProperties::GetType(node); local
168 if (!replacement_type->Is(node_type)) {
170 // {node_type} here. However, typing of NumberConstants assigns different
174 if (node_type->Is(replacement_type)) {
175 NodeProperties::SetType(replacement, node_type);
typed-optimization.cc 254 Type* const node_type = NodeProperties::GetType(node); local
255 if (!node_type->Is(type)) {
256 type = Type::Intersect(node_type, type, graph()->zone());
304 Type* const node_type = NodeProperties::GetType(node); local
305 if (!node_type->Is(type)) {
306 type = Type::Intersect(node_type, type, graph()->zone());
load-elimination.cc 736 Type* const node_type = NodeProperties::GetType(node); local
737 if (!NodeProperties::GetType(replacement)->Is(node_type)) {
738 replacement = graph()->NewNode(common()->TypeGuard(node_type),
740 NodeProperties::SetType(replacement, node_type);
806 Type* const node_type = NodeProperties::GetType(node); local
807 if (!NodeProperties::GetType(replacement)->Is(node_type)) {
808 replacement = graph()->NewNode(common()->TypeGuard(node_type),
810 NodeProperties::SetType(replacement, node_type);
    [all...]
  /external/adhd/cras/src/server/
cras_loopback_iodev.c 285 enum CRAS_NODE_TYPE node_type; local
289 node_type = CRAS_NODE_TYPE_POST_MIX_PRE_DSP;
292 node_type = CRAS_NODE_TYPE_POST_DSP;
305 node->type = node_type;
cras_dbus_control.c 424 const char *node_type = node->type; local
458 DBUS_TYPE_STRING_AS_STRING, &node_type))
    [all...]
  /external/iproute2/rdma/
dev.c 153 static const char *node_type_to_str(uint8_t node_type)
159 if (node_type < ARRAY_SIZE(node_type_str))
160 return node_type_str[node_type];
167 uint8_t node_type; local
172 node_type = mnl_attr_get_u8(tb[RDMA_NLDEV_ATTR_DEV_NODE_TYPE]);
173 node_str = node_type_to_str(node_type);
175 jsonw_string_field(rd->jw, "node_type", node_str);
177 pr_out("node_type %s ", node_str);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node.h 205 typedef ilist_node_impl<OptionsT> node_type; typedef in struct:llvm::ilist_detail::SpecificNodeAccess
207 static node_type *getNodePtr(pointer N) {
210 static const node_type *getNodePtr(const_pointer N) {
213 static pointer getValuePtr(node_type *N) {
216 static const_pointer getValuePtr(const node_type *N) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 205 typedef ilist_node_impl<OptionsT> node_type; typedef in struct:llvm::ilist_detail::SpecificNodeAccess
207 static node_type *getNodePtr(pointer N) {
210 static const node_type *getNodePtr(const_pointer N) {
213 static pointer getValuePtr(node_type *N) {
216 static const_pointer getValuePtr(const node_type *N) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 205 typedef ilist_node_impl<OptionsT> node_type; typedef in struct:llvm::ilist_detail::SpecificNodeAccess
207 static node_type *getNodePtr(pointer N) {
210 static const node_type *getNodePtr(const_pointer N) {
213 static pointer getValuePtr(node_type *N) {
216 static const_pointer getValuePtr(const node_type *N) {
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 189 lrn->node_type = MIB_NODE_LR;
362 if (n->nptr->node_type == MIB_NODE_LR)
454 u8_t node_type, ext_level; local
460 node_type = node->node_type;
461 if ((node_type == MIB_NODE_AR) || (node_type == MIB_NODE_RA))
509 else if(node_type == MIB_NODE_LR)
556 else if(node_type == MIB_NODE_EX)
606 else if (node_type == MIB_NODE_SC
642 u8_t node_type; local
685 u8_t node_type, ext_level, climb_tree; local
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 118 u8_t node_type; member in struct:mib_node
136 u8_t node_type; member in struct:mib_array_node
154 u8_t node_type; member in struct:mib_ram_array_node
180 u8_t node_type; member in struct:mib_list_rootnode
200 u8_t node_type; member in struct:mib_external_node
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 90 typedef Node<value_type> node_type; typedef in class:mcld::BinaryTree
177 node_type* node = BinaryTreeBase<Input>::createNode();
302 BinTreeTy::node_type* node = createNode();
315 BinTreeTy::node_type* node = createNode();
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 342 const string& node_type = detail.type; local
344 (*node_type_map_count)[node_type] += 1;
345 (*node_type_map_time)[node_type] += curr_time_val;
346 (*node_type_map_memory)[node_type] += curr_memory_val;
347 (*node_type_map_times_called)[node_type] += detail.times_called / run_count;
372 for (const auto& node_type : node_type_map_time) {
373 const int64 mem_used = node_type_map_memory[node_type.first];
374 timings.emplace(node_type.second,
375 std::pair<string, int64>(node_type.first, mem_used));
392 const string node_type = entry.second.first local
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 96 typedef Node<value_type> node_type; typedef in class:mcld::PolicyIteratorBase
121 return static_cast<node_type*>(IteratorType::m_pNode)->data;
125 return *static_cast<node_type*>(IteratorType::m_pNode)->data;
130 (0 != static_cast<node_type*>(IteratorType::m_pNode)->data));
188 typedef Node<value_type> node_type; typedef in struct:mcld::TreeIterator
206 pointer operator*() const { return static_cast<node_type*>(m_pNode)->data; }
209 return *static_cast<node_type*>(m_pNode)->data;
215 return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data));
361 typedef Node<value_type> node_type; typedef in class:mcld::BinaryTree
432 node_type* node = BinaryTreeBase<DataType>::createNode()
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.h 50 } node_type; typedef in typeref:struct:__anon4950
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
73 node_type type;
77 node_type type;
81 node_type type;
86 node_type type;
91 node_type type
    [all...]
  /bionic/libc/kernel/uapi/rdma/
rdma_netlink.h 65 __u8 node_type; member in struct:rdma_cm_id_stats
  /external/iproute2/include/uapi/rdma/
rdma_netlink.h 57 __u8 node_type; member in struct:rdma_cm_id_stats
  /external/kernel-headers/original/uapi/rdma/
rdma_netlink.h 57 __u8 node_type; member in struct:rdma_cm_id_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 1203 const RemoteFusedGraphExecuteInfo::NodeType node_type = local
    [all...]
  /external/libdrm/
xf86drm.c 3662 int node_type, i, j; local
3709 int node_type, subsystem_type; local
3936 int node_type, subsystem_type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 664 enum node_type { enum in namespace:r600_sb
767 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY)
778 node_type type;
862 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
  /external/syslinux/gpxe/src/include/gpxe/
ib_mad.h 76 uint8_t node_type; member in struct:ib_node_info

Completed in 1617 milliseconds

1 2