Home
last modified time | relevance | path

Searched refs:bshift (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_bmap.c59 int bshift; in cd9660_bmap() local
72 bshift = ip->i_mnt->im_bshift; in cd9660_bmap()
73 bsize = 1 << bshift; in cd9660_bmap()
74 *ap->a_doffsetp = loffset + ((off_t)ip->iso_start << bshift); in cd9660_bmap()
/dragonfly/sys/vfs/udf/
H A Dudf.h49 int bshift; member
88 bread(devvp, (off_t)(sector) << udfmp->bshift, size, bp)
109 loffset = (off_t)(lsector + udfmp->part_start) << udfmp->bshift; in udf_readalblks()
110 raoffset = loffset + (1 << udfmp->bshift); in udf_readalblks()
H A Dudf_vnops.c850 *a->a_doffsetp = (off_t)lsector << node->udfmp->bshift; in udf_bmap()
1113 lsector = (offset >> udfmp->bshift) + in udf_bmap_internal()
1137 lsector = (offset >> udfmp->bshift) + in udf_bmap_internal()
H A Dudf_vfsops.c308 udfmp->bshift = ffs(udfmp->bsize) - 1; in udf_mountfs()
/dragonfly/lib/libc/db/hash/
H A Dhash.h67 int32_t bshift; /* Bucket shift */ member
273 #define BSHIFT hdr.bshift
H A Dhash.c914 P_32_COPY(srcp->bshift, destp->bshift); in swap_header_copy()
945 M_32_SWAP(hdrp->bshift); in swap_header()
/dragonfly/stand/lib/
H A Ddosfs.c111 #define bytblk(fs, n) ((n) >> (fs)->bshift)
112 #define blkbyt(fs, b) ((b) << (fs)->bshift)
113 #define secblk(fs, s) ((s) >> ((fs)->bshift - SSHIFT))
114 #define blksec(fs, b) ((b) << ((fs)->bshift - SSHIFT))
462 fs->bshift = ffs(fs->bsize) - 1; in parsebs()
H A Ddosfs.h102 u_int bshift; /* cluster conversion shift */ member
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumber.c6332 const Unit *b, Int blength, Int bshift, argument
6351 if (bshift!=0) { /* B is shifted; low As copy across */
6352 minC+=bshift;
6354 if (a==c && bshift<=alength) {
6355 c+=bshift;
6356 a+=bshift;
6358 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumber.c6332 const Unit *b, Int blength, Int bshift, argument
6351 if (bshift!=0) { /* B is shifted; low As copy across */
6352 minC+=bshift;
6354 if (a==c && bshift<=alength) {
6355 c+=bshift;
6356 a+=bshift;
6358 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumber.c6332 const Unit *b, Int blength, Int bshift, argument
6351 if (bshift!=0) { /* B is shifted; low As copy across */
6352 minC+=bshift;
6354 if (a==c && bshift<=alength) {
6355 c+=bshift;
6356 a+=bshift;
6358 else for (; c<clsu+bshift; a++, c++) { /* copy needed */