Home
last modified time | relevance | path

Searched refs:hq (Results 1 – 25 of 71) sorted by relevance

123

/netbsd/sys/arch/hp300/dev/
H A Dhpib.c246 hpibreq(device_t pdev, struct hpibqueue *hq) in hpibreq() argument
252 TAILQ_INSERT_TAIL(&sc->sc_queue, hq, hq_list); in hpibreq()
255 if (TAILQ_FIRST(&sc->sc_queue) == hq) in hpibreq()
262 hpibfree(device_t pdev, struct hpibqueue *hq) in hpibfree() argument
268 TAILQ_REMOVE(&sc->sc_queue, hq, hq_list); in hpibfree()
271 if ((hq = TAILQ_FIRST(&sc->sc_queue)) != NULL) in hpibfree()
272 (*hq->hq_start)(hq->hq_softc); in hpibfree()
370 struct hpibqueue *hq; in hpibstart() local
372 hq = TAILQ_FIRST(&sc->sc_queue); in hpibstart()
373 (*hq->hq_go)(hq->hq_softc); in hpibstart()
H A Dfhpib.c458 struct hpibqueue *hq; in fhpibdmadone() local
470 hq = TAILQ_FIRST(&hs->sc_queue); in fhpibdmadone()
471 (hq->hq_intr)(hq->hq_softc); in fhpibdmadone()
525 struct hpibqueue *hq; in fhpibintr() local
550 hq = TAILQ_FIRST(&hs->sc_queue); in fhpibintr()
562 (hq->hq_intr)(hq->hq_softc); in fhpibintr()
578 if ((stat0 & (0x80 >> hq->hq_slave)) == 0) { in fhpibintr()
585 if ((stat0 & (0x80 >> hq->hq_slave)) == 0 && in fhpibintr()
590 hq->hq_slave, stat0); in fhpibintr()
594 (hq->hq_intr)(hq->hq_softc); in fhpibintr()
H A Dnhpib.c457 struct hpibqueue *hq; in nhpibreadtimo() local
464 hq = TAILQ_FIRST(&hs->sc_queue); in nhpibreadtimo()
465 (hq->hq_intr)(hq->hq_softc); in nhpibreadtimo()
507 struct hpibqueue *hq; in nhpibintr() local
517 hq = TAILQ_FIRST(&hs->sc_queue); in nhpibintr()
530 (hq->hq_intr)(hq->hq_softc); in nhpibintr()
534 if (stat0 & (0x80 >> hq->hq_slave)) { in nhpibintr()
536 (hq->hq_intr)(hq->hq_softc); in nhpibintr()
/netbsd/lib/libc/db/mpool/
H A Dmpool.c154 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_newf()
183 TAILQ_REMOVE(head, bp, hq); in mpool_delete()
227 TAILQ_REMOVE(head, bp, hq); in mpool_get()
228 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get()
279 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get()
387 TAILQ_REMOVE(head, bp, hq); in mpool_bkt()
466 TAILQ_FOREACH(bp, head, hq) in mpool_look()
/netbsd/sys/sys/
H A Dgcq.h47 struct gcq hq; member
51 #define GCQ_INIT_HEAD(head) { GCQ_INIT((head).hq) }
258 struct gcq *q, *hq; in _gcq_next() local
259 hq = gcq_hq(head); in _gcq_next()
261 if (hq != start && q == hq) in _gcq_next()
262 q = hq->q_next; in _gcq_next()
271 struct gcq *q, *hq; in _gcq_prev() local
272 hq = gcq_hq(head); in _gcq_prev()
274 if (hq != start && q == hq) in _gcq_prev()
275 q = hq->q_prev; in _gcq_prev()
/netbsd/external/bsd/nvi/dist/vi/
H A Dvs_split.c654 TAILQ_REMOVE(&gp->hq, nsp, q); in vs_fg()
658 TAILQ_INSERT_TAIL(&gp->hq, nsp, q); in vs_fg()
664 TAILQ_INSERT_TAIL(&gp->hq, sp, q); in vs_fg()
696 TAILQ_INSERT_TAIL(&gp->hq, sp, q); in vs_bg()
788 TAILQ_REMOVE(&gp->hq, nsp, q); in vs_swap()
944 return TAILQ_FIRST(&gp->hq); in vs_getbg()
948 TAILQ_FOREACH(nsp, &gp->hq, q) in vs_getbg()
955 TAILQ_FOREACH(nsp, &gp->hq, q) { in vs_getbg()
H A Dvi.c1077 TAILQ_INSERT_TAIL(&gp->hq, tsp, q); in v_dtoh()
1084 TAILQ_REMOVE(&gp->hq, sp, q); in v_dtoh()
/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.c73 strhash_t *hp, *hq; in strtab_destroy() local
77 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in strtab_destroy()
78 hq = hp->str_next; in strtab_destroy()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_strtab.c104 dt_strhash_t *hp, *hq; in dt_strtab_destroy() local
108 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in dt_strtab_destroy()
109 hq = hp->str_next; in dt_strtab_destroy()
/netbsd/external/bsd/file/dist/src/
H A Dsoftmagic.c78 (CAST(uint64_t, (p)->hq[0])<<56)| \
79 (CAST(uint64_t, (p)->hq[1])<<48)| \
80 (CAST(uint64_t, (p)->hq[2])<<40)| \
81 (CAST(uint64_t, (p)->hq[3])<<32)| \
82 (CAST(uint64_t, (p)->hq[4])<<24)| \
83 (CAST(uint64_t, (p)->hq[5])<<16)| \
84 (CAST(uint64_t, (p)->hq[6])<<8)| \
85 (CAST(uint64_t, (p)->hq[7])))
87 (CAST(uint64_t, (p)->hq[7])<<56)| \
93 (CAST(uint64_t, (p)->hq[1])<<8)| \
[all …]
H A Dfile.h195 uint8_t hq[8]; /* 8 bytes of a fixed-endian "quad" */ member
/netbsd/external/bsd/nvi/dist/common/
H A Dgs.c55 TAILQ_INIT(&gp->hq); in gs_init()
153 while ((sp = TAILQ_FIRST(&gp->hq)) != NULL) in gs_end()
H A Dscreen.c255 if ((next = TAILQ_FIRST(&gp->hq)) != NULL) { in screen_next()
256 TAILQ_REMOVE(&gp->hq, next, q); in screen_next()
H A Dgs.h66 TAILQ_HEAD(_hqh, _scr) hq; /* Hidden screens. */
H A Dapi.c67 TAILQ_FOREACH (tsp, &gp->hq, q) in api_fscreen()
H A Dkey.c749 TAILQ_FOREACH(sp, &gp->hq, q) in v_sync()
/netbsd/include/
H A Dmpool.h52 TAILQ_ENTRY(_bkt) hq; /* hash queue */
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_screen.c115 if ((tsp = TAILQ_FIRST(&gp->hq)) == NULL) { in ex_sdisplay()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleA57.td1147 def : InstRW<[A57Write_3cyc_1V], (instregex "VABS(fd|fq|hd|hq)")>;
1150 def : InstRW<[A57Write_5cyc_1V], (instregex "VABD(fd|fq|hd|hq)",
1151 "VADD(fd|fq|hd|hq)", "VPADD(f|h)", "VSUB(fd|fq|hd|hq)")>;
1157 "VC(EQ|GE|GT|LE)(fd|fq|hd|hq)")>;
1173 "(VMAX|VMIN)(fd|fq|hd|hq)", "(VPMAX|VPMIN)(f|h)", "(NEON|VFP)_VMAXNM",
1178 def : InstRW<[A57WriteVMUL_VecFP], (instregex "VMUL(sl)?(fd|fq|hd|hq)")>;
1185 (instregex "(VMLA|VMLS)(sl)?(fd|fq|hd|hq)", "(VFMA|VFMS)(fd|fq|hd|hq)")>;
1188 def : InstRW<[A57Write_3cyc_1V], (instregex "VNEG(fd|f32q|hd|hq)")>;
H A DARMScheduleR52.td522 def : InstRW<[R52Write2FPALU_F5, R52Read_F1, R52Read_F1], (instregex "VABD(fq|hq)")>;
526 def : InstRW<[R52Write2FPALU_F5, R52Read_F1], (instregex "VABS(fq|hq)")>;
529 def : InstRW<[R52Write2FPALU_F3, R52Read_F1, R52Read_F1], (instregex "(VACGE|VACGT)(fq|hq)")>;
532 def : InstRW<[R52Write2FPALU_F5, R52Read_F1, R52Read_F1], (instregex "(VADD|VSUB)(fq|hq)")>;
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dfixed-bit.h175 #define MODE_NAME_S hq
677 #define FROM_MODE_NAME_S hq
939 #define TO_MODE_NAME_S hq
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dfixed-bit.h175 #define MODE_NAME_S hq
677 #define FROM_MODE_NAME_S hq
939 #define TO_MODE_NAME_S hq
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple.c2527 GIMPLE_FIXED_MODE_TYPES (hq); in gimple_signed_or_unsigned_type()
2532 GIMPLE_FIXED_MODE_TYPES_SAT (hq); in gimple_signed_or_unsigned_type()
H A Dgimple.cc2617 GIMPLE_FIXED_MODE_TYPES (hq); in gimple_signed_or_unsigned_type()
2622 GIMPLE_FIXED_MODE_TYPES_SAT (hq); in gimple_signed_or_unsigned_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c2527 GIMPLE_FIXED_MODE_TYPES (hq); in gimple_signed_or_unsigned_type()
2532 GIMPLE_FIXED_MODE_TYPES_SAT (hq); in gimple_signed_or_unsigned_type()

123