Home
last modified time | relevance | path

Searched refs:tnext (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/tools/busy_threads/
Dbusy_threads.cc68 int64_t tnext = tstart; in BusyWait() local
73 tbusy = tnext + busy_us * 1000; in BusyWait()
74 tnext += period_us * 1000; in BusyWait()
81 if (tnow >= tnext) { in BusyWait()
86 while (tnow < tnext) { in BusyWait()
88 base::SleepMicroseconds(static_cast<uint32_t>((tnext - tnow) / 1000) + 1); in BusyWait()
/external/toybox/toys/net/
Dping.c96 long long tnext, tW, tnow, tw; in ping_main() local
184 tnext = millitime(); in ping_main()
185 if (TT.w) tw = TT.w*1000+tnext; in ping_main()
206 if (!tW && tnext-tnow <= 0) { in ping_main()
207 tnext += TT.i; in ping_main()
228 if (!tW && waitms>tnext-tnow) waitms = tnext-tnow; in ping_main()
/external/mesa3d/src/util/
Drb_tree_test.c192 struct rb_test_node *tnext = in validate_search() local
194 assert(missing_key < tnext->key); in validate_search()
/external/ipsec-tools/src/racoon/
Dproposal.h147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member
Dipsec_doi.c232 for (p = s; p; p = p->tnext) {
252 for (p = s; p; p = p->tnext) {
977 if (rpair[n]->tnext != NULL) {
1037 for (r = q; r; r = r->tnext) {
1211 for (x = p; x; x = x->tnext)
1231 for (/*nothing*/; x && x->tnext; x = x->tnext)
1233 x->tnext = n;
1273 s = r->tnext;
1406 for (q = p; q; q = q->tnext)
1544 for (/*nothing*/; q && q->tnext; q = q->tnext)
[all …]
Dproposal.c798 for (t = p; t; t = t->tnext) {
1016 "%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext);
1019 if (p->tnext)
1020 print_proppair0(pri, p->tnext, level + 1);
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3383 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment() local
3384 mchunkptr p = tnext; in add_segment()
/external/libffi/src/
Ddlmalloc.c3378 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment() local
3379 mchunkptr p = tnext; in add_segment()
/external/dlmalloc/
Dmalloc.c4010 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment() local
4011 mchunkptr p = tnext; in add_segment()