Home
last modified time | relevance | path

Searched defs:secs (Results 51 - 75 of 84) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dgas_query.c395 unsigned int secs, usecs; in gas_query_tx_comeback_req_delay() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dgas_query.c386 unsigned int secs, usecs; in gas_query_tx_comeback_req_delay() local
/third_party/ffmpeg/libavformat/
H A Dmpeg.c294 uint8_t secs = ((ps2buf[0x1b] >> 4) * 10) + (ps2buf[0x1b] & 0x0f); in mpegps_read_pes_header() local
307 uint8_t secs = ((ps2buf[0x1f] >> 4) * 10) + (ps2buf[0x1f] & 0x0f); in mpegps_read_pes_header() local
H A Ddashdec.c214 uint32_t secs = 0; in get_duration_insec() local
/third_party/backends/backend/
H A Dgt68xx.c2320 int secs; in sane_cancel() local
/third_party/python/Python/
H A Dpytime.c604 _PyTime_t secs = ns / SEC_TO_NS; in _PyTime_AsSecondsDouble() local
813 _PyTime_t secs; in _PyTime_AsTimevalTime_t() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dasn1.rs205 let mut secs = 0; in diff() variables
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c844 int eloop_register_timeout(unsigned int secs, unsigned int usecs, in eloop_register_timeout() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c1357 unsigned int secs, usecs; in dpp_rx_gas_resp() local
H A Ddhcp.h30 be16 secs; member
49 be16 secs; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c849 int eloop_register_timeout(unsigned int secs, unsigned int usecs, in eloop_register_timeout() argument
/third_party/libbpf/src/
H A Dlinker.c62 struct src_sec *secs; member
140 struct dst_sec *secs; member
249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec() local
518 struct src_sec *secs = obj->secs, *sec; add_src_sec() local
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c310 unsigned long secs = calc_timeout_sec(t); in calc_timeout_nsec() local
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp796 char secs[256]; in runTestLoop() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc766 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() argument
H A Dplatform-win32.cc471 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() argument
/third_party/toybox/lib/
H A Dlib.c615 long long nano = ts->tv_nsec + offset, secs = nano/1000000000; in nanomove() local
/third_party/toybox/toys/pending/
H A Ddhcp.c155 uint16_t secs; member
H A Dfdisk.c454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; in list_partitions() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddhcp.h30 be16 secs; member
49 be16 secs; member
/third_party/rust/crates/serde/serde/src/de/
H A Dimpls.rs2130 let mut secs in deserialize() variables
2269 let mut secs: Option<u64> = None; deserialize() variables
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1521 int hours, mins, secs, us; in print_report() local
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c149 static void alarm_win32(unsigned int secs) in alarm_win32() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3253 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument
/third_party/openssl/apps/lib/
H A Dapps.c3246 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument

Completed in 64 milliseconds

1234