HomeSort by relevance Sort by last modified time
    Searched refs:next_node (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /hardware/intel/common/libwsbm/src/
wsbm_mm.c 177 struct _WsbmMMNode *next_node; local
190 next_node =
192 if (next_node->free) {
194 prev_node->size += next_node->size;
195 WSBMLISTDEL(&next_node->ml_entry);
196 WSBMLISTDEL(&next_node->fl_entry);
197 free(next_node);
199 next_node->size += cur->size;
200 next_node->start = cur->start;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 71 next_node = BMNode()
72 start.transition_table[pattern[0]] = next_node
75 next_node = start.transition_table[pattern[0]]
78 end_nodes = self.add(pattern[1:], start=next_node)
80 end_nodes = [next_node]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 71 next_node = BMNode()
72 start.transition_table[pattern[0]] = next_node
75 next_node = start.transition_table[pattern[0]]
78 end_nodes = self.add(pattern[1:], start=next_node)
80 end_nodes = [next_node]
  /external/srec/srec/include/
search_network.h 52 #define NEXT_NODE(NOD) (NOD)->next_node
76 #define NEXT_NODE(NOD) fst->FSMnode_list[(NOD)].un_ptr.next_node
110 FSMnode_ptr next_node; member in union:FSMnode_t::__anon14823