Searched refs:bn (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_bit.c | 59 BitNum bn; in barg() local 62 bn.n = lua_tonumber(L, idx); in barg() 64 bn.n = luaL_checknumber(L, idx); in barg() 67 bn.n += 6755399441055744.0; /* 2^52+2^51 */ in barg() 69 b = (UBits)(bn.b >> 32); in barg() 71 b = (UBits)bn.b; in barg() 77 b = bn.b; in barg() 79 b = (UBits)(SBits)bn.n; in barg()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_tgec.c | 63 #define GET_TGEC_CNTR_64(bn) \ argument 64 (((uint64_t)ioread32be(®s->bn ## _u) << 32) | \ 65 ioread32be(®s->bn ## _l))
|
| H A D | fman_memac.c | 350 #define GET_MEMAC_CNTR_64(bn) \ argument 351 (ioread32be(®s->bn ## _l) | \ 352 ((uint64_t)ioread32be(®s->bn ## _u) << 32))
|
| /f-stack/freebsd/sys/ |
| H A D | filio.h | 67 __daddr_t bn; member
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cluster.c | 355 daddr_t bn; in cluster_rbuild() local 419 for (bn = blkno, i = 0; i < run; ++i, bn += inc) { in cluster_rbuild() 502 tbp->b_blkno = bn; in cluster_rbuild() 503 } else if (tbp->b_blkno != bn) { in cluster_rbuild()
|
| H A D | vfs_vnops.c | 1648 error = VOP_BMAP(vp, bmarg->bn, NULL, in vn_ioctl() 1649 &bmarg->bn, &bmarg->runp, &bmarg->runb); in vn_ioctl() 2352 daddr_t bn, bnp; in vn_bmap_seekhole() local 2375 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize - in vn_bmap_seekhole() 2377 error = VOP_BMAP(vp, bn, NULL, &bnp, NULL, NULL); in vn_bmap_seekhole() 2384 noff = bn * bsize; in vn_bmap_seekhole()
|
| H A D | vnode_if.src | 450 IN daddr_t bn;
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 351 daddr_t bn; in vnode_pager_haspage() local 383 err = VOP_BMAP(vp, reqblock, NULL, &bn, after, before); in vnode_pager_haspage() 387 if (bn == -1) in vnode_pager_haspage()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pci-defs.h | 1912 uint32_t bn : 8; /**< Bus Number. Updated on all configuration write member 1921 uint32_t bn : 8;
|