Searched refs:cont (Results 1 - 25 of 140) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/tests/
H A Dbreaks29 cont
32 cont
34 cont
H A Dsteps24 cont
27 cont
H A Dloadmaps28 cont
H A Dplt_skip24 cont
H A Dobject_padding_maps28 cont
H A Dtest-sparc-regs24 cont
/opensolaris-onvv-gate/usr/src/lib/libplot/plot/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dcont.c38 cont(short xi, short yi) function
H A Dllib-lplot39 void cont(short, short);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dllib-l30047 /*cont.c*/
48 void cont(short, short);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dllib-l300s47 /*cont.c*/
48 void cont(short, short);
/opensolaris-onvv-gate/usr/src/lib/libplot/t4014/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dmove.c41 cont(xi, yi);
H A Dline.c40 cont(x1, y1);
H A Dpoint.c40 cont(xi, yi);
H A Dllib-l401447 /*cont.c*/
48 void cont(short, short);
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dllib-l45047 /*cont.c*/
48 void cont(short, short);
/opensolaris-onvv-gate/usr/src/lib/libplot/vt0/common/
H A Dbox.c40 cont(x0, y1);
41 cont(x1, y1);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dllib-lvt047 /*cont.c*/
48 void cont(short, short);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dx_long.c72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
129 if(cont) {
130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
132 cont[i] = (unsigned char)(utmp & 0xff);
133 if(ltmp < 0) cont[i] ^= 0xff;
140 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
152 if(len && (cont[0] & 0x80)) neg = 1;
157 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
119 if(cont) {
120 if(pad) *cont++ = 0;
121 BN_bn2bin(bn, cont);
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
132 if(!BN_bin2bn(cont, len, bn)) {
/opensolaris-onvv-gate/usr/src/lib/libplot/
H A Dplot.h43 extern void cont(short, short);
61 extern void cont();

Completed in 263 milliseconds

123456