Searched refs:dhigh (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/alpha/
H A Dalpha_reloc.c453 int64_t dhigh; local
471 dhigh = delta - (int16_t)delta;
472 if (dhigh != 0) {
478 27 << 16 | ((dhigh >> 16) & 0xffff);
480 (int16_t)(dhigh >> 16)));
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c459 int dhigh; /* Offset of post-inode data area, from base */ local
469 dhigh = cgdmin(newsb, cgn) - base;
544 set_bits(cg_blksfree(cg, 0), dhigh, dmax - dhigh);
571 if (dhigh % newsb->fs_frag) {
572 n = newsb->fs_frag - (dhigh % newsb->fs_frag);
575 dhigh += n;
577 n = (dmax - dhigh) / newsb->fs_frag;
582 i = dhigh / newsb->fs_frag;
590 dhigh)]
887 int dhigh; /* offset of post-inode data area */ local
1730 int dhigh; local
[all...]

Completed in 104 milliseconds