Home
last modified time | relevance | path

Searched refs:febs_since_0 (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c10657 int febs_since_0 = month > 2 ? year + 1 : year; in epoch_days() local
10658 int leap_days_since_0 = div_round_up2(febs_since_0, 4) - in epoch_days()
10659 div_round_up2(febs_since_0, 100) + in epoch_days()
10660 div_round_up2(febs_since_0, 400); in epoch_days()

Completed in 20 milliseconds