Lines Matching refs:result
28 * Same as above, but return the result value
32 unsigned long result;
36 : "+ZB" (l->a.counter), "=&r" (result)
39 result = result + i;
41 return result;
46 unsigned long result;
50 : "+ZB" (l->a.counter), "=&r" (result)
54 result = result - i;
56 return result;
95 * local_sub_and_test - subtract value from variable and test result
100 * true if the result is zero, or false for all
110 * and returns true if the result is zero, or false for all
120 * returns true if the result is 0, or false for all other
131 * if the result is negative, or false when
132 * result is greater than or equal to zero.