Home
last modified time | relevance | path

Searched refs:sec (Results 476 - 500 of 702) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dts.h250 * This must return the seconds and microseconds since Jan 1, 1970 in the sec
254 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec,
305 * Clock precision digits, i.e. the number of decimal digits: '0' means sec,
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dcrmf.h133 const unsigned char *sec, size_t seclen,
/third_party/openssl/ohos_lite/include/openssl/
H A Docsp.h224 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
/third_party/openssl/include/openssl/
H A Dts.h250 * This must return the seconds and microseconds since Jan 1, 1970 in the sec
254 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec,
305 * Clock precision digits, i.e. the number of decimal digits: '0' means sec,
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1266 static int32_t SoftBusCondWaitSec(int64_t sec, int32_t bcId, SoftBusMutex *mutex) in SoftBusCondWaitSec() argument
1272 absTime.sec += sec; in SoftBusCondWaitSec()
1339 int64_t time = absTime.sec * MGR_TIME_THOUSAND_MULTIPLIER * MGR_TIME_THOUSAND_MULTIPLIER + absTime.usec; in MgrGetSysTime()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1206 unsigned int sec, in wsi_display_page_flip_handler2()
1227 unsigned int sec, in wsi_display_page_flip_handler()
1231 wsi_display_page_flip_handler2(fd, frame, sec, usec, 0, data); in wsi_display_page_flip_handler()
1235 unsigned int sec, unsigned int usec, in wsi_display_vblank_handler()
1204 wsi_display_page_flip_handler2(int fd, unsigned int frame, unsigned int sec, unsigned int usec, uint32_t crtc_id, void *data) wsi_display_page_flip_handler2() argument
1225 wsi_display_page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data) wsi_display_page_flip_handler() argument
1234 wsi_display_vblank_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data) wsi_display_vblank_handler() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c338 diff_ms = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_reply_wait_timeout()
482 used = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_auth_init_next()
1637 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_peer_disc_req()
1703 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
H A Dieee802_1x.c2011 sta->session_timeout.sec += session_timeout; in ieee802_1x_receive_auth()
2869 (unsigned int) diff.sec, in ieee802_1x_get_mib_sta()
2977 session_timeout = (remaining.sec > 0) ? remaining.sec : 1; in ieee802_1x_finished()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c1999 sta->session_timeout.sec += session_timeout; in ieee802_1x_receive_auth()
2863 (unsigned int) diff.sec, in ieee802_1x_get_mib_sta()
2971 session_timeout = (remaining.sec > 0) ? remaining.sec : 1; in ieee802_1x_finished()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp172 time_t sec = 0; in HWTEST_F() local
173 MtpPacketTool::FormatDateTime(sec); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp782 std::string MtpPacketTool::FormatDateTime(time_t sec) in FormatDateTime() argument
786 localtime_r(&sec, &tm); in FormatDateTime()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c231 diff = (now.sec - item->accessTime.sec) * TIME_CONVERSION_UNIT + in CloseUnusedChannel()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c576 nowTime = time.sec * HB_TIME_FACTOR + time.usec / HB_TIME_FACTOR; in HbScreenStateChangeEventHandler()
926 uint64_t timeStamp = (uint64_t)time.sec * HB_TIME_FACTOR + (uint64_t)time.usec / HB_TIME_FACTOR; in LnnOfflineTimingByHeartbeat()
H A Dlnn_heartbeat_fsm.c873 nowTime = (uint64_t)times.sec * HB_TIME_FACTOR + (uint64_t)times.usec / HB_TIME_FACTOR; in CheckDevStatusByNetworkId()
1006 nowTime = (uint64_t)times.sec * HB_TIME_FACTOR + (uint64_t)times.usec / HB_TIME_FACTOR; in OnScreeOffCheckDevStatus()
H A Dlnn_heartbeat_strategy.c123 nowTime = times.sec * HB_TIME_FACTOR + times.usec / HB_TIME_FACTOR; in GetGearModeFromSettingList()
267 nowTime = times.sec * HB_TIME_FACTOR + times.usec / HB_TIME_FACTOR; in LnnSetGearModeBySpecificType()
/third_party/ffmpeg/libavformat/
H A Dsegment.c877 time_t sec = avgt / 1000000; in seg_write_packet() local
878 localtime_r(&sec, &ti); in seg_write_packet()
/third_party/tzdata/
H A Dzdump.c378 fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime_rz()
779 intmax_t sec = SECSPERREPEAT, result = cycles * sec; in delta_nonneg() local
/third_party/python/Lib/
H A Dimaplib.py110 br' (?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])'
1463 sec = int(mo.group('sec'))
1473 tt = (year, mon, day, hour, min, sec, -1, -1, -1)

Completed in 41 milliseconds

1...<<11121314151617181920>>...29