Lines Matching full:in
5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
66 * @param[in] p_data Atomic memory pointer.
67 * @param[in] value Value to store.
69 * @return Previous value stored in the atomic object.
76 * @param[in] p_data Atomic memory pointer.
77 * @param[in] value Value to store.
79 * @return New value stored in the atomic object.
87 * @param[in] p_data Atomic memory pointer.
88 * @param[in] value Value of the second operand in the OR operation.
90 * @return Previous value stored in the atomic object.
98 * @param[in] p_data Atomic memory pointer.
99 * @param[in] value Value of the second operand in the OR operation.
101 * @return New value stored in the atomic object.
109 * @param[in] p_data Atomic memory pointer.
110 * @param[in] value Value of the second operand in the AND operation.
112 * @return Previous value stored in the atomic object.
120 * @param[in] p_data Atomic memory pointer.
121 * @param[in] value Value of the second operand in the AND operation.
123 * @return New value stored in the atomic object.
131 * @param[in] p_data Atomic memory pointer.
132 * @param[in] value Value of the second operand in the XOR operation.
134 * @return Previous value stored in the atomic object.
142 * @param[in] p_data Atomic memory pointer.
143 * @param[in] value Value of the second operand in the XOR operation.
145 * @return New value stored in the atomic object.
153 * @param[in] p_data Atomic memory pointer.
154 * @param[in] value Value of the second operand in the ADD operation.
156 * @return Previous value stored in the atomic object.
164 * @param[in] p_data Atomic memory pointer.
165 * @param[in] value Value of the second operand in the ADD operation.
167 * @return New value stored in the atomic object.
175 * @param[in] p_data Atomic memory pointer.
176 * @param[in] value Value of the second operand in the SUB operation.
178 * @return Old value stored in the atomic object.
186 * @param[in] p_data Atomic memory pointer.
187 * @param[in] value Value of the second operand in the SUB operation.
189 * @return New value stored in the atomic object.
215 * @param[in] p_data Atomic memory pointer.
216 * @param[in] value Value of the second operand in the SUB operation.
218 * @return Previous value stored in the atomic object.
226 * @param[in] p_data Atomic memory pointer.
227 * @param[in] value Value of the second operand in the SUB operation.
229 * @return New value stored in the atomic object.
237 * @param[in] p_data Atomic flag memory pointer.
247 * @param[in] p_data Atomic flag memory pointer.
257 * @param[in] p_data Atomic flag memory pointer.
267 * @param[in] p_data Atomic flag memory pointer.