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

  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 3343 struct trie_node;
3346 trie_node *tp;
3349 void delete_trie_node(trie_node *);
3447 struct trie_node { struct
3449 trie_node *down;
3450 trie_node *right;
3452 trie_node(char, trie_node *);
3455 trie_node::trie_node(char ch, trie_node *p) function in class:trie_node
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 124 /* All trie_node pointers will really be trie_leaf or trie_interior,
126 struct trie_node struct
135 struct trie_node head;
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd)
281 struct trie_node *trie_root;
2149 static struct trie_node *
2151 struct trie_node *trie,
2289 struct trie_node *child = interior->children[ch]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 124 /* All trie_node pointers will really be trie_leaf or trie_interior,
126 struct trie_node struct
135 struct trie_node head;
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd)
281 struct trie_node *trie_root;
2149 static struct trie_node *
2151 struct trie_node *trie,
2289 struct trie_node *child = interior->children[ch]
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 124 /* All trie_node pointers will really be trie_leaf or trie_interior,
126 struct trie_node struct
135 struct trie_node head;
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd)
281 struct trie_node *trie_root;
2149 static struct trie_node *
2151 struct trie_node *trie,
2289 struct trie_node *child = interior->children[ch]
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 124 /* All trie_node pointers will really be trie_leaf or trie_interior,
126 struct trie_node struct
135 struct trie_node head;
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd)
281 struct trie_node *trie_root;
2142 static struct trie_node *
2144 struct trie_node *trie,
2282 struct trie_node *child = interior->children[ch]
    [all...]

Completed in 41 milliseconds