Searched refs:ibyte (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c512 uint64_t ibyte, new_blkid; local
517 ibyte = blkid << dn->dn_datablkshift;
519 DNODE_FIND_HAVELOCK, &ibyte, 2, 1, 0);
520 new_blkid = ibyte >> dn->dn_datablkshift;
718 uint64_t ibyte = i << shift; local
719 err = dnode_next_offset(dn, 0, &ibyte, 2, 1, 0);
720 i = ibyte >> shift;
H A Ddnode.c1691 uint64_t ibyte = i << shift; local
1693 &ibyte, 2, 1, 0);
1694 i = ibyte >> shift;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c8630 ibyte : Length of integral part in bytes.
8634 unsigned fbit, bytes, ibyte, fbyte;
8670 val[i]->ibyte = val[i]->bytes - val[i]->fbyte;
8679 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte);
8715 if (src.ibyte > dest.ibyte)
8716 copied_msb -= src.ibyte
8633 unsigned fbit, bytes, ibyte, fbyte; member in struct:__anon574
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc9108 ibyte : Length of integral part in bytes.
9112 unsigned fbit, bytes, ibyte, fbyte;
9148 val[i]->ibyte = val[i]->bytes - val[i]->fbyte;
9157 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte);
9193 if (src.ibyte > dest.ibyte)
9194 copied_msb -= src.ibyte
[all...]

Completed in 239 milliseconds