T1
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
(d) += T1; \
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
(d) += T1; \
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
uint32_t T1, *W256;
a = b = c = d = e = f = g = h = T1 = 0;
uint32_t T1, T2, *W256;
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
e = d + T1;
a = T1 + T2;
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
e = d + T1;
a = T1 + T2;
a = b = c = d = e = f = g = h = T1 = T2 = 0;
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
(d) += T1, \
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
(d) += T1; \
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
uint64_t T1, *W512 = (uint64_t *)context->buffer;
a = b = c = d = e = f = g = h = T1 = 0;
uint64_t T1, T2, *W512 = (void *)context->buffer;
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
e = d + T1;
a = T1 + T2;
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
e = d + T1;
a = T1 + T2;
a = b = c = d = e = f = g = h = T1 = T2 = 0;
*((word32*)(b )) = *((const word32*)T1[temp[0][0]])
*((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]])
*((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]])
*((word32*)(b +12)) = *((const word32*)T1[temp[3][0]])
*((word32*)(b )) = *((const word32*)T1[temp[0][0]])
*((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]])
*((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]])
*((word32*)(b +12)) = *((const word32*)T1[temp[3][0]])
b[ 0] = T1[temp[0][0]][1];
b[ 1] = T1[temp[1][1]][1];
b[ 2] = T1[temp[2][2]][1];
b[ 3] = T1[temp[3][3]][1];
b[ 4] = T1[temp[1][0]][1];
b[ 5] = T1[temp[2][1]][1];
b[ 6] = T1[temp[3][2]][1];
b[ 7] = T1[temp[0][3]][1];
b[ 8] = T1[temp[2][0]][1];
b[ 9] = T1[temp[3][1]][1];
b[10] = T1[temp[0][2]][1];
b[11] = T1[temp[1][3]][1];
b[12] = T1[temp[3][0]][1];
b[13] = T1[temp[0][1]][1];
b[14] = T1[temp[1][2]][1];
b[15] = T1[temp[2][3]][1];
*((word32*)temp[0]) = *((const word32*)T1[a[0][0]])
*((word32*)temp[1]) = *((const word32*)T1[a[1][0]])
*((word32*)temp[2]) = *((const word32*)T1[a[2][0]])
*((word32*)temp[3]) = *((const word32*)T1[a[3][0]])
temp[0][0] = T1[a[0][0]][1];
temp[0][1] = T1[a[1][1]][1];
temp[0][2] = T1[a[2][2]][1];
temp[0][3] = T1[a[3][3]][1];
temp[1][0] = T1[a[1][0]][1];
temp[1][1] = T1[a[2][1]][1];
temp[1][2] = T1[a[3][2]][1];
temp[1][3] = T1[a[0][3]][1];
temp[2][0] = T1[a[2][0]][1];
temp[2][1] = T1[a[3][1]][1];
temp[2][2] = T1[a[0][2]][1];
temp[2][3] = T1[a[1][3]][1];
temp[3][0] = T1[a[3][0]][1];
temp[3][1] = T1[a[0][1]][1];
temp[3][2] = T1[a[1][2]][1];
temp[3][3] = T1[a[2][3]][1];
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
(d) += T1; \
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
(d) += T1; \
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
(d) += T1; \
(h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
sha2_word32 T1, *W256;
a = b = c = d = e = f = g = h = T1 = 0;
sha2_word32 T1, T2, *W256;
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
e = d + T1;
a = T1 + T2;
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
e = d + T1;
a = T1 + T2;
a = b = c = d = e = f = g = h = T1 = T2 = 0;
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
(d) += T1, \
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
(d) += T1; \
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
(d) += T1; \
(h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
sha2_word64 T1, *W512 = (sha2_word64*)context->buffer;
a = b = c = d = e = f = g = h = T1 = 0;
sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer;
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
e = d + T1;
a = T1 + T2;
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
e = d + T1;
a = T1 + T2;
a = b = c = d = e = f = g = h = T1 = T2 = 0;
T1 = -0.1659, /* ~-30.625/128 * log(2) */
if (T1 < x && x < T2) {
T1 = -0.1659, /* ~-30.625/128 * log(2) */
if (T1 < x && x < T2) {
goto T1;
T1:
goto T1;
T1:
mdbpcb.pcb_regs[T0],mdbpcb.pcb_regs[T1],
#define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_nsec))