Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/sys/dev/usb/
H A Dohci.c541 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); in ohci_alloc_std_chain()
556 ox->ox_stds = kmem_zalloc(sizeof(ohci_soft_td_t *) * nstd, in ohci_alloc_std_chain()
558 ox->ox_nstd = nstd; in ohci_alloc_std_chain()
562 for (size_t j = 0; j < ox->ox_nstd; j++) { in ohci_alloc_std_chain()
567 ox->ox_stds[j] = cur; in ohci_free_stds()
568 cur->held = &ox->ox_stds[j]; in ohci_free_stds()
571 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox, in ohci_free_stds()
578 ohci_free_stds(sc, ox); in ohci_free_stds()
579 kmem_free(ox->ox_stds, sizeof(ohci_soft_td_t *) * nstd);
585 ohci_free_stds(ohci_softc_t *sc, struct ohci_xfer *ox) in ohci_reset_std_chain()
521 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_alloc_std_chain() local
565 ohci_free_stds(ohci_softc_t * sc,struct ohci_xfer * ox) ohci_free_stds() argument
584 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_reset_std_chain() local
1334 struct ohci_xfer *ox, *tmp; ohci_intr1() local
2283 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_abortx() local
2674 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_ctrl_init() local
2724 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_ctrl_fini() local
2762 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_ctrl_start() local
3010 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_bulk_fini() local
3043 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_bulk_start() local
3175 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_intr_init() local
3205 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_intr_fini() local
3238 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_intr_start() local
3456 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_isoc_init() local
3501 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_isoc_fini() local
3539 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); ohci_device_isoc_enter() local
[all...]
/netbsd-src/lib/libcurses/
H A Dscroll.c99 int oy, ox; in wscrl()
111 getyx(win, oy, ox);
115 wmove(win, oy, ox);
88 int oy, ox; wscrl() local
H A Daddchnstr.c138 int i, ret, ox, oy; in waddchnstr() local
162 ox = win->curx; in waddchnstr()
184 wmove(win, oy, ox);
H A Drefresh.c1517 domvcur(WINDOW *win, int oy, int ox, int ny, int nx) in domvcur()
1521 oy, ox, ny, nx, win ); in domvcur()
1526 if (oy == ny && ox == nx) {
1536 __mvcur(oy, ox, ny, nx, 1);
1861 int i, oy, ox, n; in scrolln()
1864 ox = curscr->curx; in scrolln()
1899 __mvcur(oy, ox, 0, 0, 1); in scrolln()
1912 __mvcur(0, 0, oy, ox, 1); in scrolln()
1918 __mvcur(oy, ox, bot, 0, 1); in scrolln()
1922 __mvcur(oy, ox, to in scrolln()
1504 domvcur(WINDOW * win,int oy,int ox,int ny,int nx) domvcur() argument
1848 int i, oy, ox, n; scrolln() local
[all...]
/netbsd-src/games/quiz/datfiles/
H A Dchinese10 rat:ox
11 ox:tiger
/netbsd-src/games/hack/
H A Dhack.c264 otmp->ox = rx; in domove()
302 DIST(u.ux + u.dx, u.uy + u.dy, uchain->ox, uchain->oy) > 2) { in domove()
307 if (DIST(u.ux + u.dx, u.uy + u.dy, uball->ox, uball->oy) < 3) { in domove()
309 movobj(uchain, uball->ox, uball->oy); in domove()
318 movobj(uball, uchain->ox, uchain->oy); in domove()
320 uchain->ox = u.ux; in domove()
388 movobj(struct obj *obj, int ox, int oy) in movobj() argument
395 obj->ox = ox; in movobj()
439 if (obj->ox == u.ux && obj->oy == u.uy) in pickup()
449 if (obj->ox == u.ux && obj->oy == u.uy) { in pickup()
H A Dhack.dog.c281 if (inroom(obj->ox, obj->oy) != dogroom) in dog_move()
284 (dogroom >= 0 || DDIST(obj->ox, obj->oy) < 10)) { in dog_move()
286 DDIST(obj->ox, obj->oy) < DDIST(gx, gy))) { in dog_move()
287 gx = obj->ox; in dog_move()
294 gx = obj->ox; in dog_move()
394 if (obj->ox != nx || obj->oy != ny) in dog_move()
H A Dhack.wizard.c124 if ((u.ux != otmp->ox || u.uy != otmp->oy) && in wiz_hit()
125 !m_at(otmp->ox, otmp->oy)) { in wiz_hit()
128 mtmp->mx = otmp->ox; in wiz_hit()
H A Dhack.pri.c592 cansee(obj->ox, obj->oy); in pobj()
594 if (obj->odx != obj->ox || obj->ody != obj->oy || !show) in pobj()
600 if (show && !vism_at(obj->ox, obj->oy)) { in pobj()
601 atl(obj->ox, obj->oy, obj->olet); in pobj()
603 obj->odx = obj->ox; in pobj()
616 if (!vism_at(obj->ox, obj->oy)) in unpobj()
617 newsym(obj->ox, obj->oy); in unpobj()
H A Dhack.zap.c163 obj->ox, obj->oy)->quan = obj->quan; in bhito()
700 mtmp = mkmon_at(CORPSE_I_TO_C(obj->otyp), obj->ox, obj->oy); in revive()
711 otx = obj->ox; in rloco()
717 obj->ox = tx; in rloco()
733 if (cansee(obj->ox, obj->oy)) in fracture_rock()
734 prl(obj->ox, obj->oy); in fracture_rock()
H A Dhack.mkobj.c78 otmp->ox = x; in mkobj_at()
89 otmp->ox = x; in mksobj_at()
H A Dhack.invent.c290 if (otmp->ox == x && otmp->oy == y) in o_at()
301 if (otmp->ox == x && otmp->oy == y && otmp->otyp == n) in sobj_at()
864 if (otmp->ox == u.ux && otmp->oy == u.uy) { in dolook()
901 if (otmp->ox == obj->ox && otmp->oy == obj->oy && in stackobj()
H A Dhack.steal.c263 otmp->ox = mtmp->mx; in relobj()
270 atl(otmp->ox, otmp->oy, otmp->olet); in relobj()
H A Dhack.do.c136 obj->ox = u.ux; in dropy()
489 obj->ox = bhitpos.x; in dothrow()
517 u.ux = uchain->ox = bhitpos.x - u.dx; in dothrow()
H A Ddef.obj.h70 xchar ox,oy; member
H A Dhack.potion.c165 if (objs->ox != u.ux || objs->oy != u.uy) in dodrink()
172 at(objs->ox, objs->oy, objs->olet); in dodrink()
H A Dhack.trap.c453 uball->ox = uchain->ox = u.ux; in placebc()
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c684 CHAR_T ox[2]; /* space for 0x hex-prefix */ in WDECL() local
880 ox[1] = '\0'; in WDECL()
1058 ox[1] = 'x'; in WDECL()
1062 ox[1] = 'X'; in WDECL()
1091 ox[1] = '\0'; in WDECL()
1273 ox[1] = 'x'; in WDECL()
1347 ox[1] = ch; in WDECL()
1418 if (ox[1]) in WDECL()
1435 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in WDECL()
1436 ox[0] = '0'; in WDECL()
[all …]
/netbsd-src/usr.bin/systat/
H A Dmain.c381 int oy, ox; in error() local
386 getyx(stdscr, oy, ox); in error()
392 move(oy, ox); in error()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h147 RootObject *ox = *(RootObject **)const_cast<void *>(x); in sort() local
150 return ox->compare(oy); in sort()
/netbsd-src/external/bsd/file/dist/src/
H A Dder.c415 size_t ox; in printdata() local
422 ox = x; in printdata()
431 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
/netbsd-src/games/cribbage/
H A Dio.c523 int c, oy, ox; in get_line() local
528 getyx(stdscr, oy, ox); in get_line()
545 move(oy, ox); in get_line()
/netbsd-src/external/bsd/tmux/dist/
H A Dwindow-tree.c515 u_int ox, oy; in window_tree_draw_label() local
520 ox = (sx - len + 1) / 2; in window_tree_draw_label()
523 if (ox > 1 && ox + len < sx - 1 && sy >= 3) { in window_tree_draw_label()
524 screen_write_cursormove(ctx, px + ox - 1, py + oy - 1, 0); in window_tree_draw_label()
528 screen_write_cursormove(ctx, px + ox, py + oy, 0); in window_tree_draw_label()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-rs6000.c375 struct xcoff_tdata *ix, *ox; in _bfd_xcoff_copy_private_bfd_data() local
381 ox = xcoff_data (obfd); in _bfd_xcoff_copy_private_bfd_data()
382 ox->full_aouthdr = ix->full_aouthdr; in _bfd_xcoff_copy_private_bfd_data()
383 ox->toc = ix->toc; in _bfd_xcoff_copy_private_bfd_data()
385 ox->sntoc = 0; in _bfd_xcoff_copy_private_bfd_data()
390 ox->sntoc = 0; in _bfd_xcoff_copy_private_bfd_data()
392 ox->sntoc = sec->output_section->target_index; in _bfd_xcoff_copy_private_bfd_data()
395 ox->snentry = 0; in _bfd_xcoff_copy_private_bfd_data()
400 ox->snentry = 0; in _bfd_xcoff_copy_private_bfd_data()
402 ox->snentry = sec->output_section->target_index; in _bfd_xcoff_copy_private_bfd_data()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c649 int ox, oy, dx, dy; in DrawSpline() local
658 ox = XPos (dw); in DrawSpline()
662 sx = ox; in DrawSpline()
673 int ux = ox + DeviceToX (dw, dx += v[i]); in DrawSpline()

12