HomeSort by: relevance | last modified time | path
    Searched defs:node_type (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
node-type-tracker.c 82 node_type_tracker_thread_node_type_to_string(thread_node_type_t node_type)
85 switch(node_type) {
103 thread_node_type_t node_type; local
122 node_type = node_type_unknown;
125 node_type = node_type_router;
128 node_type = node_type_end_device;
131 node_type = node_type_sleepy_end_device;
134 node_type = node_type_synchronized_sleepy_end_device;
137 node_type = node_type_nest_lurker;
140 node_type = node_type_commissioner
    [all...]
service-publisher.c 1011 thread_node_type_t node_type = node_type_tracker_thread_node_type_get(server_state->node_type_tracker, false); local
1012 switch(node_type) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.c 539 static struct kobj_type node_type = { variable in typeref:struct:kobj_type
634 ret = kobject_init_and_add(dev->kobj_node, &node_type,
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.c 738 heim_tid_t node_type; local
753 node_type = heim_get_tid(node);
754 switch (node_type) {
765 if (node_type == HEIM_TID_DICT) {
767 } else if (node_type == HEIM_TID_DB) {
769 } else if (node_type == HEIM_TID_ARRAY) {
917 heim_tid_t node_type; local
925 node_type = heim_get_tid(node);
927 if (node_type == HEIM_TID_DICT) {
929 } else if (node_type == HEIM_TID_ARRAY)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 50 } node_type; typedef in typeref:struct:__anon10755
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
72 node_type type;
76 node_type type;
80 node_type type;
85 node_type type;
90 node_type type
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 50 } node_type; typedef in typeref:struct:__anon12219
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
72 node_type type;
76 node_type type;
80 node_type type;
85 node_type type;
90 node_type type
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 198 enum node_type enum
217 enum node_type type;
911 enum node_type type = RLOAD (iter->type);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/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)
1126 const node_type& __nt = m_a_p_children[i]->m_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/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)
1126 const node_type& __nt = m_a_p_children[i]->m_type;
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 947 enum node_type enum
1008 ENUM_BITFIELD(node_type) type : 2; /* CPP node type. */
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 900 enum node_type enum
959 ENUM_BITFIELD(node_type) type : 2; /* CPP node type. */
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1639 tree node_type = get_typenode_from_name (UINT64_TYPE); local
1640 tree array_type = build_array_type_nelts (node_type, 8);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1904 tree node_type = get_typenode_from_name (UINT64_TYPE); local
1905 tree array_type = build_array_type_nelts (node_type, 8);

Completed in 55 milliseconds