Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c56 struct trie *trie; /* Trie node pointed to by this edge. */ member
62 struct trie struct
66 struct trie *parent; /* Parent of this node. */ argument
67 struct trie *next; /* List of all trie nodes in level order. */ argument
68 struct trie *fail; /* Aho-Corasick failure function. */ argument
78 int words; /* Number of words in the trie. */ argument
79 struct trie *trie; /* The trie itself. */ member
130 register struct trie *trie; in kwsincr() local
585 struct trie const *trie; in cwexec() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Dkwset.c56 struct trie *trie; /* Trie node pointed to by this edge. */ member
62 struct trie struct
66 struct trie *parent; /* Parent of this node. */ argument
67 struct trie *next; /* List of all trie nodes in level order. */ argument
68 struct trie *fail; /* Aho-Corasick failure function. */ argument
78 int words; /* Number of words in the trie. */ argument
79 struct trie *trie; /* The trie itself. */ member
130 register struct trie *trie; in kwsincr() local
585 struct trie const *trie; in cwexec() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp731 class trie : public PB_DS_TRIE_BASE class
740 trie() { } in trie() function in __gnu_pbds::trie
744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie
751 trie(It first, It last) in trie() function in __gnu_pbds::trie
758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie
762 trie(const trie& other) in trie() function in __gnu_pbds::trie
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp731 class trie : public PB_DS_TRIE_BASE class
740 trie() { } in trie() function in __gnu_pbds::trie
744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie
751 trie(It first, It last) in trie() function in __gnu_pbds::trie
758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie
762 trie(const trie& other) in trie() function in __gnu_pbds::trie
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmmo.c2734 struct mmo_symbol_trie *trie = rootp; in mmo_internal_add_3_sym() local
2791 mmo_internal_3_length (bfd *abfd, struct mmo_symbol_trie *trie) in mmo_internal_3_length()
2861 mmo_internal_3_dump (bfd *abfd, struct mmo_symbol_trie *trie) in mmo_internal_3_dump()
H A Ddwarf2.c2057 struct trie_node *trie, in insert_arange_in_trie()
5775 struct trie_node *trie = stash->f.trie_root; in _bfd_dwarf2_find_nearest_line() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmmo.c2732 struct mmo_symbol_trie *trie = rootp; in mmo_internal_add_3_sym() local
2789 mmo_internal_3_length (bfd *abfd, struct mmo_symbol_trie *trie) in mmo_internal_3_length()
2859 mmo_internal_3_dump (bfd *abfd, struct mmo_symbol_trie *trie) in mmo_internal_3_dump()
H A Ddwarf2.c2144 struct trie_node *trie, in insert_arange_in_trie()
5906 struct trie_node *trie = stash->f.trie_root; in _bfd_dwarf2_find_nearest_line_with_alt() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d772 Trie trie; // slow path for Unicode variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d965 Trie trie; // slow path for Unicode variable
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp3345 class trie { class
3351 trie() : tp(0) {} in trie() function in trie
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4392 auto trie = codepointTrie!(LuckFactor, 8, 5, 8)(map); variable
5656 auto trie = buildTrie!(bool, uint, 256, lo8)(set.byInterval);// simple bool array variable