trie_t 131 utils/superwordprof.c trie_t *right_sibling; trie_t 132 utils/superwordprof.c trie_t *left_child; trie_t 312 utils/superwordprof.c trie_t toplevel[INSTRCOUNT]; trie_t 329 utils/superwordprof.c trie_t* new_trie_node(unsigned opcode, unsigned opd1, unsigned opd2); trie_t 331 utils/superwordprof.c void descend(trie_t *t, int level); trie_t 650 utils/superwordprof.c trie_t* tracker[1000]; trie_t 803 utils/superwordprof.c trie_t *t = tracker[i]; trie_t 813 utils/superwordprof.c trie_t *t2 = t->left_child; trie_t 814 utils/superwordprof.c trie_t *t3 = NULL; trie_t 1040 utils/superwordprof.c void descend(trie_t *t, int level) trie_t 1042 utils/superwordprof.c trie_t *t2, *t3; trie_t 1090 utils/superwordprof.c trie_t* new_trie_node(unsigned opcode, unsigned opd1, unsigned opd2) trie_t 1092 utils/superwordprof.c trie_t* t2 = (trie_t*)malloc(sizeof(trie_t));