Searched refs:big_sec (Results 1 – 3 of 3) sorted by relevance
43 long long big_sec, big_usec, new_correction = 0LL; in adjtime() local48 big_sec = (long)delta->tv_sec; in adjtime()50 new_correction = (big_sec * 1000000LL) + big_usec; in adjtime()
397 long long big_sec, big_usec, mpetime, offset_ticks, offset_usec; in settimeofday() local399 big_sec = tvp->tv_sec; in settimeofday()401 mpetime = (big_sec * 1000000LL) + big_usec; /* Desired UTC microseconds */ in settimeofday()
9282 bfd_boolean big_sec; in group_sections() local9287 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()