Searched refs:c3 (Results 1 - 25 of 38) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libc/port/fp/
H A D__tbl_fdq.c204 int c0, c1, c2, c3; local
210 c3 = pt[3] + (u & 7);
211 if (c3 > '9') {
212 c3 -= 10;
224 s[3] = c3;
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhashkey.h52 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5)
55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6)
59 #define HASHNKEY3(n,c3,c2,c1) HASHKEY4((n)+HASHKEYOFF,c3,c
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dhashkey.h43 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
44 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
45 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5)
46 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6)
50 #define HASHNKEY3(n,c3,c2,c1) HASHKEY4((n)+HASHKEYOFF,c3,c
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dhashkey.h52 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5)
55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6)
59 #define HASHNKEY3(n,c3,c2,c1) HASHKEY4((n)+HASHKEYOFF,c3,c
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhashkey.h52 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5)
55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6)
59 #define HASHNKEY3(n,c3,c2,c1) HASHKEY4((n)+HASHKEYOFF,c3,c
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhashkey.h52 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5)
55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6)
59 #define HASHNKEY3(n,c3,c2,c1) HASHKEY4((n)+HASHKEYOFF,c3,c
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c344 BN_ULONG c1,c2,c3; local
348 c3=0;
349 mul_add_c(a[0],b[0],c1,c2,c3);
352 mul_add_c(a[0],b[1],c2,c3,c1);
353 mul_add_c(a[1],b[0],c2,c3,c1);
356 mul_add_c(a[2],b[0],c3,c1,c2);
357 mul_add_c(a[1],b[1],c3,c1,c2);
358 mul_add_c(a[0],b[2],c3,c1,c2);
359 r[2]=c3;
360 c3
448 BN_ULONG c1,c2,c3; local
488 BN_ULONG c1,c2,c3; local
564 BN_ULONG c1,c2,c3; local
[all...]
H A Dsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
604 st c_3,rp(2) !r[2]=c3;
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
H A Dsparcv8plus.S655 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
660 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
666 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
674 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
680 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
685 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
690 stuw t_1,rp(2) !r[2]=c3;
693 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
698 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
703 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_asm.c558 BN_ULONG c1,c2,c3; local
562 c3=0;
563 mul_add_c(a[0],b[0],c1,c2,c3);
566 mul_add_c(a[0],b[1],c2,c3,c1);
567 mul_add_c(a[1],b[0],c2,c3,c1);
570 mul_add_c(a[2],b[0],c3,c1,c2);
571 mul_add_c(a[1],b[1],c3,c1,c2);
572 mul_add_c(a[0],b[2],c3,c1,c2);
573 r[2]=c3;
574 c3
667 BN_ULONG c1,c2,c3; local
712 BN_ULONG c1,c2,c3; local
793 BN_ULONG c1,c2,c3; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Drfc2047.c227 int c1, c2, c3, c4; local
249 ((c3 = char64(*pp)) == -1)) {
253 c3 != -1) {
255 (c3 >> 2);
263 if (pp < endofmime && c3 != -1 &&
265 *q++ = ((c3 & 0x3) << 6) | (c4);
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DUTF8CodingSystem.cxx137 unsigned c3 = us[3] ^ 0x80; local
138 if ((c1 | c2 | c3) & 0xc0)
145 c = (c << 6) | c3;
157 unsigned c3 = us[3] ^ 0x80; local
159 if ((c1 | c2 | c3 | c4) & 0xc0)
166 c = (((c << 6) | c3) << 6) | c4;
178 unsigned c3 = us[3] ^ 0x80; local
181 if ((c1 | c2 | c3 | c4 | c5) & 0xc0)
188 c = (((((c << 6) | c3) << 6) | c4) << 6) | c5;
H A DGroup.cxx44 GroupConnector::Type c3)
49 allow(c3);
54 GroupConnector::Type c3,
60 allow(c3);
42 AllowedGroupConnectors(GroupConnector::Type c1, GroupConnector::Type c2, GroupConnector::Type c3) argument
52 AllowedGroupConnectors(GroupConnector::Type c1, GroupConnector::Type c2, GroupConnector::Type c3, GroupConnector::Type c4) argument
/opensolaris-onvv-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h52 uint32_t c3; member in struct:__anon9204
122 (l1)->_comps.c3 == (l2)->_comps.c3 && \
185 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
191 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
214 (l1)->_comps.c3 == (l2)->_comps.c3 && \
228 (l2)->_comps.c3 == ((l1)->_comps.c3 & (l2)->_comps.c3)
[all...]
/opensolaris-onvv-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c114 uint8_t c1, c2, c3, c4; local
127 c3 = CHAR64(*(p + 2));
128 if (c3 == 255)
131 *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
138 *bp++ = ((c3 & 0x03) << 6) | c4;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drecurse.t252 $self->{c3} = bless CLASS_1->make(), "CLASS_3";
259 return "", $self->{c1}, $self->{c3}, $self->{o};
263 my($self, $clonning, $frozen, $c1, $c3, $o) = @_;
266 main::ok 31, ref $c3 eq "CLASS_3";
269 $self->{c3} = $c3;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dcorrectness.t45 $c3 = &$fm(); # Call memoized version through returned ref
46 print (($c3 == 13) ? "ok 10\n" : "not ok 10\n");
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddriver-graphics-usbvc.mf44 alias=usbia46d,8c3.config1.0 \
H A Ddriver-network-e1000g.mf114 alias=pci8086,10c3 \
163 alias=pciex8086,10c3 \
/opensolaris-onvv-gate/usr/src/cmd/col/
H A Dcol.c392 wchar_t c1, c2, c3, c4, c5, c6, c7; local
400 c3 = *line;
417 c2 = c3;
418 c3 = c4;
425 wchar_t c1, c2, c3; local
434 c3 = *line;
438 c2 = c3;
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c193 int c1, c2, c3, c4; local
212 c3 = in[2];
213 if (c3 != '=' && CHAR64(c3) == -1) return SASL_BADPROT;
219 if (c3 != '=') {
220 *out++ = ((CHAR64(c2) << 4) & 0xf0) | (CHAR64(c3) >> 2);
223 *out++ = ((CHAR64(c3) << 6) & 0xc0) | CHAR64(c4);
/opensolaris-onvv-gate/usr/src/head/
H A Dieeefp.h308 c3: 1, /* condition code bit 3 */ member in struct:_sw87
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmime.c1101 int c1, c2, c3, c4; local
1119 c3 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
1120 } while (isascii(c3) && isspace(c3));
1121 if (c3 == SM_IO_EOF)
1162 if (c3 == '=')
1164 c3 = CHAR64(c3);
1165 *fbufp = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2);
1170 *fbufp = ((c3
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c91 char *c1, *c2, *c3, *c4; local
143 c3 = va_arg(ap, char *);
146 return (select(i1, c1, c2, c3, c4));
183 c3 = va_arg(ap, char *);
185 return (mount(c1, c2, i1, c3));
277 c3 = (char *)va_arg(ap, char **);
279 return (execve(c1, c2, c3));
554 c3 = va_arg(ap, char *);
556 return (_recvfrom(i1, c1, i2, i3, c2, c3));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs126 unsigned char c1, c2, c3;
171 c3 = *str++;
172 *r++ = basis_64[((c2 & 0xF) << 2) | ((c3 & 0xC0) >>6)];
173 *r++ = basis_64[c3 & 0x3F];
238 /* printf("c0=%d,c1=%d,c2=%d,c3=%d\n", c[0],c[1],c[2],c[3]);*/

Completed in 201 milliseconds

12