Searched refs:uend (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | pass5.c | 505 ufs2_daddr_t n, astart, aend, ustart, uend; in check_maps() local 512 astart = ustart = aend = uend = -1; in check_maps() 542 ustart = uend = n; in check_maps() 545 if (uend + 1 == n) { in check_maps() 546 uend = n; in check_maps() 549 size = uend - ustart + 1; in check_maps() 552 ustart = uend = n; in check_maps() 584 ustart = uend = n; in check_maps() 598 size = uend - ustart + 1; in check_maps()
|
/freebsd/sys/kern/ |
H A D | subr_physmem.c | 312 vm_paddr_t lend, uend; in merge_upper_regions() local 328 uend = upper->addr + upper->size; in merge_upper_regions() 329 if (uend > lend) { in merge_upper_regions() 330 lower->size += uend - lend; in merge_upper_regions() 334 if (uend >= lend) { in merge_upper_regions()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, in p2p_sd_dns_uncompress_label() argument 66 return p2p_sd_dns_uncompress_label(upos, uend, start, in p2p_sd_dns_uncompress_label() 84 if (len + 2 > uend - *upos) in p2p_sd_dns_uncompress_label() 109 char *upos, *uend; in p2p_sd_dns_uncompress() local 129 uend = buf + buf_len; in p2p_sd_dns_uncompress() 131 ret = p2p_sd_dns_uncompress_label(&upos, uend, tmp, &spos, end); in p2p_sd_dns_uncompress()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 605 ULARGE_INTEGER uend; in tdiff() local 610 uend.LowPart = fend.dwLowDateTime; in tdiff() 611 uend.HighPart = fend.dwHighDateTime; in tdiff() 613 diff = (uend.QuadPart - ustart.QuadPart) / 10000; in tdiff()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1460 ULARGE_INTEGER uend; in tdiff() local 1465 uend.LowPart = fend.dwLowDateTime; in tdiff() 1466 uend.HighPart = fend.dwHighDateTime; in tdiff() 1468 diff = (uend.QuadPart - ustart.QuadPart) / 10000; in tdiff()
|