Searched refs:ibyte (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 512 uint64_t ibyte, new_blkid; in dmu_tx_count_free() local 517 ibyte = blkid << dn->dn_datablkshift; in dmu_tx_count_free() 519 DNODE_FIND_HAVELOCK, &ibyte, 2, 1, 0); in dmu_tx_count_free() 520 new_blkid = ibyte >> dn->dn_datablkshift; in dmu_tx_count_free() 718 uint64_t ibyte = i << shift; in dmu_tx_hold_free() local 719 err = dnode_next_offset(dn, 0, &ibyte, 2, 1, 0); in dmu_tx_hold_free() 720 i = ibyte >> shift; in dmu_tx_hold_free()
|
H A D | dnode.c | 1691 uint64_t ibyte = i << shift; in dnode_free_range() local 1693 &ibyte, 2, 1, 0); in dnode_free_range() 1694 i = ibyte >> shift; in dnode_free_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 8633 unsigned fbit, bytes, ibyte, fbyte; in avr_out_fract() member 8669 val[i]->ibyte = val[i]->bytes - val[i]->fbyte; in avr_out_fract() 8678 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte); in avr_out_fract() 8714 if (src.ibyte > dest.ibyte) in avr_out_fract() 8715 copied_msb -= src.ibyte - dest.ibyte; in avr_out_fract() 8895 && src.ibyte > dest.ibyte in avr_out_fract() 9048 && src.ibyte > dest.ibyte) in avr_out_fract() 9113 if (src.sbit && src.ibyte == dest.ibyte) in avr_out_fract()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 9111 unsigned fbit, bytes, ibyte, fbyte; in avr_out_fract() member 9147 val[i]->ibyte = val[i]->bytes - val[i]->fbyte; in avr_out_fract() 9156 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte); in avr_out_fract() 9192 if (src.ibyte > dest.ibyte) in avr_out_fract() 9193 copied_msb -= src.ibyte - dest.ibyte; in avr_out_fract() 9373 && src.ibyte > dest.ibyte in avr_out_fract() 9526 && src.ibyte > dest.ibyte) in avr_out_fract() 9591 if (src.sbit && src.ibyte == dest.ibyte) in avr_out_fract()
|