Searched refs:remainder (Results 1 – 2 of 2) sorted by relevance
53 int remainder; in time64_to_tm() local55 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()56 rem = remainder; in time64_to_tm()
575 unsigned long tocopy, remainder, len = 0; in perf_output_copy_aux() local591 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()592 if (remainder) in perf_output_copy_aux()