/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.h | 100 int32_t hr, int32_t min, int32_t sec,
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbicst.pl | 232 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/third_party/node/test/parallel/ |
H A D | test-crypto-dh-stateless.js | 219 const not256k1 = crypto.getCurves().find((c) => /^sec.*(224|384|512)/.test(c));
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbicst.pl | 232 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/third_party/libdrm/tests/vbltest/ |
H A D | vbltest.c | 57 static void vblank_handler(int fd, unsigned int frame, unsigned int sec, in vblank_handler() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 100 const unsigned char *sec, int seclen);
|
/third_party/openssl/include/openssl/ |
H A D | kdf.h | 100 const unsigned char *sec, int seclen);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbicst.pl | 232 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 220 auto matchFunc = [name](const SectionName &sec) -> bool { in MatchSecName() 221 if (name.size() < sec.sectionNameLength) { in MatchSecName() 224 return memcmp(name.c_str(), sec.sectionName, sec.sectionNameLength) == 0; in MatchSecName()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mmzone.h | 1215 static inline unsigned long section_nr_to_pfn(unsigned long sec) in section_nr_to_pfn() argument 1217 return sec << PFN_SECTION_SHIFT; in section_nr_to_pfn() 1288 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 230 ts_period.tv_sec = rq->perout.period.sec; in ocelot_ptp_enable() 246 ts_phase.tv_sec = rq->perout.phase.sec; in ocelot_ptp_enable() 250 ts_phase.tv_sec = rq->perout.start.sec; in ocelot_ptp_enable() 265 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mmzone.h | 1800 static inline unsigned long section_nr_to_pfn(unsigned long sec) in section_nr_to_pfn() argument 1802 return sec << PFN_SECTION_SHIFT; in section_nr_to_pfn() 1873 #define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT)
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_file.c | 1129 Elf_Shdr *sec; in kexec_purgatory_get_set_symbol() local 1142 sec = pi->sechdrs + sym->st_shndx; in kexec_purgatory_get_set_symbol() 1144 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol() 1150 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value; in kexec_purgatory_get_set_symbol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/ |
H A D | icss_iep.c | 371 * Simplest case would be 1 sec Cycle time. Then adjustment in icss_iep_ptp_adjfine() 377 * 1ppb = 1sec cycle time & 1ns adjust in icss_iep_ptp_adjfine() 516 iep->period = ((u64)req->period.sec * NSEC_PER_SEC) + in icss_iep_perout_enable_hw() 518 start_ns = ((u64)req->period.sec * NSEC_PER_SEC) in icss_iep_perout_enable_hw() 598 rq.perout.period.sec = 1; in icss_iep_pps_enable() 600 rq.perout.start.sec = ts.tv_sec + 2; in icss_iep_pps_enable()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | OlsonTimeZone.java | 678 long sec = Grego.floorDivide(date, Grego.MILLIS_PER_SECOND); in getHistoricalOffset() 679 if (!local && sec < transitionTimes64[0]) { in getHistoricalOffset() 689 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset() 731 if (sec >= transition) { in getHistoricalOffset()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | OlsonTimeZone.java | 680 long sec = Grego.floorDivide(date, Grego.MILLIS_PER_SECOND); in getHistoricalOffset() 681 if (!local && sec < transitionTimes64[0]) { in getHistoricalOffset() 691 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset() 733 if (sec >= transition) { in getHistoricalOffset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | olsontz.cpp | 485 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); in getHistoricalOffset() local 486 if (!local && sec < transitionTimeInSeconds(0)) { in getHistoricalOffset() 497 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset() 539 if (sec >= transition) { in getHistoricalOffset()
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 458 function msFromTimeSpec(sec, nsec) { 459 return sec * kMsPerSec + nsec / kNsPerMs; 462 function nsFromTimeSpecBigInt(sec, nsec) { 463 return sec * kNsPerSecBigInt + nsec; 467 // of the timestamp: https://tc39.es/ecma262/#sec-timeclip
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | olsontz.cpp | 485 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); in getHistoricalOffset() local 486 if (!local && sec < transitionTimeInSeconds(0)) { in getHistoricalOffset() 497 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset() 539 if (sec >= transition) { in getHistoricalOffset()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 271 (void) fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime() 984 long hour, min, sec; in dumptimeICU() local 1012 sec = offset % 60; in dumptimeICU() 1013 offset = (offset - sec) / 60; in dumptimeICU() 1019 fprintf(fp, "%02ld", sec); in dumptimeICU()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.cpp | 486 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); in getHistoricalOffset() local 487 if (!local && sec < transitionTimeInSeconds(0)) { in getHistoricalOffset() 498 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset() 540 if (sec >= transition) { in getHistoricalOffset()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 277 (void) fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime() 990 long hour, min, sec; in dumptimeICU() local 1018 sec = offset % 60; in dumptimeICU() 1019 offset = (offset - sec) / 60; in dumptimeICU() 1025 fprintf(fp, "%02ld", sec); in dumptimeICU()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 288 u32 sec, usec; in wpa_get_ntp_timestamp() local 293 sec = now.sec + 2208988800U; /* Epoch to 1900 */ in wpa_get_ntp_timestamp() 297 tmp = host_to_be32(sec); in wpa_get_ntp_timestamp()
|
/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 57 t.sec = 0; in UptimeMicros() 60 int64_t when = t.sec * TIME_THOUSANDS_MULTIPLIER * TIME_THOUSANDS_MULTIPLIER + t.usec; in UptimeMicros() 151 tv.sec = time / TIME_THOUSANDS_MULTIPLIER / TIME_THOUSANDS_MULTIPLIER; in LoopTask()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ppc4xx_edac.c | 163 int sec; /* Single-bit correctable error IRQ assigned */ member 1145 pdata->irqs.sec = sec_irq; in ppc4xx_edac_register_irq() 1352 free_irq(pdata->irqs.sec, mci); in ppc4xx_edac_remove()
|