Home
last modified time | relevance | path

Searched defs:sec2 (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
D1-1.c28 double sec1, sec2; in main() local
/external/lzma/CPP/Windows/
DTimeUtils.cpp441 const time_t sec2 = (time_t)sec; in FILETIME_To_timespec() local
/external/lzma/C/Util/7z/
D7zMain.c382 const time_t sec2 = (time_t)sec; in FILETIME_To_timespec() local
/external/curl/lib/vtls/
Dx509asn1.c506 char sec1, sec2; in GTime2str() local
/external/rust/android-crates-io/crates/slotmap/src/
Dsparse_secondary.rs1591 let sec2 = sec.iter().map(|(k, &v)| (k, v)).collect::<FastSparseSecondaryMap<_, _>>(); in custom_hasher() localVariable