Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-timed.c44 struct tsp { struct
45 uint8_t tsp_type; argument
46 uint8_t tsp_vers; argument
47 uint16_t tsp_seq; argument
49 struct tsp_timeval tspu_time; argument
51 } tsp_u; argument
52 int8_t tsp_name[256]; argument
101 const struct tsp *tsp = (const struct tsp *)bp; in timed_print() local
/external/skia/src/gpu/
DGrImageContext.cpp33 sk_sp<GrImageContext> GrImageContext::MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy> tsp) { in MakeForPromiseImage()
DGrImageContextPriv.h35 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D8-1.c119 struct timespec tsp, rem; in main() local
/external/strace/tests-mx32/
Dppoll.c47 const kernel_ulong_t tsp, in sys_ppoll()
/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/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c112 struct timespec *tsp; in main() local
/external/llvm/lib/CodeGen/
DBranchFolding.h67 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/llvm-project/llvm/lib/CodeGen/
DBranchFolding.h81 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/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c205 struct timespec ts, *tsp = NULL; in do_test() local
/external/skia/src/image/
DSkImage_GpuBase.cpp198 GrContextThreadSafeProxy* tsp, in MakePromiseImageLazyProxy()
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c284 struct timespec ts, *tsp = NULL; in unit_test() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.cc172 for (const TensorSliceProto& tsp : ssm.slice()) { in LoadShard() local
/external/openssh/
Ddefines.h523 #define timespeccmp(tsp, usp, cmp) \ argument
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py299 def TIMESTRUC_TO_TICK(tsp): return \ argument
DIN.py427 def TIMESTRUC_TO_TICK(tsp): return \ argument
DSTROPTS.py424 def TIMESTRUC_TO_TICK(tsp): return \ argument
/external/libpng/contrib/tools/
Dpngcp.c455 unsigned int tsp; /* nsp from the last run; this is the member
/external/blktrace/
Dblktrace.c519 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()