HomeSort by relevance Sort by last modified time
    Searched refs:IsLeapYear (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 33 IsLeapYear (
279 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
288 IsLeapYear (
  /external/protobuf/src/google/protobuf/stubs/
time.cc 50 bool IsLeapYear(int year) {
55 return kSecondsPerDay * (IsLeapYear(year) ? 366 : 365);
82 if (time.month == 2 && IsLeapYear(time.year)) {
117 if (month > 2 && IsLeapYear(year)) {
121 time.day <= (month == 2 && IsLeapYear(year)
235 bool leap = IsLeapYear(year);
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 37 IsLeapYear (
356 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
365 IsLeapYear (
  /external/pdfium/fpdfsdk/
cpdfsdk_datetime.cpp 17 bool IsLeapYear(int16_t year) {
22 return (IsLeapYear(year) ? 366 : 365);
46 if (IsLeapYear(year))
  /external/libchrome/base/third_party/nspr/
prtime.cc 179 * IsLeapYear --
186 static int IsLeapYear(PRInt16 year)
233 if (IsLeapYear(time->tm_year))
238 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
249 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
336 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month];
339 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
348 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
354 lastDayOfMonth[IsLeapYear(time->tm_year)][time->tm_month]);
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.h 358 IsLeapYear (
PcRtc.c 1012 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
1029 IsLeapYear (
1183 if ((From->Month == 2) && !IsLeapYear(From)) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
PL031RealTimeClockLib.c 200 IsLeapYear (
228 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 134 IsLeapYear (
163 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1747 milliseconds