| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| H A D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
| /third_party/musl/porting/uniproton/kernel/src/time/ |
| H A D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
| /third_party/musl/porting/liteos_m/kernel/src/time/ |
| H A D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
| /third_party/musl/src/time/ |
| H A D | __secs_to_tm.c | 17 int wday, yday, leap; in __secs_to_tm() local 54 leap = !remyears && (q_cycles || !c_cycles); in __secs_to_tm() 55 yday = remdays + 31 + 28 + leap; in __secs_to_tm() 56 if (yday >= 365+leap) yday -= 365+leap; in __secs_to_tm()
|
| /third_party/tzdata/ |
| H A D | Makefile | 141 # seconds since the epoch (not counting leap seconds), use 144 # as seconds since the epoch (counting leap seconds), use 146 # below. If you want both sets of data available, with leap seconds not 149 # below. If you want both sets of data available, with leap seconds counted 152 # below. POSIX mandates that leap seconds not be counted; for compatibility 154 # leap smearing; this can work better than unsmeared "right" time with 155 # applications that are not leap second aware, and is closer to unsmeared 172 # (optionally incorporating leap second information), use 174 # To install text data without leap second information (e.g., because 438 # For leap second [all...] |
| /third_party/libwebsockets/lib/roles/ws/ext/ |
| H A D | extension.c | 49 enum lws_ext_option_parser_states leap = LEAPS_SEEK_NAME; in lws_ext_parse_options() local 59 lwsl_wsi_ext(wsi, "'%c' %d", *in, leap); in lws_ext_parse_options() 60 switch (leap) { in lws_ext_parse_options() 69 leap = LEAPS_EAT_NAME; in lws_ext_parse_options() 93 leap = LEAPS_SEEK_VAL; in lws_ext_parse_options() 121 leap = LEAPS_SEEK_NAME; in lws_ext_parse_options() 130 leap = LEAPS_EAT_DEC; in lws_ext_parse_options() 151 leap = LEAPS_SEEK_ARG_TERM; in lws_ext_parse_options() 172 leap = LEAPS_SEEK_NAME; in lws_ext_parse_options()
|
| /third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
| H A D | leapsec01.c | 12 * Regression test for hrtimer early expiration during and after leap seconds 15 * timers to expire one second early during leap second. 67 "insert leap second", in adjtimex_status() 68 "delete leap second", in adjtimex_status() 69 "leap second in progress", in adjtimex_status() 70 "leap second has occurred", in adjtimex_status() 125 struct timespec now, leap, start; in run_leapsec() local 134 /* calculate the next leap second */ in run_leapsec() 137 leap = now; in run_leapsec() 138 tst_res(TINFO, "scheduling leap secon in run_leapsec() [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | time.cc | 42 // No leap years. in SecondsPer4Years() 45 // One leap years. in SecondsPer4Years() 62 int64 SecondsPerMonth(int month, bool leap) { in SecondsPerMonth() argument 63 if (month == 2 && leap) { in SecondsPerMonth() 235 bool leap = IsLeapYear(year); in SecondsToDateTime() local 237 while (seconds >= SecondsPerMonth(month, leap)) { in SecondsToDateTime() 238 seconds -= SecondsPerMonth(month, leap); in SecondsToDateTime()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ChineseDateFormatSymbols.java | 99 public String getLeapMonth(int leap) { in getLeapMonth() argument 100 return isLeapMonth[leap]; in getLeapMonth()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | ChineseDateFormatSymbols.java | 101 public String getLeapMonth(int leap) { in getLeapMonth() argument 102 return isLeapMonth[leap]; in getLeapMonth()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | config_ssid.h | 351 * leap - Number of EAP methods using LEAP 356 int leap; member
|
| H A D | sme.c | 294 if (ssid->leap) { in sme_send_authentication()
|
| H A D | config.c | 1507 ssid->leap++; in wpa_config_parse_eap()
|
| H A D | wpa_supplicant.c | 2672 if (ssid->leap) { in wpas_populate_assoc_ies()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | config_ssid.h | 384 * leap - Number of EAP methods using LEAP 389 int leap; member
|
| H A D | sme.c | 635 if (ssid->leap) {
|
| H A D | config.c | 1674 ssid->leap++; in wpa_config_parse_eap()
|
| H A D | wpa_supplicant.c | 3186 if (ssid->leap) {
|
| /third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
| H A D | api.js | [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |