| /netbsd-src/sys/dev/usb/ |
| H A D | ohci.c | 541 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 D | scroll.c | 99 int oy, ox; in wscrl() 111 getyx(win, oy, ox); 115 wmove(win, oy, ox); 88 int oy, ox; wscrl() local
|
| H A D | addchnstr.c | 138 int i, ret, ox, oy; in waddchnstr() local 162 ox = win->curx; in waddchnstr() 184 wmove(win, oy, ox);
|
| H A D | refresh.c | 1517 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 D | chinese | 10 rat:ox 11 ox:tiger
|
| /netbsd-src/games/hack/ |
| H A D | hack.c | 264 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 D | hack.dog.c | 281 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 D | hack.wizard.c | 124 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 D | hack.pri.c | 592 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 D | hack.zap.c | 163 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 D | hack.mkobj.c | 78 otmp->ox = x; in mkobj_at() 89 otmp->ox = x; in mksobj_at()
|
| H A D | hack.invent.c | 290 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 D | hack.steal.c | 263 otmp->ox = mtmp->mx; in relobj() 270 atl(otmp->ox, otmp->oy, otmp->olet); in relobj()
|
| H A D | hack.do.c | 136 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 D | def.obj.h | 70 xchar ox,oy; member
|
| H A D | hack.potion.c | 165 if (objs->ox != u.ux || objs->oy != u.uy) in dodrink() 172 at(objs->ox, objs->oy, objs->olet); in dodrink()
|
| H A D | hack.trap.c | 453 uball->ox = uchain->ox = u.ux; in placebc()
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | vfwprintf.c | 684 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 D | main.c | 381 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 D | array.h | 147 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 D | der.c | 415 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 D | io.c | 523 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 D | window-tree.c | 515 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 D | coff-rs6000.c | 375 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 D | draw.c | 649 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()
|