Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-davinci.c232 int tmp_days, year, mon; in convertfromdays() local
235 tmp_days = rtc_year_days(1, 12, year); in convertfromdays()
236 if (days >= tmp_days) in convertfromdays()
237 days -= tmp_days; in convertfromdays()
240 tmp_days = rtc_month_days(mon, year); in convertfromdays()
241 if (days >= tmp_days) { in convertfromdays()
242 days -= tmp_days; in convertfromdays()
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp611 int32_t tmp_days[7]; in createRuleByRRULE() local
612 int32_t tmp_daysCount = UPRV_LENGTHOF(tmp_days); in createRuleByRRULE()
613 parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, status); in createRuleByRRULE()
661 tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
662 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay; in createRuleByRRULE()
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp611 int32_t tmp_days[7]; in createRuleByRRULE() local
612 int32_t tmp_daysCount = UPRV_LENGTHOF(tmp_days); in createRuleByRRULE()
613 parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, status); in createRuleByRRULE()
661 tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
662 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay; in createRuleByRRULE()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp619 int32_t tmp_days[7]; in createRuleByRRULE() local
620 int32_t tmp_daysCount = UPRV_LENGTHOF(tmp_days); in createRuleByRRULE()
621 parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, status); in createRuleByRRULE()
669 tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
670 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay; in createRuleByRRULE()

Completed in 12 milliseconds