Searched refs:dd (Results 1 - 25 of 27) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_dd.c69 CMS_DigestedData *dd; local
74 dd = M_ASN1_new_of(CMS_DigestedData);
76 if (!dd)
80 cms->d.digestedData = dd;
82 dd->version = 0;
83 dd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
85 cms_DigestAlgorithm_set(dd->digestAlgorithm, md);
99 CMS_DigestedData *dd; local
100 dd = cms->d.digestedData;
101 return cms_DigestAlgorithm_init_bio(dd
110 CMS_DigestedData *dd; local
[all...]
/barrelfish-2018-10-04/lib/gdtoa/
H A Dg_ddfmt.c46 U *dd, ddx[2]; local
66 dd = (U*)dd0;
67 L = dd->L;
92 if (dval(&dd[0]) + dval(&dd[1]) == 0.) {
103 dval(&ddx[1]) = dval(&dd[0]);
104 dval(&ddx[0]) = dval(&dd[1]);
105 dd = ddx;
106 L = dd->L;
108 z = d2b(dval(&dd[
[all...]
H A DstrtodI.c53 strtodI(s, sp, dd) CONST char *s; char **sp; double *dd;
55 strtodI(CONST char *s, char **sp, double *dd)
65 u = (U*)dd;
H A Dstrtopdd.c36 strtopdd(s, sp, dd) CONST char *s; char **sp; double *dd;
38 strtopdd(CONST char *s, char **sp, double *dd)
61 u = (U*)dd;
H A Dstrtordd.c175 strtordd(s, sp, rounding, dd) CONST char *s; char **sp; int rounding; double *dd;
177 strtordd(CONST char *s, char **sp, int rounding, double *dd)
197 ULtodd((ULong*)dd, bits, exp, k);
H A Dmisc.c687 (dd, e, bits) double dd; int *e, *bits;
689 (double dd, int *e, int *bits)
705 d.d = dd;
/barrelfish-2018-10-04/lib/acpica/tests/aslts/
H A DMakefile.def55 dd=`pwd`; \
56 echo "---- Test path: $$dd" >> $(COMPILER_LOG); \
57 echo "---- Test path: $$dd" >> $(COMPILER_ERROR_LOG); \
87 >&2 echo "**** Unexpected iASL failure in $$dd/$$j.asl!"; \
121 dd=`pwd`; \
122 base=`basename "$$dd"`; \
124 echo "Bad base name of ASLTS Test Suite: <$$base> of <$$dd>"; exit 1; \
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_fmal.c37 * A struct dd represents a floating-point number with twice the precision
41 struct dd { struct
47 * Compute a+b exactly, returning the exact result in a struct dd. We assume
51 static inline struct dd
54 struct dd ret;
77 struct dd sum;
97 struct dd sum;
123 * Compute a*b exactly, returning the exact result in a struct dd. We assume
127 static inline struct dd
135 struct dd re
[all...]
H A Ds_fma.c37 * A struct dd represents a floating-point number with twice the precision
41 struct dd { struct
47 * Compute a+b exactly, returning the exact result in a struct dd. We assume
51 static inline struct dd
54 struct dd ret;
77 struct dd sum;
101 struct dd sum;
131 * Compute a*b exactly, returning the exact result in a struct dd. We assume
135 static inline struct dd
139 struct dd re
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/mdc2/
H A Dmdc2dgst.c127 DES_LONG d[2],dd[2]; local
134 c2l(in,tin0); d[0]=dd[0]=tin0;
135 c2l(in,tin1); d[1]=dd[1]=tin1;
145 DES_encrypt1(dd,&k,1);
147 ttin0=tin0^dd[0];
148 ttin1=tin1^dd[1];
/barrelfish-2018-10-04/lib/libc/tests/gen/posix_spawn/
H A DMakefile23 dd if=/dev/zero of=h_zero bs=1k count=2 status=none
/barrelfish-2018-10-04/lib/tommath/etc/
H A Dtimer.asm6 time dd 0, 0
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_module.c196 DIR *dd = opendir(search_dirs[i]); local
199 if (dd == NULL)
202 while ((dp = readdir(dd)) != NULL) {
249 closedir(dd);
/barrelfish-2018-10-04/usr/drivers/e1000/
H A De1000n_desc.h30 unsigned int dd :1; member in struct:rx_desc::__anon1481::__anon1482::__anon1483
81 uint8_t dd :1; member in struct:tx_desc::__anon1486::__anon1487::__anon1490::__anon1491
110 uint8_t dd :1; member in struct:tx_desc::__anon1486::__anon1492::__anon1495::__anon1496
152 uint8_t dd :1; member in struct:tx_desc::__anon1486::__anon1499::__anon1504::__anon1505
210 uint8_t dd :1; member in struct:context_desc::__anon1508::__anon1512::__anon1513
H A Ddevif_backend_e1000.c125 if (!rxd->rx_read_format.info.status.dd ||
204 if (txd->ctrl.legacy.stat_rsv.d.dd != 1) {
/barrelfish-2018-10-04/lib/msun/ld128/
H A Ds_logl.c456 double dd, dk; local
548 dd = (double)d;
551 dd * (P9 + dd * (P10 + dd * (P11 + dd * (P12 + dd * (P13 +
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
568 double d_lo, dd, dk; local
657 dd
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dadjlogs.c527 MINT *nn, *dd, *vv; local
562 dd = xtom(buf);
563 if (!dd) {
569 mdiv(prod,dd,qq,rr);
579 mfree( dd );
725 MINT *nn, *dd, *vv, *prod, *qq, *rr;
733 dd = xtom(buf);
738 mdiv(prod,dd,qq,rr);
/barrelfish-2018-10-04/lib/libc/tests/sys/
H A DMakefile86 dd if=/dev/null bs=1 count=1 of=${.TARGET} status=none
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds23_srvr.c247 unsigned char *p,*d,*d_len,*dd; local
456 dd=d;
465 s2n(j,dd);
H A Ds3_enc.c221 EVP_CIPHER_CTX *dd; local
252 dd= s->enc_read_ctx;
289 dd= s->enc_write_ctx;
313 EVP_CIPHER_CTX_cleanup(dd);
375 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
H A Dt1_enc.c319 EVP_CIPHER_CTX *dd; local
371 dd= s->enc_read_ctx;
413 dd= s->enc_write_ctx;
439 EVP_CIPHER_CTX_cleanup(dd);
519 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
527 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86nasm.pl140 { push(@out,(($::mwerks)?".long\t":"dd\t").join(',',@_)."\n"); }
156 dd $f
/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py317 sorted_events = sorted(event_list, key=lambda dd: dd['TS'])
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c419 int dd; local
422 dd = find_minlength(re, cs, startcode, options, &this_recurse,
424 if (dd < d) d = dd;
/barrelfish-2018-10-04/usr/drivers/lo/
H A Dlo_qdriver.c359 if (txd->ctrl.legacy.sta_rsv.d.dd != 1) {

Completed in 219 milliseconds

12