Searched refs:trie2 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 5669 auto trie2 = buildTrie!(bool, uint, 1024, mlo8, lo8)(redundant2.byInterval); variable 5670 trieStats(trie2); 5672 assert(trie2[e], text(cast(uint) e, " - ", trie2[e])); 5675 assert(trie2[i] == (i in redundant2));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 5672 auto trie2 = buildTrie!(bool, uint, 1024, mlo8, lo8)(redundant2.byInterval); 5673 trieStats(trie2); 5675 assert(trie2[e], text(cast(uint) e, " - ", trie2[e])); 5678 assert(trie2[i] == (i in redundant2));
|