Searched refs:r_val (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/sys/lib/libkern/arch/powerpc/
H A Dmemset.S44 #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,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp48 insert(const_reference r_val) argument
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) argument
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) argument
90 new (&p_l->m_value) value_type(r_val);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp48 insert(const_reference r_val) argument
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) argument
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) argument
90 new (&p_l->m_value) value_type(r_val);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
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;
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
52 new (&p_e->m_value) mapped_value_type(r_val);
H A Dinsert_no_store_hash_fn_imps.hpp98 insert_imp(const_reference r_val, false_type) argument
100 key_const_reference r_key = PB_DS_V2F(r_val);
111 return std::make_pair(insert_new_imp(r_val, pos), true);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
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;
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
52 new (&p_e->m_value) mapped_value_type(r_val);
H A Dinsert_no_store_hash_fn_imps.hpp98 insert_imp(const_reference r_val, false_type) argument
100 key_const_reference r_key = PB_DS_V2F(r_val);
111 return std::make_pair(insert_new_imp(r_val, pos), true);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
51 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_no_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, false_type) argument
50 key_const_reference r_key = PB_DS_V2F(r_val);
70 return std::make_pair(insert_new_imp(r_val, pos), true);
H A Dentry_list_fn_imps.hpp59 get_entry(const_reference r_val, true_type) argument
65 new (&p_e->m_value) value_type(r_val);
72 get_entry(const_reference r_val, false_type) argument
79 new (&p_e->m_value) value_type(r_val);
H A Dconstructor_destructor_store_hash_fn_imps.hpp47 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) argument
50 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, true_type) argument
50 key_const_reference key = PB_DS_V2F(r_val);
71 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp47 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
51 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_no_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, false_type) argument
50 key_const_reference r_key = PB_DS_V2F(r_val);
70 return std::make_pair(insert_new_imp(r_val, pos), true);
H A Dentry_list_fn_imps.hpp59 get_entry(const_reference r_val, true_type) argument
65 new (&p_e->m_value) value_type(r_val);
72 get_entry(const_reference r_val, false_type) argument
79 new (&p_e->m_value) value_type(r_val);
H A Dconstructor_destructor_store_hash_fn_imps.hpp47 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) argument
50 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, true_type) argument
50 key_const_reference key = PB_DS_V2F(r_val);
71 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp73 extract_key(const_reference r_val) argument
74 { return r_val.first; }
104 extract_key(const_reference r_val) argument
105 { return r_val; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp73 extract_key(const_reference r_val) argument
74 { return r_val.first; }
104 extract_key(const_reference r_val) argument
105 { return r_val; }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinsert_fn_imps.hpp46 get_new_node_for_insert(const_reference r_val) argument
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) argument
62 typename node::value_type(r_val);
74 get_new_node_for_insert(const_reference r_val, true_type) argument
80 typename node::value_type(r_val);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinsert_fn_imps.hpp46 get_new_node_for_insert(const_reference r_val) argument
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) argument
62 typename node::value_type(r_val);
74 get_new_node_for_insert(const_reference r_val, true_type) argument
80 typename node::value_type(r_val);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp189 extract_key(const_reference r_val) argument
190 { return extract_key(r_val, s_set_ind); }
195 extract_key(const_reference r_val, true_type) argument
196 { return r_val; }
201 extract_key(const_reference r_val, false_type) argument
202 { return r_val.first; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp189 extract_key(const_reference r_val) argument
190 { return extract_key(r_val, s_set_ind); }
195 extract_key(const_reference r_val, true_type) argument
196 { return r_val; }
201 extract_key(const_reference r_val, false_type) argument
202 { return r_val.first; }

Completed in 206 milliseconds

123