Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 25 of 57) sorted by relevance

123

/external/mesa3d/src/gallium/frontends/xvmc/tests/
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
/external/mesa3d/include/android_stub/log/
Dlog_read.h45 uint32_t nsec; /* nanoseconds */ member
63 uint64_t nsec() const { in nsec() function
Dlog_time.h138 uint64_t nsec() const { in nsec() function
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D4-1-buildonly.c17 long nsec; in dummyfcn() local
/external/llvm-project/llvm/include/llvm/Support/
DChrono.h51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DChrono.h51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dtime_utils.cc35 int nsec = (interval_ms_ % 1000) * 1000000; in Start() local
/external/selinux/libsepol/src/
Dmodule.c379 uint32_t *buf = NULL, nsec; in module_package_read_offsets() local
470 uint32_t buf[1], nsec; in sepol_module_package_read() local
656 uint32_t buf[5], len, nsec; in sepol_module_package_info() local
865 uint32_t buf[5], offsets[5], len, nsec = 0; in sepol_module_package_write() local
/external/strace/tests-mx32/
Dprint_time.c64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
/external/strace/tests/
Dprint_time.c64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
/external/strace/tests-m32/
Dprint_time.c64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
/external/virglrenderer/src/gallium/include/c11/
Dthreads.h46 long nsec; member
/external/blktrace/btt/
Dtrace_complete.c24 __u64 sec, __u32 nsec, int indent) in __out()
/external/kernel-headers/original/uapi/linux/
Dpps.h56 __s32 nsec; member
62 __s32 nsec; member
/external/flac/src/utils/flactimer/
Dmain.cpp38 static void printtime(FILE *fout, uint64_t nsec, uint64_t total) in printtime()
/external/adhd/cras/src/common/
Dpacket_status_logger.h50 long nsec = WBS_FRAME_NS * (logger->size - logger->wp); in packet_status_logger_begin_ts() local
/external/python/cpython3/Python/
Dpytime.c230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec()
270 long long nsec; in _PyTime_FromNanosecondsObject() local
298 _PyTime_t t, nsec; in pytime_fromtimespec() local
638 _PyTime_t secs, nsec; in _PyTime_AsTimespec() local
/external/crosvm/sys_util/src/
Dtimerfd.rs51 let nsec = dur.subsec_nanos() as i32; in reset() localVariable
57 let nsec = int.subsec_nanos() as i32; in reset() localVariable
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dbenchmark.cc30 static int64_t nsec() { in nsec() function
/external/rust/crates/chrono/src/
Dsys.rs38 pub nsec: i32, field
/external/strace/
Dstatx.h35 int32_t nsec; member
Dutil.c99 long long nsec = (a->tv_sec % n * 1000000000LL + a->tv_nsec + n / 2) / n; in ts_div() local
107 long long nsec = a->tv_nsec * n; in ts_mul() local
376 sprinttime_nsec(long long sec, unsigned long long nsec) in sprinttime_nsec()
/external/jemalloc_new/src/
Dnstime.c17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
/external/adhd/cras/src/server/
Dcras_alsa_plugin_io.c206 int nsec, i; in cras_alsa_plugin_io_init() local
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c87 set_timer(void (*cb)(union sigval), void *ptr, int i, uint64_t nsec) in set_timer()
130 syncobj_trigger_delayed(int fd, uint32_t syncobj, uint64_t nsec) in syncobj_trigger_delayed()

123