Home
last modified time | relevance | path

Searched refs:bn (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_bit.c59 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 Dfman_tgec.c63 #define GET_TGEC_CNTR_64(bn) \ argument
64 (((uint64_t)ioread32be(&regs->bn ## _u) << 32) | \
65 ioread32be(&regs->bn ## _l))
H A Dfman_memac.c350 #define GET_MEMAC_CNTR_64(bn) \ argument
351 (ioread32be(&regs->bn ## _l) | \
352 ((uint64_t)ioread32be(&regs->bn ## _u) << 32))
/f-stack/freebsd/sys/
H A Dfilio.h67 __daddr_t bn; member
/f-stack/freebsd/kern/
H A Dvfs_cluster.c355 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 Dvfs_vnops.c1648 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 Dvnode_if.src450 IN daddr_t bn;
/f-stack/freebsd/vm/
H A Dvnode_pager.c351 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 Dcvmx-pci-defs.h1912 uint32_t bn : 8; /**< Bus Number. Updated on all configuration write member
1921 uint32_t bn : 8;