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

/freebsd-11-stable/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-11-stable/contrib/ofed/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.
103 int32_t cl_atomic_dec(IN atomic32_t * const p_value);
106 * p_value
110 * Returns the decremented value pointed to by p_value.
134 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment);
137 * p_value
141 * [in] Value by which to increment the integer pointed to by p_value.
144 * Returns the value pointed to by p_value afte
[all...]
H A Dcl_atomic_osd.h59 static inline int32_t cl_atomic_inc(IN atomic32_t * const p_value) argument
64 new_val = *p_value + 1;
65 *p_value = new_val;
70 static inline int32_t cl_atomic_dec(IN atomic32_t * const p_value) argument
75 new_val = *p_value - 1;
76 *p_value = new_val;
82 cl_atomic_add(IN atomic32_t * const p_value, IN const int32_t increment) argument
87 new_val = *p_value + increment;
88 *p_value = new_val;
94 cl_atomic_sub(IN atomic32_t * const p_value, I argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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 146 milliseconds