| /src/sys/lib/libkern/arch/powerpc/ |
| memset.S | 44 #define r_val %r0 define 47 li r_val, 0 /* Value to fill with */ 52 mr r_val, %r4 /* Value to fill with */ 65 1: stbu r_val, 1(r_dst) /* update memory */ 70 rlwimi r_val, r_val, 8, 16, 23 /* word extend fill value */ 71 rlwimi r_val, r_val, 16, 0, 15 76 stb r_val, 0(r_dst) 82 sth r_val, 0(r_dst [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| insert_fn_imps.hpp | 48 insert(const_reference r_val) 51 entry_pointer p_l = find_imp(PB_DS_V2F(r_val)); 55 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val)) 59 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val)) 61 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator); 71 allocate_new_entry(const_reference r_val, false_type) 76 value_type(r_val); 79 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));) 87 allocate_new_entry(const_reference r_val, true_type) 90 new (&p_l->m_value) value_type(r_val); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| constructor_destructor_store_hash_fn_imps.hpp | 47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, 52 new (&p_e->m_value) mapped_value_type(r_val); 53 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
|
| constructor_destructor_no_store_hash_fn_imps.hpp | 47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, 52 new (&p_e->m_value) mapped_value_type(r_val);
|
| insert_no_store_hash_fn_imps.hpp | 98 insert_imp(const_reference r_val, false_type) 100 key_const_reference r_key = PB_DS_V2F(r_val); 111 return std::make_pair(insert_new_imp(r_val, pos), true);
|
| insert_store_hash_fn_imps.hpp | 103 insert_imp(const_reference r_val, true_type) 105 key_const_reference r_key = PB_DS_V2F(r_val); 118 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
|
| gp_ht_map_.hpp | 327 insert(const_reference r_val) 330 return insert_imp(r_val, traits_base::m_store_extra_indicator); 438 insert_new_imp(const_reference r_val, size_type pos) 443 pos = find_ins_pos(PB_DS_V2F(r_val), 448 new (&p_e->m_value) value_type(r_val); 458 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) 464 r_pos_hash_pair = find_ins_pos(PB_DS_V2F(r_val), 471 new (&p_e->m_value) value_type(r_val);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| constructor_destructor_no_store_hash_fn_imps.hpp | 47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, 51 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
|
| insert_no_store_hash_fn_imps.hpp | 47 insert_imp(const_reference r_val, false_type) 50 key_const_reference r_key = PB_DS_V2F(r_val); 70 return std::make_pair(insert_new_imp(r_val, pos), true);
|
| entry_list_fn_imps.hpp | 59 get_entry(const_reference r_val, true_type) 65 new (&p_e->m_value) value_type(r_val); 72 get_entry(const_reference r_val, false_type) 79 new (&p_e->m_value) value_type(r_val);
|
| constructor_destructor_store_hash_fn_imps.hpp | 47 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) 50 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
|
| insert_store_hash_fn_imps.hpp | 47 insert_imp(const_reference r_val, true_type) 50 key_const_reference key = PB_DS_V2F(r_val); 71 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
|
| cc_ht_map_.hpp | 313 insert(const_reference r_val) 314 { return insert_imp(r_val, traits_base::m_store_extra_indicator); } 474 insert_new_imp(const_reference r_val, size_type pos) 477 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 480 entry_pointer p_e = get_entry(r_val, 488 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));) 494 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) 498 r_pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val)); 500 entry_pointer p_e = get_entry(r_val, 508 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| branch_policy.hpp | 73 extract_key(const_reference r_val) 74 { return r_val.first; } 104 extract_key(const_reference r_val) 105 { return r_val; }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| insert_fn_imps.hpp | 46 get_new_node_for_insert(const_reference r_val) 48 return get_new_node_for_insert(r_val, s_no_throw_copies_ind); 54 get_new_node_for_insert(const_reference r_val, false_type) 62 typename node::value_type(r_val); 74 get_new_node_for_insert(const_reference r_val, true_type) 80 typename node::value_type(r_val);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| synth_access_traits.hpp | 189 extract_key(const_reference r_val) 190 { return extract_key(r_val, s_set_ind); } 195 extract_key(const_reference r_val, true_type) 196 { return r_val; } 201 extract_key(const_reference r_val, false_type) 202 { return r_val.first; }
|
| insert_join_fn_imps.hpp | 384 insert(const_reference r_val) 386 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); 388 synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val))) 390 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val)) 395 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val)) 400 new (p_new_lf) leaf(r_val); 410 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
|
| /src/external/bsd/flex/dist/src/ |
| scanopt.h | 69 int r_val; /* Value to be returned by scanopt_ex(). */ 68 int r_val; \/* Value to be returned by scanopt_ex(). *\/ member in struct:optspec_t
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| insert_fn_imps.hpp | 46 push(const_reference r_val) 49 insert_value(r_val, s_no_throw_copies_ind); 67 insert_value(const_reference r_val, false_type) 72 new (p_new) value_type(r_val);
|
| /src/lib/libc/arch/powerpc/string/ |
| bzero.S | 51 #define r_val %r0 define 56 li r_val, 0 /* Value to stuff in */ 126 1: stbu r_val, 1(r_dst) /* Fill bytewise */ 150 1: stwu r_val, 4(r_dst) /* Fill wordwise */ 176 wbzero: li r_val, 0 201 1: stbu r_val, 1(r_dst) 230 1: stwu r_val, 4(r_dst) 252 1: stbu r_val, 1(r_dst)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
| insert_fn_imps.hpp | 46 push(const_reference r_val) 49 node_pointer p_new_nd = base_type::get_new_node_for_insert(r_val);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| insert_fn_imps.hpp | 46 push(const_reference r_val) 54 node_pointer p_nd = base_type::get_new_node_for_insert(r_val); 59 if (base_type::m_p_max == 0 || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| insert_fn_imps.hpp | 155 get_new_node_for_leaf_insert(const_reference r_val, false_type) 161 typename node::value_type(r_val); 172 get_new_node_for_leaf_insert(const_reference r_val, true_type) 177 typename node::value_type(r_val);
|
| /src/sys/arch/x86/pci/ |
| pci_ranges.c | 77 pcireg_t r_val; member in struct:pci_alloc::pci_alloc_reg 151 r->r_val = curbar; 191 r[0].r_val = csr; 192 r[1].r_val = bcr; 228 r[0].r_val = io; 238 r[1].r_val = iohigh; 281 r[0].r_val = base0; 283 r[1].r_val = limit0; 401 r->r_val = curbar; 460 r[0].r_val = csr [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
| insert_fn_imps.hpp | 46 push(const_reference r_val) 49 node_pointer p_nd = base_type::get_new_node_for_insert(r_val);
|