Searched refs:q1 (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dquery_string.t9 my $q1 = CGI->new('b=2;a=1;a=1');
12 is($q1->query_string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dprototype.t10 sub q1 ($) { $_[0] + 1 } subroutine
17 memoize 'q1';
30 $r = q1(@q);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
242 add %l0, %l2, %l1 ! p1 = q1 + m2
244 add %l0, %l3, %l0 ! q1 = q1 + m3
246 andn %l1, %l0, %l1 ! p1 = p1 & ~q1
248 andn %i4, %i3, %l0 ! q1 = m1 & ~x1
250 and %l0, %l1, %l0 ! q1 = p1 & q1
252 srl %l0, 2, %l0 ! q1 = q1 >>
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
242 add %l0, %l2, %l1 ! p1 = q1 + m2
244 add %l0, %l3, %l0 ! q1 = q1 + m3
246 andn %l1, %l0, %l1 ! p1 = p1 & ~q1
248 andn %i4, %i3, %l0 ! q1 = m1 & ~x1
250 and %l0, %l1, %l0 ! q1 = p1 & q1
252 srl %l0, 2, %l0 ! q1 = q1 >>
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Dqdivrem.c140 digit q1, q2, q3, q4; local
151 q1 = u[1] / t;
160 tmp.ul[H] = COMBINE(q1, q2);
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_div64.s87 / uint32_t q0, q1;
89 / /* calculate q1 */
92 / q1 = 0;
96 / A_DIV32(HI(x), 0, LO(y), q1, div_hi);
106 / return (HILO(q1, q0));
255 movl %eax, %ecx /, q1
377 / uint32_t q0, q1;
379 / /* calculate q1 */
382 / q1 = 0;
386 / A_DIV32(HI(x), 0, LO(y), q1, div_h
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c60 /* 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 Dtwofish.c59 /* 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 Dutf8.c1932 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/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h169 (BIGNUM * p1, BIGNUM * p2, BIGNUM * g1, BIGNUM * q1);
H A Dpkinit_crypto_openssl.c3162 pkinit_check_dh_params(BIGNUM * p1, BIGNUM * p2, BIGNUM * g1, BIGNUM * q1) argument
3174 if (!BN_cmp(q1, q2)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.t412 BEGIN { overload::constant 'q' => sub {push @q1, shift, ($_[1] || 'none'); "_<" . (shift) . ">_"},
434 test("@q1", "foo q f'o\\\\o q a\\a qq ,\\, qq oups
/osnet-11/usr/src/common/mpi/
H A Dmpi.c4322 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 */

Completed in 80 milliseconds