Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 18 of 18) 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/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/
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/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c112 struct timespec *tsp; in main() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.h57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/llvm/lib/CodeGen/
DBranchFolding.h67 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.h85 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c214 struct timespec ts, *tsp = NULL; in do_test() local
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c288 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/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()