Searched refs:rdesc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/vax/boot/boot/
H A Dif_le.c97 } *rdesc, *tdesc; variable in typeref:struct:buffdesc
173 rdesc = (struct buffdesc *)
175 initblock->ib_rdr = (RLEN << 29) | (int)rdesc;
187 rdesc[i].bd_adrflg = QW_ALLOC(BUFSIZE) | BR_OWN;
189 rdesc[i].bd_adrflg -= (int)initblock;
190 rdesc[i].bd_bcnt = -BUFSIZE;
191 rdesc[i].bd_mcnt = 0;
194 copyout((void *)rdesc, (int)rdesc - (int)initblock,
249 copyin((int)&rdesc[next_rdes
[all...]
/netbsd-current/games/adventure/
H A Dio.c56 static void rdesc(int);
226 rdesc(1);
229 rdesc(2);
238 rdesc(5);
241 rdesc(6);
253 rdesc(10);
259 rdesc(12);
293 rdesc(int sect) function
336 errx(1,"rdesc called with bad section");
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dwm.c64 struct rdesc { struct
108 struct rdesc rxd[2];
141 struct rdesc *rxd;
254 volatile struct rdesc *rxd;
263 inv(rxd, sizeof(struct rdesc));
276 wbinv(rxd, sizeof(struct rdesc));
289 wbinv(rxd, sizeof(struct rdesc));
H A Dvge.c67 struct rdesc { struct
190 struct rdesc rxd[NRXDESC];
221 struct rdesc *rxd;
348 volatile struct rdesc *rxd;
357 inv(rxd, sizeof(struct rdesc));
369 wbinv(rxd, sizeof(struct rdesc));
389 wbinv(rxd, NRXDESC * sizeof(struct rdesc));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc529 combination code). The two functions will share their rdesc. */
555 struct ipa_cst_ref_desc *rdesc; local
557 rdesc = ipa_refdesc_pool.allocate ();
558 rdesc->cs = cs;
559 rdesc->next_duplicate = NULL;
560 rdesc->refcount = 1;
561 jfunc->value.constant.rdesc = rdesc;
564 jfunc->value.constant.rdesc = NULL;
3688 remove_described_reference (symtab_node *symbol, struct ipa_cst_ref_desc *rdesc) argument
3715 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); local
3748 struct ipa_cst_ref_desc *rdesc; local
4159 struct ipa_cst_ref_desc *rdesc; local
4265 struct ipa_cst_ref_desc *rdesc = jfunc_rdesc_usable (jf); local
4414 struct ipa_cst_ref_desc *rdesc; local
[all...]
H A Dipa-prop.h84 struct ipa_cst_ref_desc GTY((skip)) *rdesc;
359 return jfunc->value.constant.rdesc;
368 jfunc->value.constant.rdesc = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c523 combination code). The two functions will share their rdesc. */
547 struct ipa_cst_ref_desc *rdesc; local
549 rdesc = ipa_refdesc_pool.allocate ();
550 rdesc->cs = cs;
551 rdesc->next_duplicate = NULL;
552 rdesc->refcount = 1;
553 jfunc->value.constant.rdesc = rdesc;
556 jfunc->value.constant.rdesc = NULL;
3492 remove_described_reference (symtab_node *symbol, struct ipa_cst_ref_desc *rdesc) argument
3519 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); local
3551 struct ipa_cst_ref_desc *rdesc; local
3964 struct ipa_cst_ref_desc *rdesc; local
4050 struct ipa_cst_ref_desc *rdesc = jfunc_rdesc_usable (jf); local
4195 struct ipa_cst_ref_desc *rdesc; local
[all...]
H A Dipa-prop.h84 struct ipa_cst_ref_desc GTY((skip)) *rdesc;
351 return jfunc->value.constant.rdesc;

Completed in 169 milliseconds