Searched refs:rd (Results 1 - 17 of 17) sorted by relevance

/barrelfish-master/usr/device_managers/xeon_phi/
H A Dservice.c77 struct reg_data *rd = a; local
79 DEBUG_SVC("Registration response: id=%u, #irefs=%u\n", rd->id, rd->irefs.num);
83 err = xeon_phi_manager_register_driver_response__tx(rd->b,
85 rd->id,
86 rd->irefs,
87 rd->err);
91 err = rd->b->register_send(rd->b, get_default_waitset(), txcont);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv8.S63 rd %y,%g1
74 rd %y,%g1
85 rd %y,%g1
95 rd %y,%g1
117 rd %y,%g1
128 rd %y,%g1
140 rd %y,%g1
176 rd %y,%g1
183 rd %y,%g1
191 rd
[all...]
H A Dsparcv9a-mont.pl155 rd %asi,%o7 ! save %asi
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_prn.c188 OCSP_RESPDATA *rd = NULL; local
211 rd = br->tbsResponseData;
212 l=ASN1_INTEGER_get(rd->version);
217 rid = rd->responderId;
229 if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt)) goto err;
231 for (i = 0; i < sk_OCSP_SINGLERESP_num(rd->responses); i++)
233 if (! sk_OCSP_SINGLERESP_value(rd->responses, i)) continue;
234 single = sk_OCSP_SINGLERESP_value(rd->responses, i);
275 rd->responseExtensions, flags, 4))
/barrelfish-master/include/arpa/
H A Dnameser_compat.h68 unsigned rd: 1; /*%< recursion desired */ member in struct:__anon32
78 unsigned rd :1; /*%< recursion desired */ member in struct:__anon32
/barrelfish-master/lib/gdtoa/
H A Dstrtodg.c174 (d, fpi, exp, bits, exact, rd, irv)
175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
207 switch(rd) {
327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
531 rd = 0;
534 rd = 2 - sign;
537 rd = 1;
540 rd = 1 + sign;
557 if (rvOK(&rv, fpi, exp, bits, 1, rd,
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dsparccpuid.S41 ! Following is V9 "rd %ccr,%o0" instruction. However! V8
42 ! specification says that it ("rd %asr2,%o0" in V8 terms) does
47 .word 0x91408000 !rd %ccr,%o0
174 .word 0x95408000 !rd %ccr,%o2, see comment above
222 .word 0x91408000 !rd %ccr,%o0
226 .word 0x91410000 !rd %tick,%o0
263 .word 0x91410000 !rd %tick,%o0
266 .word 0x93410000 !rd %tick,%o1
269 .word 0x95410000 !rd %tick,%o2
272 .word 0x97410000 !rd
[all...]
/barrelfish-master/tools/usbboot/include/omap4/
H A Domap4_rom.h83 int (*read)(struct mem_device *md, struct read_desc *rd);
/barrelfish-master/usr/monitor/
H A Dresource_ctrl.c251 int rd = sscanf(p, "%c", &type); local
252 if(rd != 1) {
259 if((rd = sscanf(p, "%c %lu %lu %lu %lu\n", &type, &wcet, &period,
272 if(rd >= 4) {
277 if(rd == 5) {
/barrelfish-master/usr/tests/msun/
H A Dfma_test.c72 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \
78 test((func), (x), (y), (z), (rd), (exceptmask), (excepts)); \
92 const int rd = (fegetround() == FE_DOWNWARD); local
99 testall(-0.0, 0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
100 testall(0.0, -0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
102 testall(0.0, 0.0, -0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
103 testall(-0.0, -0.0, -0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
108 testall(-one, one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
109 testall(one, -one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
110 testall(-one, -one, -one, rd
[all...]
/barrelfish-master/tools/schedsim/
H A Dsimulator.c174 unsigned long time, wcet, period, weight, id, blocktime, deadline, rd; local
190 if((rd = sscanf(b, "%lu H %lu %lu %lu %lu", &time, &wcet, &period, &blocktime, &deadline)) >= 4) {
201 if(rd == 5) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-sparcv9a.pl551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
562 foreach ($rs1,$rs2,$rd) {
573 0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
584 foreach ($rs1,$rs2,$rd) {
589 0x81b00300|$rd<<25|$rs1<<14|$rs2,
H A Dsha512-ia64.pl125 num=r49; // 3rd arg
142 mov num=r34 // 3rd arg
/barrelfish-master/lib/libc/resolv/
H A Dres_mkquery.c128 hp->rd = (statp->options & RES_RECURSE) != 0U;
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dinternal.tex163 \item[Contrib/] A collection of 3rd party libraries, e.g.
/barrelfish-master/lib/pcre/
H A Dpcre_exec.c323 #define RMATCH(ra,rb,rc,rd,re,rw) \
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
335 #define RMATCH(ra,rb,rc,rd,re,rw) \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
344 the "rd" argument of RMATCH isn't actually used in this definition. It's the md
349 #define RMATCH(ra,rb,rc,rd,re,rw)\
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1245 The second argument of {\it group\_lp} serves as an accumulator\index{accumulator} to collect items with the same key. As long as the next item uses the same key, it is put into this accumulator (2nd clause). If the remaining list is empty (1st clause) or it starts with an element of a different key (3rd clause), the accumulated list is put into the output list.

Completed in 180 milliseconds