Lines Matching refs:result
48 // result, so there's no need to mask value anymore, since there's no
65 T result = 0;
67 result = (result << 1) | (value & 1);
70 return result;
208 uint32_t result = RoundUpToPowerOfTwo32(value);
209 if (result > value) result >>= 1;
210 return result;
235 // |rhs| and stores the result into the variable pointed to by |val| and
249 // |rhs| and stores the result into the variable pointed to by |val| and
262 // and |rhs| and stores the result into the variable pointed to by |val| and
267 // |rhs| and stores the result into the variable pointed to by |val| and
277 // |rhs| and stores the result into the variable pointed to by |val| and
286 // |rhs|, extracts the most significant 32 bits of the result, and returns
291 // |lhs| and |rhs|, extracts the most significant 32 bits of the result, and
307 // and |rhs| and stores the result into the variable pointed to by |val| and
344 // checks and returns the result.
348 // checks and returns the result.