Searched refs:uend (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sbin/fsck_ffs/ |
| HD | pass5.c | 460 ufs2_daddr_t n, astart, aend, ustart, uend; in check_maps() local 467 astart = ustart = aend = uend = -1; in check_maps() 497 ustart = uend = n; in check_maps() 500 if (uend + 1 == n) { in check_maps() 501 uend = n; in check_maps() 504 size = uend - ustart + 1; in check_maps() 507 ustart = uend = n; in check_maps() 539 ustart = uend = n; in check_maps() 553 size = uend - ustart + 1; in check_maps()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | 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 (*upos + len + 2 > uend) 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()
|
| /NextBSD/contrib/ncurses/ncurses/win32con/ |
| HD | win_driver.c | 1209 ULARGE_INTEGER uend; in tdiff() local 1214 uend.LowPart = fend.dwLowDateTime; in tdiff() 1215 uend.HighPart = fend.dwHighDateTime; in tdiff() 1217 diff = (uend.QuadPart - ustart.QuadPart) / 10000; in tdiff()
|