Searched refs:m_c (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-switch-conversion.c | 1834 m_case_list->m_c = clusters[i]; in try_switch_expansion() 2014 if (!tree_int_cst_equal (np->m_c->get_low (), np->m_c->get_high ())) in balance_case_nodes() 2018 prob += np->m_c->m_prob; in balance_case_nodes() 2035 prob -= (*npp)->m_c->m_prob; in balance_case_nodes() 2051 np->m_c->m_subtree_prob = np->m_c->m_prob; in balance_case_nodes() 2053 np->m_c->m_subtree_prob += np->m_left->m_c->m_subtree_prob; in balance_case_nodes() 2055 np->m_c->m_subtree_prob += np->m_right->m_c->m_subtree_prob; in balance_case_nodes() 2063 np->m_c->m_subtree_prob = np->m_c->m_prob; in balance_case_nodes() 2067 (*head)->m_c->m_subtree_prob += np->m_right->m_c->m_subtree_prob; in balance_case_nodes() 2087 root->m_c->dump (f); in dump_case_nodes() [all …]
|
H A D | ggc-tests.c | 274 m_c (ggc_cleared_alloc <test_struct> ()) in some_other_subclass() 277 test_struct *m_c; variable 310 ASSERT_TRUE (ggc_marked_p (test_some_other_subclass->m_c)); in test_inheritance() 320 test_some_other_subclass_as_base_ptr)->m_c)); in test_inheritance()
|
H A D | tree-switch-conversion.h | 467 cluster *m_c; variable 472 m_left (NULL), m_right (NULL), m_parent (NULL), m_c (NULL) in case_tree_node()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-switch-conversion.cc | 1871 m_case_list->m_c = clusters[i]; in try_switch_expansion() 2051 if (!tree_int_cst_equal (np->m_c->get_low (), np->m_c->get_high ())) in balance_case_nodes() 2055 prob += np->m_c->m_prob; in balance_case_nodes() 2072 prob -= (*npp)->m_c->m_prob; in balance_case_nodes() 2088 np->m_c->m_subtree_prob = np->m_c->m_prob; in balance_case_nodes() 2090 np->m_c->m_subtree_prob += np->m_left->m_c->m_subtree_prob; in balance_case_nodes() 2092 np->m_c->m_subtree_prob += np->m_right->m_c->m_subtree_prob; in balance_case_nodes() 2100 np->m_c->m_subtree_prob = np->m_c->m_prob; in balance_case_nodes() 2104 (*head)->m_c->m_subtree_prob += np->m_right->m_c->m_subtree_prob; in balance_case_nodes() 2124 root->m_c->dump (f); in dump_case_nodes() [all …]
|
H A D | ggc-tests.cc | 263 m_c (ggc_cleared_alloc <test_struct> ()) in some_other_subclass() 266 test_struct *m_c; member in some_other_subclass 299 ASSERT_TRUE (ggc_marked_p (test_some_other_subclass->m_c)); in test_inheritance() 309 test_some_other_subclass_as_base_ptr)->m_c)); in test_inheritance()
|
H A D | tree-switch-conversion.h | 493 cluster *m_c; variable 498 m_left (NULL), m_right (NULL), m_parent (NULL), m_c (NULL) in case_tree_node()
|
/netbsd-src/common/lib/libc/string/ |
H A D | strspn.c | 80 unsigned long m_0, m_4, m_8, m_c; in strspn_x() local 90 m_c = 0; in strspn_x() 104 m_c |= bit; in strspn_x() 112 m_c ^= invert; in strspn_x() 132 check = m_c; in strspn_x()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | mcache.c | 72 krb5_mcache *m, *m_c; in mcc_alloc() local 88 for (m_c = mcc_head; m_c != NULL; m_c = m_c->next) in mcc_alloc() 89 if (strcmp(m->name, m_c->name) == 0) in mcc_alloc() 91 if (m_c) { in mcc_alloc()
|