Home
last modified time | relevance | path

Searched refs:shft (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c212 int shft; /* we maintain sh = 1 << shft */ in bmap_read() local
238 shft = 0; /* sh = 1 */ in bmap_read()
243 shft += nindirshift; /* sh *= nindir */ in bmap_read()
244 sh = 1LL << shft; in bmap_read()
276 shft -= nindirshift; /* sh / nindir */ in bmap_read()
277 i = (tbn >> shft) & nindiroffset; /* (tbn / sh) % nindir */ in bmap_read()
316 int shft; /* we maintain sh = 1 << shft */ in bmap_write() local
593 shft = 0; /* sh = 1 */ in bmap_write()
598 shft += nindirshift; /* sh *= nindir */ in bmap_write()
599 sh = 1LL << shft; in bmap_write()
[all …]
H A Dufs_subr.c682 int i, j, shft; in ufs_indirblk_sync() local
709 shft = 0; in ufs_indirblk_sync()
714 shft += nindirshift; in ufs_indirblk_sync()
715 sh = 1LL << shft; in ufs_indirblk_sync()
740 shft -= nindirshift; /* sh / nindir */ in ufs_indirblk_sync()
741 i = (tbn >> shft) & nindiroffset; /* (tbn /sh) & nindir */ in ufs_indirblk_sync()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_vput.c565 int shft; /* Amount tab expansion shifted rest of line */ variable
763 shft = 0; in vinschar()
881 shft = value(vi_TABSTOP); in vishft()
888 vigotoCL(tabend + shft); in vishft()
901 i = shft; in vishft()
923 for (j = DEPTH(vcline) - 1; j > (tabend + shft) / WCOLS; j--) { in vishft()
926 up = tp + j * WCOLS - shft; in vishft()
927 i = shft; in vishft()
939 i = shft - (inssiz - doomed); in vishft()
954 up = tp + shft; in vishft()
[all …]
/titanic_44/usr/src/lib/libtnf/
H A Dref.c54 unsigned shft, mask; in vaddr_to_phys() local
61 shft = tnf->generation_shift; in vaddr_to_phys()
72 gen_delta = (tnf_int32_t)((unsigned)exp_off >> shft); in vaddr_to_phys()
75 gen_delta |= ((unsigned)mask << (32 - shft)); in vaddr_to_phys()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c264 u32_t shft = 0 ; in calc_crc32() local
290 shft = sizeof(crc32_result) * 8 -1 ; in calc_crc32()
295 shft-- ; in calc_crc32()
297 temp <<= shft ; in calc_crc32()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c173 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask) argument
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c274 int shft = dn->dn_indblkshift - SPA_BLKPTRSHIFT; in dmu_tx_count_write() local
275 for (i = (start>>shft)+1; i < end>>shft; i++) { in dmu_tx_count_write()
/titanic_44/usr/src/uts/i86pc/os/
H A Dcpuid.c2521 int i, max, shft, level, size; in cpuid_pass3() local
2597 shft = 0; in cpuid_pass3()
2599 shft++; in cpuid_pass3()
2600 cpi->cpi_last_lvl_cacheid = cpi->cpi_apicid >> shft; in cpuid_pass3()