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

/freebsd-13-stable/contrib/ntp/scripts/
H A Dplot_summary.in109 my ($min_offs, $max_offs) = (1e9, -1e9);
136 $min_offs = min($min_offs, $lower_bound);
152 if ($min_offs < -$offset_limit) {
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extattr.c481 uint16_t min_offs; local
484 min_offs = end - off;
487 if (min_offs > le16toh(next->e_value_offs) &&
489 min_offs = le16toh(next->e_value_offs);
495 return (min_offs);
497 memmove(off + min_offs + EXT2_EXTATTR_SIZE(le32toh(entry->e_value_size)),
498 off + min_offs, le16toh(entry->e_value_offs) - min_offs);
512 min_offs += EXT2_EXTATTR_SIZE(le32toh(entry->e_value_size));
514 return (min_offs);
834 uint16_t min_offs; local
855 uint16_t min_offs; local
[all...]

Completed in 59 milliseconds