Home
last modified time | relevance | path

Searched refs:rdesc (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/vax/boot/boot/
H A Dif_le.c97 } *rdesc, *tdesc; variable
173 rdesc = (struct buffdesc *) in leopen()
175 initblock->ib_rdr = (RLEN << 29) | (int)rdesc; in leopen()
187 rdesc[i].bd_adrflg = QW_ALLOC(BUFSIZE) | BR_OWN; in leopen()
189 rdesc[i].bd_adrflg -= (int)initblock; in leopen()
190 rdesc[i].bd_bcnt = -BUFSIZE; in leopen()
191 rdesc[i].bd_mcnt = 0; in leopen()
194 copyout((void *)rdesc, (int)rdesc - (int)initblock, in leopen()
249 copyin((int)&rdesc[next_rdesc] - (int)initblock, in le_get()
250 (void *)&rdesc[next_rdesc], sizeof(struct buffdesc)); in le_get()
[all …]
/netbsd-src/games/adventure/
H A Dio.c56 static void rdesc(int);
226 rdesc(1); in rdata()
229 rdesc(2); in rdata()
238 rdesc(5); in rdata()
241 rdesc(6); in rdata()
253 rdesc(10); in rdata()
259 rdesc(12); in rdata()
293 rdesc(int sect) in rdesc() function
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dwm.c64 struct rdesc { struct
108 struct rdesc rxd[2];
141 struct rdesc *rxd; in wm_init()
254 volatile struct rdesc *rxd; in wm_recv()
263 inv(rxd, sizeof(struct rdesc)); in wm_recv()
276 wbinv(rxd, sizeof(struct rdesc)); in wm_recv()
289 wbinv(rxd, sizeof(struct rdesc)); in wm_recv()
H A Dvge.c67 struct rdesc { struct
190 struct rdesc rxd[NRXDESC];
221 struct rdesc *rxd; in vge_init()
348 volatile struct rdesc *rxd; in vge_recv()
357 inv(rxd, sizeof(struct rdesc)); in vge_recv()
369 wbinv(rxd, sizeof(struct rdesc)); in vge_recv()
389 wbinv(rxd, NRXDESC * sizeof(struct rdesc)); in vge_recv()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c547 struct ipa_cst_ref_desc *rdesc; in ipa_set_jf_constant() local
549 rdesc = ipa_refdesc_pool.allocate (); in ipa_set_jf_constant()
550 rdesc->cs = cs; in ipa_set_jf_constant()
551 rdesc->next_duplicate = NULL; in ipa_set_jf_constant()
552 rdesc->refcount = 1; in ipa_set_jf_constant()
553 jfunc->value.constant.rdesc = rdesc; in ipa_set_jf_constant()
556 jfunc->value.constant.rdesc = NULL; in ipa_set_jf_constant()
3492 remove_described_reference (symtab_node *symbol, struct ipa_cst_ref_desc *rdesc) in remove_described_reference() argument
3497 origin = rdesc->cs; in remove_described_reference()
3519 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); in jfunc_rdesc_usable() local
[all …]
H A Dipa-prop.h84 struct ipa_cst_ref_desc GTY((skip)) *rdesc;
351 return jfunc->value.constant.rdesc; in ipa_get_jf_constant_rdesc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc555 struct ipa_cst_ref_desc *rdesc; in ipa_set_jf_constant() local
557 rdesc = ipa_refdesc_pool.allocate (); in ipa_set_jf_constant()
558 rdesc->cs = cs; in ipa_set_jf_constant()
559 rdesc->next_duplicate = NULL; in ipa_set_jf_constant()
560 rdesc->refcount = 1; in ipa_set_jf_constant()
561 jfunc->value.constant.rdesc = rdesc; in ipa_set_jf_constant()
564 jfunc->value.constant.rdesc = NULL; in ipa_set_jf_constant()
3688 remove_described_reference (symtab_node *symbol, struct ipa_cst_ref_desc *rdesc) in remove_described_reference() argument
3693 origin = rdesc->cs; in remove_described_reference()
3715 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); in jfunc_rdesc_usable() local
[all …]
H A Dipa-prop.h84 struct ipa_cst_ref_desc GTY((skip)) *rdesc;
359 return jfunc->value.constant.rdesc; in ipa_get_jf_constant_rdesc()
368 jfunc->value.constant.rdesc = NULL; in ipa_zap_jf_refdesc()
H A DChangeLog-201320858 * ipa-prop.c (ipa_edge_duplication_hook): Always put new rdesc to the
27065 rdesc linked list. Do not assert rdesc edges have inlined caller.
27066 Assert we have found an rdesc in the rdesc list.