• Home
  • Raw
  • Download

Lines Matching refs:param

32  * @param addr Address of value to increment
42 * @param addr Address of value to increment
52 * @param addr Address of value to decrement
61 * @param addr Address of value to decrement
71 * @param addr Address of value to modify
72 * @param value Amount to add to the value at addr
81 * @param addr Address of value to modify
82 * @param value Amount to add to the value at addr
92 * @param addr Address of value to modify
93 * @param value Amount to subtract from the value at addr
102 * @param addr Address of value to modify
103 * @param value Amount to subtract from the value at addr
113 * @param addr Address of value to modify
114 * @param value Amount to and with the value at addr
123 * @param addr Address of value to modify
124 * @param value Amount to and with the value at addr
134 * @param addr Address of value to modify
135 * @param value Amount to or with the value at addr
144 * @param addr Address of value to modify
145 * @param value Amount to or with the value at addr
155 * @param addr Address of value to modify
156 * @param value Amount to xor with the value at addr
165 * @param addr Address of value to modify
166 * @param value Amount to xor with the value at addr
177 * @param addr Address of value to modify
178 * @param value comparison value
188 * @param addr Address of value to modify
189 * @param value comparison value
200 * @param addr Address of value to modify
201 * @param value comparison value
211 * @param addr Address of value to modify
212 * @param value comparison value
224 * @param addr The address to compare and replace if the compare passes.
225 * @param compareValue The value to test addr[0] against.
226 * @param newValue The value to write if the test passes.
238 * @param addr The address to compare and replace if the compare passes.
239 * @param compareValue The value to test addr[0] against.
240 * @param newValue The value to write if the test passes.