/src/lib/libc/gdtoa/ |
dmisc.c | 116 ULong *bx, *bxe, q, *sx, *sxe; local in function:quorem 135 bx = b->x; 136 bxe = bx + n; 150 y = *bx - (ys & 0xffffffffUL) - borrow; 153 *bx++ = y & 0xffffffffUL; 160 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 162 z = (*bx >> 16) - (zs & 0xffff) - borrow; 164 Storeinc(bx, z, y); 168 y = *bx - (ys & 0xffff) - borrow; 170 *bx++ = y & 0xffff [all...] |
g_ddfmt.c | 46 int bx, by, decpt, ex, ey, i, j, mode; local in function:g_ddfmt 110 z = d2b(dval(&dd[0]), &ex, &bx);
|
/src/games/dab/ |
algor.cc | 170 size_t bx = x + BOX::edges[dir].x; local in function:ALGOR::try_good_turn 171 if (!b.bounds(by, bx)) 174 BOX nbox(by, bx, b);
|
/src/sys/arch/sun3/sun3x/ |
iommu.h | 74 * | | UNUSED | CI| BX| M | U | WP| DT | 80 * <BX> FULL BLOCK XFER - When set, acts as an indicator to the caching system 101 u_int bx:1; /* Full Block Xfer */ member in struct:iommu_pde_struct::__anonec0cf4ed010a::__anonec0cf4ed0208
|
/src/sys/dev/usb/ |
auvitek_dtv.c | 325 struct auvitek_bulk_xfer *bx = priv; local in function:auvitek_dtv_bulk_cb 326 struct auvitek_softc *sc = bx->bx_sc; 355 payload.data = bx->bx_buffer; 360 auvitek_dtv_bulk_start1(bx); 378 auvitek_dtv_bulk_start1(struct auvitek_bulk_xfer *bx) 380 struct auvitek_softc *sc = bx->bx_sc; 383 usbd_setup_xfer(bx->bx_xfer, bx, bx->bx_buffer, AUVITEK_BULK_BUFLEN, 388 err = usbd_transfer(bx->bx_xfer) [all...] |
uvideo.c | 1142 struct uvideo_bulk_xfer *bx; local in function:uvideo_stream_init_desc 1169 bx = &vs->vs_xfer.bulk; 1174 bx->bx_endpt = bEndpointAddress; 1177 bx->bx_endpt)); 1178 bx->bx_running = false; 1179 cv_init(&bx->bx_cv, 1182 mutex_init(&bx->bx_lock, 1587 struct uvideo_bulk_xfer *bx; local in function:uvideo_stream_start_xfer 1601 bx = &vs->vs_xfer.bulk; 1603 err = usbd_open_pipe(vs->vs_iface, bx->bx_endpt, 0 1747 struct uvideo_bulk_xfer *bx; local in function:uvideo_stream_stop_xfer 1960 struct uvideo_bulk_xfer *bx = &vs->vs_xfer.bulk; local in function:uvideo_stream_recv_bulk_transfer [all...] |
/src/sys/arch/i386/pci/ |
pcibios.c | 349 uint16_t ax, bx, cx; local in function:pcibios_get_status 357 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (edx) 374 *rev_maj = (bx >> 8) & 0xff; 375 *rev_min = bx & 0xff; 385 uint16_t ax, bx; local in function:pcibios_get_intr_routing 404 : "=a" (ax), "=b" (bx) 413 *exclirq = bx; 604 uint16_t ax, bx, cx; local in function:pcibios_biosroute 610 bx = (bus << 8) | (device << 3) | func; 620 "b" (bx), "c" (cx) [all...] |
/src/sys/arch/i386/stand/pxeboot/ |
pxe.h | 121 uint16_t bx; member in struct:__anon2625f15d0508
|