Home
last modified time | relevance | path

Searched defs:nsec (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D4-1-buildonly.c17 long nsec; in dummyfcn() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.h37 int64_t nsec; member
/third_party/ltp/lib/newlib_tests/
H A Dtest_timer.c81 long long nsec = tst_ts_get_nsec(ts); in test_add_sub() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime03.c76 long nsec; in run() local
/third_party/mesa3d/include/android_stub/log/
H A Dlog_read.h45 uint32_t nsec; /* nanoseconds */ member
63 uint64_t nsec() const { in nsec() function
H A Dlog_time.h138 uint64_t nsec() const { in nsec() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DChrono.h51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp192 int32_t nsec = 1; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp38 int32_t VpnInterface::ConnectControl(int32_t sockfd, int32_t nsec) in ConnectControl() argument
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtestlib.c127 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local
133 int nsec = (x->tv_usec - y->tv_usec) / 1000000; in timeval_subtract() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp56 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument
/third_party/rust/crates/humantime/src/
H A Dduration.rs146 let mut nsec = self.current.1.add(nsec)?; in parse_unit() variables
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp150 std::string KVDBFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp159 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds() argument
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_cl.c310 OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) OCSP_check_validity() argument
/third_party/openssl/crypto/ocsp/
H A Docsp_cl.c310 OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) OCSP_check_validity() argument
/third_party/alsa-lib/test/
H A Daudio_time.c45 long long nsec; in timestamp2ns() local
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c332 unsigned long nsec = 0; in strtotimespec() local
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c333 long nsec = (long) (1e9 * (timeout - sec) + 0.5); in _multiprocessing_SemLock_acquire_impl() local
/third_party/selinux/libsepol/src/
H A Dmodule.c380 uint32_t *buf = NULL, nsec; in module_package_read_offsets() local
471 uint32_t buf[1], nsec; sepol_module_package_read() local
657 uint32_t buf[5], len, nsec; sepol_module_package_info() local
870 uint32_t buf[5], offsets[5], len, nsec = 0; sepol_module_package_write() local
[all...]
/third_party/ltp/include/
H A Dtst_timer.h432 static inline void tst_ts_set_nsec(struct tst_ts *ts, long long nsec) in tst_ts_set_nsec() argument
502 static inline void tst_its_set_interval_nsec(struct tst_its *its, long long nsec) in tst_its_set_interval_nsec() argument
570 static inline void tst_its_set_value_nsec(struct tst_its *its, long long nsec) in tst_its_set_value_nsec() argument
595 long long nsec = tst_ts_get_nsec(*t); tst_ts_valid() local
795 long long nsec = tst_ts_get_nsec(t); tst_ts_normalize() local
[all...]
/third_party/python/Python/
H A Dpytime.c392 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() argument
443 long long nsec = PyLong_AsLongLong(obj); in _PyTime_FromNanosecondsObject() local
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
413 opt_long(opt_arg(), &nsec); in ocsp_main() local
966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
/third_party/openssl/apps/
H A Docsp.c255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
413 opt_long(opt_arg(), &nsec); in ocsp_main() local
966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1243 wsi_display_sequence_handler(int fd, uint64_t frame, uint64_t nsec, uint64_t user_data) wsi_display_sequence_handler() argument

Completed in 20 milliseconds

12