Searched refs:q0 (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | _div64.s | 87 / uint32_t q0, q1; 99 / /* calculate q0 and remainder */ 100 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem); 106 / return (HILO(q1, q0)); 124 / uint32_t q0; 140 / q0 = 1; 144 / q0 = 0; 151 / return (q0); 172 / /* estimate q0, and reduce x to a two uint32_t value */ 173 / A_DIV32(x1, x2, y1, q0, x [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | twofish.c | 60 /* These two tables are the q0 and q1 permutations, exactly as described in 63 static const byte q0[256] = { 114 /* These MDS tables are actually tables of MDS composed with q0 and q1, 120 * mds[0][i] = MDS (q1[i] 0 0 0)^T mds[1][i] = MDS (0 q0[i] 0 0)^T 121 * mds[2][i] = MDS (0 0 q1[i] 0)^T mds[3][i] = MDS (0 0 0 q0[i])^T 411 * S-box entries, preprocessed through q0 and q1. */ 495 * are the index numbers preprocessed through the q0 and q1 tables 501 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \ 502 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \ 513 ctx->s[0][i] = mds[0][q0[q 62 static const byte q0[256] = { variable [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | twofish.c | 59 /* These two tables are the q0 and q1 permutations, exactly as described in 62 static const byte q0[256] = { 113 /* These MDS tables are actually tables of MDS composed with q0 and q1, 119 * mds[0][i] = MDS (q1[i] 0 0 0)^T mds[1][i] = MDS (0 q0[i] 0 0)^T 120 * mds[2][i] = MDS (0 0 q1[i] 0)^T mds[3][i] = MDS (0 0 0 q0[i])^T 410 * S-box entries, preprocessed through q0 and q1. */ 494 * are the index numbers preprocessed through the q0 and q1 tables 500 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \ 501 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \ 512 ctx->s[0][i] = mds[0][q0[q 61 static const byte q0[256] = { variable [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | privlib.c | 248 char *p0, *q0; local 269 q0 = tmp->pd_privnames[0]; 282 tmp->pd_privnames[i] += p0 - q0;
|
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 4322 mp_digit d1, d0, q1, q0; local 4339 q0 = r1 / d1; 4340 m = q0 * d0; 4343 q0--, r0 += divisor; 4345 q0--, r0 += divisor; 4349 *qp = (q1 << MP_HALF_DIGIT_BIT) | q0;
|
Completed in 37 milliseconds