Searched refs:trie (Results 51 - 60 of 60) sorted by relevance

123

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationdatabuilder.h237 UTrie2 *trie; member in class:CollationDataBuilder
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddsc_extractor.cpp81 // Filter to find individual symbol re-exports in trie
85 bool operator()(const mach_o::trie::Entry &entry) const {
215 std::vector<mach_o::trie::Entry> exports;
219 mach_o::trie::parseTrie(exportsStart, exportsEnd, exports);
290 for (std::vector<mach_o::trie::Entry>::iterator it = exports.begin(); it != exports.end(); ++it) {
H A DMachORebaser.hpp475 std::vector<mach_o::trie::Entry> originalExports;
483 std::vector<mach_o::trie::Entry> newExports;
487 for (std::vector<mach_o::trie::Entry>::iterator it=originalExports.begin(); it != originalExports.end(); ++it) {
502 // rebuild export trie
505 mach_o::trie::makeTrie(newExports, newExportTrieBytes);
515 ((macho_dyld_info_command<P>*)fDyldInfo)->set_export_off(0); // invalidate old trie
H A DMachOTrie.hpp34 namespace trie { namespace in namespace:mach_o
250 throw "malformed uleb128 extends beyond trie";
300 // assign each node in the vector an offset in the trie stream, iterating until all uleb128 sizes have stabilized
311 // create trie stream
333 throw "malformed trie, node past end";
376 // empty trie has no entries
393 }; // namespace trie
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt73 The data is organized into a two-level trie. The first level is a table that
85 There is one additional twist for the first-level trie table. Since the
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Denv.cpp3343 class trie { class
3349 trie() : tp(0) {} function in class:trie
3350 virtual ~trie(); // virtual to shut up g++
3357 class hyphen_trie : private trie {
3458 trie::~trie()
3463 void trie::clear()
3470 void trie::delete_trie_node(trie_node *p)
3481 void trie::insert(const char *pat, int patlen, void *val)
3499 void trie
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h524 Trie_t trie; /* trie */ member in union:Rex_s::__anon9099
H A Dregnexec.c1733 if (((s + rex->re.trie.min) > env->end) || !(x = rex->re.trie.root[rex->map ? rex->map[*s] : *s]))
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_fi_fi.latin1.vim304 menutrans Geometry G�om�trie
H A Dmenu_fr_fr.latin1.vim446 menutrans Geometry G�om�trie

Completed in 390 milliseconds

123