Searched defs:q1 (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | prototype.t | 10 sub q1 ($) { $_[0] + 1 } subroutine 17 memoize 'q1'; 30 $r = q1(@q);
|
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 140 digit q1, q2, q3, q4; local 151 q1 = u[1] / t; 160 tmp.ul[H] = COMBINE(q1, q2);
|
/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 88 static const byte q1[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 503 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \ 504 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh] 513 ctx->s[0][i] = mds[0][q0[q0[q1[( 87 static const byte q1[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 87 static const byte q1[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 502 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \ 503 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh] 512 ctx->s[0][i] = mds[0][q0[q0[q1[( 86 static const byte q1[256] = { variable [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | utf8.c | 1932 register U8 *e1 = 0, *f1 = 0, *q1 = 0; local 1967 q1 = foldbuf1; 1981 if ( UTF8SKIP(q1) != UTF8SKIP(q2) || 1982 (UTF8SKIP(q1) == 1 && *q1 != *q2) || 1983 memNE((char*)q1, (char*)q2, UTF8SKIP(q1)) ) 1985 n1 -= UTF8SKIP(q1); 1986 q1 += UTF8SKIP(q1); [all...] |
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 4322 mp_digit d1, d0, q1, q0; local 4328 q1 = Nhi / d1; 4329 m = q1 * d0; 4332 q1--, r1 += divisor; 4334 q1--, r1 += divisor; 4349 *qp = (q1 << MP_HALF_DIGIT_BIT) | q0; 4566 s_mp_rshd(&q, USED(m) - 1); /* q1 = x / b^(k-1) */ 4567 s_mp_mul(&q, mu); /* q2 = q1 * mu */
|
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3162 pkinit_check_dh_params(BIGNUM * p1, BIGNUM * p2, BIGNUM * g1, BIGNUM * q1) argument 3174 if (!BN_cmp(q1, q2)) {
|
Completed in 85 milliseconds