/external/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | testlib.c | 127 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/ |
D | log_read.h | 45 uint32_t nsec; /* nanoseconds */ member 63 uint64_t nsec() const { in nsec() function
|
D | log_time.h | 138 uint64_t nsec() const { in nsec() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 4-1-buildonly.c | 17 long nsec; in dummyfcn() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Chrono.h | 51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Chrono.h | 51 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint()
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | time_utils.cc | 35 int nsec = (interval_ms_ % 1000) * 1000000; in Start() local
|
/external/selinux/libsepol/src/ |
D | module.c | 379 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/ |
D | print_time.c | 64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
|
/external/strace/tests/ |
D | print_time.c | 64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
|
/external/strace/tests-m32/ |
D | print_time.c | 64 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/ |
D | threads.h | 46 long nsec; member
|
/external/blktrace/btt/ |
D | trace_complete.c | 24 __u64 sec, __u32 nsec, int indent) in __out()
|
/external/kernel-headers/original/uapi/linux/ |
D | pps.h | 56 __s32 nsec; member 62 __s32 nsec; member
|
/external/flac/src/utils/flactimer/ |
D | main.cpp | 38 static void printtime(FILE *fout, uint64_t nsec, uint64_t total) in printtime()
|
/external/adhd/cras/src/common/ |
D | packet_status_logger.h | 50 long nsec = WBS_FRAME_NS * (logger->size - logger->wp); in packet_status_logger_begin_ts() local
|
/external/python/cpython3/Python/ |
D | pytime.c | 230 _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/ |
D | timerfd.rs | 51 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/ |
D | benchmark.cc | 30 static int64_t nsec() { in nsec() function
|
/external/rust/crates/chrono/src/ |
D | sys.rs | 38 pub nsec: i32, field
|
/external/strace/ |
D | statx.h | 35 int32_t nsec; member
|
D | util.c | 99 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/ |
D | nstime.c | 17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_plugin_io.c | 206 int nsec, i; in cras_alsa_plugin_io_init() local
|
/external/igt-gpu-tools/tests/ |
D | syncobj_wait.c | 87 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()
|