Lines Matching defs:diff
76 * Otherwise it could generate a test to exit early if `diff` has all
81 uint32_t diff = 0;
87 diff |= x ^ y;
92 /* Read volatile data in order before computing diff.
96 diff |= x ^ y;
103 * only bits set in diff are in the top 16-bits, and would be lost by a
113 * diff is non-zero.
115 return (int) ((diff & 0xffff) | (diff >> 16));
127 unsigned int diff = 0;
139 diff |= mbedtls_ct_uint_if_else_0(valid, d);
144 return (int) diff;