Searched refs:shft (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_bmap.c | 212 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 D | ufs_subr.c | 682 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_41/usr/src/cmd/vi/port/ |
H A D | ex_vput.c | 565 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_41/usr/src/lib/libtnf/ |
H A D | ref.c | 54 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_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_util.c | 264 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_41/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 173 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask) argument
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 274 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_41/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 2508 int i, max, shft, level, size; in cpuid_pass3() local 2584 shft = 0; in cpuid_pass3() 2586 shft++; in cpuid_pass3() 2587 cpi->cpi_last_lvl_cacheid = cpi->cpi_apicid >> shft; in cpuid_pass3()
|