Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Dtwofish_common.c84 static const u8 q1[256] = { variable
499 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
500 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
506 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
507 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
508 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
513 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
514 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
515 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
516 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
[all …]
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapidtmf.c188 long c, d, q0, q1, q2; in capidtmf_goertzel_loop() local
192 q1 = buffer[i]; in capidtmf_goertzel_loop()
200 … q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); in capidtmf_goertzel_loop()
201 q2 = q1; in capidtmf_goertzel_loop()
202 q1 = q0; in capidtmf_goertzel_loop()
211 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); in capidtmf_goertzel_loop()
212 q2 = q1; in capidtmf_goertzel_loop()
213 q1 = q0; in capidtmf_goertzel_loop()
216 buffer[i] = q1; in capidtmf_goertzel_loop()
219 q1 = buffer[i]; in capidtmf_goertzel_loop()
[all …]