Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 25 of 52) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp47 if (p_nd == 0 || p_nd->m_type == i_node) in erase()
53 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase()
79 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
94 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
104 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup()
107 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup()
145 if (p_nd->m_type == i_node) in clear_imp()
147 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp()
160 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp()
177 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase()
[all …]
H A Dfind_fn_imps.hpp49 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
74 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
106 while (p_nd->m_type != leaf_node) in find_imp()
108 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp()
138 if (p_nd->m_type == leaf_node) in lower_bound_imp()
147 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp()
211 if (p_nd->m_type == leaf_node) in pref_begin()
214 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin()
223 if (p_nd->m_type == leaf_node) in pref_end()
226 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end()
[all …]
H A Dpat_trie_base.hpp106 const node_type m_type; member
108 _Node_base(node_type type) : m_type(type) in _Node_base()
196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp()
541 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->()
548 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *()
606 if (m_p_nd->m_type == head_node) in inc()
613 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc()
619 if (p_y->m_type == head_node) in inc()
634 if (m_p_nd->m_type == head_node) in dec()
641 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec()
[all …]
H A Dinsert_join_fn_imps.hpp106 if (p_l->m_type == leaf_node) in rec_join_prep()
108 if (p_r->m_type == leaf_node) in rec_join_prep()
115 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
121 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep()
122 if (p_r->m_type == leaf_node) in rec_join_prep()
129 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
209 if (p_l->m_type == leaf_node) in rec_join()
211 if (p_r->m_type == leaf_node) in rec_join()
219 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join()
227 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join()
[all …]
H A Ddebug_fn_imps.hpp60 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid()
61 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid()
104 if (p_nd->m_type == leaf_node) in recursive_count_leafs()
106 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
H A Dsplit_fn_imps.hpp117 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in split_prep()
119 while (p_nd->m_type != head_node) in split_prep()
135 if (p_nd->m_type == leaf_node) in rec_split()
141 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in rec_split()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp47 if (p_nd == 0 || p_nd->m_type == i_node) in erase()
53 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase()
79 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
94 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
104 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup()
107 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup()
145 if (p_nd->m_type == i_node) in clear_imp()
147 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp()
160 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp()
177 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase()
[all …]
H A Dfind_fn_imps.hpp49 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
74 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
106 while (p_nd->m_type != leaf_node) in find_imp()
108 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp()
138 if (p_nd->m_type == leaf_node) in lower_bound_imp()
147 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp()
211 if (p_nd->m_type == leaf_node) in pref_begin()
214 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin()
223 if (p_nd->m_type == leaf_node) in pref_end()
226 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end()
[all …]
H A Dpat_trie_base.hpp106 const node_type m_type; member
108 _Node_base(node_type type) : m_type(type) in _Node_base()
196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp()
541 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->()
548 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *()
606 if (m_p_nd->m_type == head_node) in inc()
613 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc()
619 if (p_y->m_type == head_node) in inc()
634 if (m_p_nd->m_type == head_node) in dec()
641 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec()
[all …]
H A Dinsert_join_fn_imps.hpp106 if (p_l->m_type == leaf_node) in rec_join_prep()
108 if (p_r->m_type == leaf_node) in rec_join_prep()
115 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
121 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep()
122 if (p_r->m_type == leaf_node) in rec_join_prep()
129 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
209 if (p_l->m_type == leaf_node) in rec_join()
211 if (p_r->m_type == leaf_node) in rec_join()
219 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join()
227 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join()
[all …]
H A Ddebug_fn_imps.hpp60 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid()
61 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid()
104 if (p_nd->m_type == leaf_node) in recursive_count_leafs()
106 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
H A Dsplit_fn_imps.hpp117 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in split_prep()
119 while (p_nd->m_type != head_node) in split_prep()
135 if (p_nd->m_type == leaf_node) in rec_split()
141 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in rec_split()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-gen.c141 m_directive_offset (0), m_type (BRIG_TYPE_NONE), in hsa_symbol()
153 m_directive_offset (0), m_type (type), m_segment (segment), in hsa_symbol()
164 = hsa_type_bit_size (~BRIG_TYPE_ARRAY_MASK & m_type); in total_byte_size()
184 m_type = hsa_type_for_tree_type (TREE_TYPE (decl), &m_dim, false); in fillup_for_decl()
191 m_align = MAX (m_align, hsa_natural_alignment (m_type)); in fillup_for_decl()
1017 hsa_symbol *sym = new hsa_symbol (cst->m_type, BRIG_SEGMENT_GLOBAL, in hsa_get_string_cst_symbol()
1034 insn->m_type = hsa_extend_inttype_to_32bit (insn->m_type); in hsa_fixup_mov_insn_type()
1035 if (insn->m_type == BRIG_TYPE_B8 || insn->m_type == BRIG_TYPE_B16) in hsa_fixup_mov_insn_type()
1036 insn->m_type = BRIG_TYPE_B32; in hsa_fixup_mov_insn_type()
1052 : hsa_op_base (k), m_type (t) in hsa_op_with_type()
[all …]
H A Dhsa-dump.c717 fprintf (f, " (%s)", hsa_type_name (reg->m_type));
727 & imm->m_type; in dump_hsa_immed()
740 fprintf (f, " (%s)", hsa_type_name (imm->m_type)); in dump_hsa_immed()
792 hsa_type_name (symbol->m_type & ~BRIG_TYPE_ARRAY_MASK), name); in dump_hsa_symbol()
794 if (symbol->m_type & BRIG_TYPE_ARRAY_MASK) in dump_hsa_symbol()
882 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1()
906 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1()
922 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1()
935 fprintf (f, "_%s ", hsa_type_name (insn->m_type)); in dump_hsa_insn_1()
946 hsa_type_name (seg->m_type), hsa_type_name (seg->m_src_type)); in dump_hsa_insn_1()
[all …]
H A Dtree-vector-builder.h33 tree_vector_builder () : m_type (0) {} in tree_vector_builder()
37 tree type () const { return m_type; } in type()
54 tree m_type; variable
75 m_type = type; in new_vector()
95 return INTEGRAL_TYPE_P (TREE_TYPE (m_type)); in allow_steps_p()
H A Dhsa-brig.c622 dirvar.type = lendian16 (symbol->m_type); in emit_directive_variable()
946 *brig_repr_size = hsa_get_imm_brig_type_len (m_type); in emit_to_buffer()
1057 out.type = lendian16 (imm->m_type); in emit_immediate_operand()
1077 switch (regtype_for_type (reg->m_type)) in emit_register_operand()
1320 repr.base.type = lendian16 (mem->m_type); in emit_memory_insn()
1351 repr.base.type = lendian16 (mem->m_type); in emit_signal_insn()
1381 repr.base.type = lendian16 (mem->m_type); in emit_atomic_insn()
1409 repr.base.type = lendian16 (insn->m_type); in emit_addr_insn()
1433 repr.base.type = lendian16 (seg->m_type); in emit_segment_insn()
1435 repr.sourceType = lendian16 (as_a <hsa_op_reg *> (seg->get_op (1))->m_type); in emit_segment_insn()
[all …]
/dflybsd-src/games/phantasia/
H A Dfight.c71 if (Curmonster.m_type == SM_MORGOTH) in encounter()
75 if (Curmonster.m_type == SM_UNICORN) { in encounter()
95 if (Curmonster.m_type == SM_DARKLORD in encounter()
111 && Curmonster.m_type != SM_DARKLORD in encounter()
113 && Curmonster.m_type != SM_SHRIEKER in encounter()
243 if (Curmonster.m_type == SM_MORGOTH) in playerhits()
294 if ((Curmonster.m_type == SM_DARKLORD || in playerhits()
295 Curmonster.m_type == SM_SHRIEKER in playerhits()
299 (Curmonster.m_type != SM_MIMIC)) { in playerhits()
322 if (Curmonster.m_type == SM_DARKLORD) { in playerhits()
[all …]
/dflybsd-src/contrib/cvs-1.12/src/
H A Dcheckout.c101 static enum mtype m_type; variable
139 m_type = EXPORT; in checkout()
145 m_type = CHECKOUT; in checkout()
258 if (m_type == EXPORT) in checkout()
312 if (checkout_prune_dirs && m_type == CHECKOUT) in checkout()
344 send_to_server (m_type == EXPORT ? "export\012" : "co\012", 0); in checkout()
386 err += do_module (db, argv[i], m_type, "Updating", checkout_proc, in checkout()
553 if (m_type == EXPORT) in build_one_dir()
556 else if (m_type == CHECKOUT) in build_one_dir()
929 && m_type == CHECKOUT) in checkout_proc()
[all …]
H A Dmodules.c103 my_module (DBM *db, char *mname, enum mtype m_type, char *msg, in my_module() argument
506 err += my_module (db, modargv[i], m_type, msg, callback_proc, in my_module()
639 err += my_module (db, spec_opt, m_type, msg, callback_proc, in my_module()
663 if ((m_type == TAG && tag_prog != NULL) || in my_module()
664 (m_type == CHECKOUT && checkout_prog != NULL) || in my_module()
665 (m_type == EXPORT && export_prog != NULL)) in my_module()
674 char *prog = (m_type == TAG ? tag_prog : in my_module()
675 (m_type == CHECKOUT ? checkout_prog : export_prog)); in my_module()
742 do_module (DBM *db, char *mname, enum mtype m_type, char *msg, in do_module() argument
747 return my_module (db, mname, m_type, msg, callback_proc, where, shorten, in do_module()
/dflybsd-src/usr.sbin/ppp/
H A Dmbuf.c157 bp->m_type = type; in m_get()
172 MemMap[bp->m_type].fragments--; in m_free()
173 MemMap[bp->m_type].octets -= bp->m_size; in m_free()
261 head = m_get(len + extra, bp ? bp->m_type : MB_UNKNOWN); in m_prepend()
389 nbp = m_get(m_length(bp), bp->m_type); in m_pullup()
409 if (type != bp->m_type) { in m_settype()
410 MemMap[bp->m_type].fragments--; in m_settype()
411 MemMap[bp->m_type].octets -= bp->m_size; in m_settype()
412 bp->m_type = type; in m_settype()
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_mutexattr.c68 (*attr)->m_type = kind; in _pthread_mutexattr_setkind_np()
83 ret = attr->m_type; in _pthread_mutexattr_getkind_np()
97 (*attr)->m_type = type; in _pthread_mutexattr_settype()
109 if (attr == NULL || *attr == NULL || (*attr)->m_type >= in _pthread_mutexattr_gettype()
113 *type = (*attr)->m_type; in _pthread_mutexattr_gettype()
H A Dthr_mutex.c156 if (attr->m_type < PTHREAD_MUTEX_ERRORCHECK || in mutex_check_attr()
157 attr->m_type >= PTHREAD_MUTEX_TYPE_MAX) in mutex_check_attr()
170 pmutex->m_type = attr->m_type; in mutex_init_body()
559 switch (m->m_type) { in mutex_self_trylock()
589 switch (m->m_type) { in mutex_self_lock()
659 if (__predict_false(m->m_type == PTHREAD_MUTEX_RECURSIVE && in mutex_unlock_common()
/dflybsd-src/contrib/tcsh-6/
H A Ded.term.c92 int m_type; member
631 if (m->m_type != i) { in dosetty()
633 ttylist[z][m->m_type].t_name); in dosetty()
634 i = m->m_type; in dosetty()
635 st = len = strlen(ttylist[z][m->m_type].t_name); in dosetty()
679 ttylist[z][m->m_type].t_setmask |= m->m_value; in dosetty()
680 ttylist[z][m->m_type].t_clrmask &= ~m->m_value; in dosetty()
683 ttylist[z][m->m_type].t_setmask &= ~m->m_value; in dosetty()
684 ttylist[z][m->m_type].t_clrmask |= m->m_value; in dosetty()
687 ttylist[z][m->m_type].t_setmask &= ~m->m_value; in dosetty()
[all …]
/dflybsd-src/contrib/libedit/src/
H A Dtty.c61 int m_type; member
1200 if (m->m_type != i) { in tty_stty()
1203 el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
1204 i = m->m_type; in tty_stty()
1206 strlen(el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
1259 (p == NULL || m->m_type == MD_CHAR)) in tty_stty()
1280 el->el_tty.t_t[z][m->m_type].t_setmask |= m->m_value; in tty_stty()
1281 el->el_tty.t_t[z][m->m_type].t_clrmask &= ~m->m_value; in tty_stty()
1284 el->el_tty.t_t[z][m->m_type].t_setmask &= ~m->m_value; in tty_stty()
1285 el->el_tty.t_t[z][m->m_type].t_clrmask |= m->m_value; in tty_stty()
[all …]
/dflybsd-src/sys/kern/
H A Duipc_mbuf.c968 --mbtypes[gd->gd_cpuid].stats[m->m_type]; in m_chtype()
969 m->m_type = type; in m_chtype()
994 m->m_type = type; in updatestats()
1135 m->m_type = type; in m_getcl_cache()
1317 KASSERT(m->m_type != MT_FREE, ("freeing free mbuf %p", m)); in _m_free()
1319 --mbtypes[gd->gd_cpuid].stats[m->m_type]; in _m_free()
1506 mn = m_gethdr(how, m->m_type); in m_prepend()
1508 mn = m_get(how, m->m_type); in m_prepend()
1564 n = m_gethdr(wait, m->m_type); in m_copym()
1566 n = m_get(wait, m->m_type); in m_copym()
[all …]

123