/external/tcpdump/ |
D | print-timed.c | 41 struct tsp { struct 98 struct tsp *tsp = (struct tsp *)bp; in timed_print() local 101 ND_TCHECK(tsp->tsp_type); in timed_print() 102 if (tsp->tsp_type < TSPTYPENUMBER) in timed_print() 103 ND_PRINT((ndo, "TSP_%s", tsptype[tsp->tsp_type])); in timed_print() 105 ND_PRINT((ndo, "(tsp_type %#x)", tsp->tsp_type)); in timed_print() 107 ND_TCHECK(tsp->tsp_vers); in timed_print() 108 ND_PRINT((ndo, " vers %u", tsp->tsp_vers)); in timed_print() 110 ND_TCHECK(tsp->tsp_seq); in timed_print() 111 ND_PRINT((ndo, " seq %u", tsp->tsp_seq)); in timed_print() [all …]
|
/external/dhcpcd-6.8.2/ |
D | common.h | 62 #define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L) argument 63 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument 64 #define timespeccmp(tsp, usp, cmp) \ argument 65 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 66 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 67 ((tsp)->tv_sec cmp (usp)->tv_sec)) 68 #define timespecadd(tsp, usp, vsp) \ argument 70 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 71 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 77 #define timespecsub(tsp, usp, vsp) \ argument [all …]
|
D | eloop.c | 524 struct timespec now, ts, *tsp; in eloop_start() local 555 tsp = &ts; in eloop_start() 558 tsp = NULL; in eloop_start() 560 if (tsp == NULL && ctx->events_len == 0) { in eloop_start() 566 if (tsp == NULL) in eloop_start() 568 else if (tsp->tv_sec > INT_MAX / 1000 || in eloop_start() 569 (tsp->tv_sec == INT_MAX / 1000 && in eloop_start() 570 (tsp->tv_nsec + 999999) / 1000000 > INT_MAX % 1000000)) in eloop_start() 573 timeout = (int)(tsp->tv_sec * 1000 + in eloop_start() 574 (tsp->tv_nsec + 999999) / 1000000); in eloop_start() [all …]
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 112 struct timespec *tsp; in main() local 177 tsp = NULL; in main() 198 tsp = ts; in main() 226 printf("tsp is %p", tsp); in main() 227 if (tsp != NULL) { in main() 229 (long)tsp[0].tv_sec, (long)tsp[0].tv_nsec, in main() 230 (long)tsp[1].tv_sec, (long)tsp[1].tv_nsec); in main() 238 if (utimensat_sc(dirfd, pathname, tsp, flags) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
D | 8-1.c | 119 struct timespec tsp, rem; in main() local 124 tsp.tv_sec = TIMERSEC; in main() 125 tsp.tv_nsec = 0; in main() 126 if (nanosleep(&tsp, &rem) == -1) { in main() 127 tsp = rem; in main() 128 if (nanosleep(&tsp, &rem) == -1) { in main()
|
/external/swiftshader/third_party/LLVM/utils/ |
D | NightlyTest.gnuplot | 41 "running_Olden_cbe_time.txt" u 1:6 t "tsp" with lines, \ 58 "running_Olden_cbe_time.txt" u 1:6 t "tsp" with lines, \ 78 "running_Olden_jit_time.txt" u 1:6 t "tsp" with lines, \ 95 "running_Olden_jit_time.txt" u 1:6 t "tsp" with lines, \ 115 "running_Olden_llc_time.txt" u 1:6 t "tsp" with lines, \ 132 "running_Olden_llc_time.txt" u 1:6 t "tsp" with lines, \ 153 "running_Olden_opt_time.txt" u 1:6 t "tsp" with lines, \ 170 "running_Olden_opt_time.txt" u 1:6 t "tsp" with lines, \ 191 "running_Olden_bytecode.txt" u 1:6 t "tsp" with lines, \ 208 "running_Olden_bytecode.txt" u 1:6 t "tsp" with lines, \
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.h | 57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt() argument 58 : MPIter(mp), TailStartPos(tsp) {} in SameTailElt()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 67 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt() argument 68 : MPIter(mp), TailStartPos(tsp) {} in SameTailElt()
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 287 struct timespec ts, *tsp = NULL; in unit_test() local 302 tsp = &ts; in unit_test() 321 args[i].timeout = tsp; in unit_test()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 455 unsigned int tsp; /* nsp from the last run; this is the member 530 png_destroy_write_struct(&dp->write_pp, dp->tsp > 0 ? NULL : &dp->ip); in display_clean_write() 794 if (sp >= dp->tsp) in record_opt() 835 assert(sp == dp->tsp && sp < SL); in push_opt() 851 dp->tsp = sp+1U; in push_opt() 895 dp->nsp = dp->tsp; in push_opt() 919 assert(sp+1U == dp->tsp && !dp->stack[sp].end); in next_opt() 1130 dp->nsp = dp->tsp; in next_opt() 1186 if (sp >= dp->tsp) in advance_opt() 1211 if (sp+1U >= dp->tsp) in advance_opt() [all …]
|
/external/icu/icu4c/source/data/unit/ |
D | am.txt | 727 dnam{"tsp"} 728 one{"{0} tsp"} 729 other{"{0} tsp"} 1696 dnam{"tsp"} 1697 one{"{0} tsp"} 1698 other{"{0} tsp"}
|
D | zu.txt | 727 dnam{"tsp"} 728 one{"{0} tsp"} 729 other{"{0} tsp"} 1589 dnam{"tsp"} 1590 one{"{0} tsp"} 1591 other{"{0} tsp"}
|
D | mk.txt | 1230 one{"{0}tsp"} 1231 other{"{0}tsp"} 1972 dnam{"tsp"} 1973 one{"{0} tsp"} 1974 other{"{0} tsp"}
|
D | lo.txt | 598 dnam{"tsp"} 599 other{"{0} tsp"} 1392 dnam{"tsp"} 1393 other{"{0} tsp"}
|
D | cs.txt | 1940 dnam{"tsp"} 1941 few{"{0} tsp"} 1942 many{"{0} tsp"} 1943 one{"{0} tsp"} 1944 other{"{0} tsp"} 2951 dnam{"tsp"} 2952 few{"{0} tsp"} 2953 many{"{0} tsp"} 2954 one{"{0} tsp"} 2955 other{"{0} tsp"}
|
D | sk.txt | 1595 few{"{0} tsp"} 1596 many{"{0} tsp"} 1597 one{"{0} tsp"} 1598 other{"{0} tsp"} 2577 dnam{"tsp"} 2578 few{"{0} tsp"} 2579 many{"{0} tsp"} 2580 one{"{0} tsp"} 2581 other{"{0} tsp"}
|
D | root.txt | 619 dnam{"tsp"} 620 other{"{0} tsp"}
|
D | hr.txt | 1561 few{"{0} tsp"} 1562 one{"{0} tsp"} 1563 other{"{0} tsp"} 2437 dnam{"tsp"} 2438 few{"{0} tsp"} 2439 one{"{0} tsp"} 2440 other{"{0} tsp"}
|
D | en.txt | 1425 dnam{"tsp"} 1426 one{"{0}tsp"} 1427 other{"{0}tsp"} 2153 dnam{"tsp"} 2154 one{"{0} tsp"} 2155 other{"{0} tsp"}
|
D | ne.txt | 1693 dnam{"tsp"} 1694 one{"{0} tsp"} 1695 other{"{0} tsp"}
|
D | chr.txt | 1569 dnam{"tsp"} 1570 one{"{0} tsp"} 1571 other{"{0} tsp"}
|
D | mr.txt | 1690 dnam{"tsp"} 1691 one{"{0} tsp"} 1692 other{"{0} tsp"}
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/external/blktrace/ |
D | blktrace.c | 502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec() argument 507 tsp->tv_sec = now.tv_sec; in make_timespec() 508 tsp->tv_nsec = 1000L * now.tv_usec; in make_timespec() 510 tsp->tv_nsec += (delta_msec * 1000000L); in make_timespec() 511 if (tsp->tv_nsec > 1000000000L) { in make_timespec() 512 long secs = tsp->tv_nsec / 1000000000L; in make_timespec() 514 tsp->tv_sec += secs; in make_timespec() 515 tsp->tv_nsec -= (secs * 1000000000L); in make_timespec()
|