Lines Matching defs:tmp
325 * uint32_t tmp = *a;328 * *b = tmp;345 * uint64_t tmp = *a;348 * *b = tmp;366 * unsigned char tmp[len];368 * memcpy(tmp, a, len);370 * memcpy(b, tmp);379 unsigned char tmp;382 tmp = a[i] ^ b[i];383 tmp &= mask;384 a[i] ^= tmp;385 b[i] ^= tmp;