Searched refs:p_value (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp61 pointer_ p_value; local
63 get_start_it_state(p_value, pos);
64 return iterator(p_value, pos, this);
78 const_pointer_ p_value; local
80 get_start_it_state(p_value, pos);
81 return const_iterator(p_value, pos, this);
/freebsd-10.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_atomic.h73 int32_t cl_atomic_inc(IN atomic32_t * const p_value);
76 * p_value
80 * Returns the incremented value pointed to by p_value.
104 int32_t cl_atomic_dec(IN atomic32_t * const p_value);
107 * p_value
111 * Returns the decremented value pointed to by p_value.
136 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment);
139 * p_value
143 * [in] Value by which to increment the integer pointed to by p_value.
146 * Returns the value pointed to by p_value afte
[all...]
H A Dcl_atomic_osd.h57 static inline int32_t cl_atomic_inc(IN atomic32_t * const p_value) argument
62 new_val = *p_value + 1;
63 *p_value = new_val;
68 static inline int32_t cl_atomic_dec(IN atomic32_t * const p_value) argument
73 new_val = *p_value - 1;
74 *p_value = new_val;
80 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment) argument
85 new_val = *p_value + increment;
86 *p_value = new_val;
92 cl_atomic_sub(IN atomic32_t * const p_value, I argument
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp61 pointer p_value; local
63 get_start_it_state(p_value, pos);
64 return iterator(p_value, pos, this);
78 pointer p_value; local
80 get_start_it_state(p_value, pos);
81 return const_iterator(p_value, pos, this);
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp118 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), argument
H A Dconst_point_iterator.hpp80 const_point_iterator_(const_pointer p_value) : m_p_value(p_value) argument
H A Dpoint_iterator.hpp138 point_iterator_(pointer p_value) : m_p_value(p_value) argument
H A Diterator.hpp151 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl) argument
/freebsd-10.3-release/contrib/atf/atf-sh/
H A Datf-check.cpp74 const int p_value) :
77 value(p_value)
97 const std::string& p_value) :
100 value(p_value)
73 status_check(const status_check_t& p_type, const bool p_negated, const int p_value) argument
96 output_check(const output_check_t& p_type, const bool p_negated, const std::string& p_value) argument

Completed in 59 milliseconds