Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 25 of 35) sorted by relevance

12

/external/tcpdump/
Dprint-timed.c40 struct tsp { struct
41 nd_uint8_t tsp_type; argument
42 nd_uint8_t tsp_vers; argument
43 nd_uint16_t tsp_seq; argument
45 struct tsp_timeval tspu_time; argument
47 } tsp_u; argument
48 nd_byte tsp_name[256]; /* null-terminated string up to 256 */ argument
115 const struct tsp *tsp = (const struct tsp *)bp; in timed_print() local
/external/cronet/third_party/libevent/compat/sys/
D_libevent_time.h105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
107 #define timespeccmp(tsp, usp, cmp) \ argument
111 #define timespecadd(tsp, usp, vsp) \ argument
120 #define timespecsub(tsp, usp, vsp) \ argument
/external/skia/src/gpu/ganesh/
DGrImageContext.cpp32 sk_sp<GrImageContext> GrImageContext::MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy> tsp) { in MakeForPromiseImage()
DGrImageContextPriv.h26 static sk_sp<GrImageContext> MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy> tsp) { in MakeForPromiseImage()
/external/bcc/examples/tracing/
Dvfsreadlat.c32 u64 *tsp, delta; in do_return() local
/external/bcc/libbpf-tools/
Dnumamove.bpf.c32 u64 *tsp, ts = bpf_ktime_get_ns(); in BPF_PROG() local
Dsoftirqs.bpf.c38 u64 *tsp; in BPF_PROG() local
Drunqslower.bpf.c72 u64 *tsp, delta_us; in handle__sched_switch() local
Dhardirqs.bpf.c62 u64 *tsp; in BPF_PROG() local
Dreadahead.bpf.c68 u64 *tsp, slot, ts = bpf_ktime_get_ns(); in BPF_PROG() local
Dfilelife.bpf.c59 u64 *tsp, delta_ns; in BPF_KPROBE() local
Dcpudist.bpf.c43 u64 delta, *tsp, slot; in update_hist() local
Dbiolatency.bpf.c109 u64 slot, *tsp, ts = bpf_ktime_get_ns(); in BPF_PROG() local
Drunqlat.bpf.c87 u64 *tsp, slot; in BPF_PROG() local
Dfsdist.bpf.c42 __u64 *tsp, slot; in probe_return() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D8-1.c119 struct timespec tsp, rem; in main() local
/external/strace/tests-m32/
Dppoll.c47 const kernel_ulong_t tsp, in sys_ppoll()
/external/strace/tests/
Dppoll.c47 const kernel_ulong_t tsp, in sys_ppoll()
/external/strace/tests-mx32/
Dppoll.c47 const kernel_ulong_t tsp, in sys_ppoll()
/external/llvm/lib/CodeGen/
DBranchFolding.h67 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h86 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c284 struct timespec ts, *tsp = NULL; in unit_test() local
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c239 struct tst_ts ts, *tsp = NULL; in do_test() local
/external/skia/src/image/
DSkImage_GpuBase.cpp247 GrContextThreadSafeProxy* tsp, in MakePromiseImageLazyProxy()
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.cc175 for (const TensorSliceProto& tsp : ssm.slice()) { in LoadShard() local

12