Lines Matching defs:result
33 * Same as above, but return the result value
37 unsigned long result;
41 : "+ZB" (l->a.counter), "=&r" (result)
44 result = result + i;
46 return result;
51 unsigned long result;
55 : "+ZB" (l->a.counter), "=&r" (result)
59 result = result - i;
61 return result;
91 * local_sub_and_test - subtract value from variable and test result
96 * true if the result is zero, or false for all
106 * and returns true if the result is zero, or false for all
116 * returns true if the result is 0, or false for all other
127 * if the result is negative, or false when
128 * result is greater than or equal to zero.