Home
last modified time | relevance | path

Searched refs:big_sec (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/ntp/libntp/
HDadjtime.c43 long long big_sec, big_usec, new_correction = 0LL; in adjtime() local
48 big_sec = (long)delta->tv_sec; in adjtime()
50 new_correction = (big_sec * 1000000LL) + big_usec; in adjtime()
HDmachines.c397 long long big_sec, big_usec, mpetime, offset_ticks, offset_usec; in settimeofday() local
399 big_sec = tvp->tv_sec; in settimeofday()
401 mpetime = (big_sec * 1000000LL) + big_usec; /* Desired UTC microseconds */ in settimeofday()
/NextBSD/contrib/binutils/bfd/
HDelf64-ppc.c9282 bfd_boolean big_sec; in group_sections() local
9287 big_sec = total > (ppc64_elf_section_data (tail)->has_14bit_branch in group_sections()
9289 if (big_sec && !suppress_size_errors) in group_sections()
9324 if (!stubs_always_before_branch && !big_sec) in group_sections()