HomeSort by relevance Sort by last modified time
    Searched refs:tnext (Results 1 - 8 of 8) sorted by null

  /external/toybox/toys/pending/
ping.c 95 long long tnext, tW, tnow, tw; local
176 tnext = millitime();
177 if (TT.w) tw = TT.w*1000+tnext;
191 } else if (tnext-tnow <= 0) {
192 tnext += TT.i_ms;
214 if (!tw && waitms>tnext-tnow) waitms = tnext-tnow;
  /external/ipsec-tools/src/racoon/
proposal.h 114 * | |tnext |tnext
119 * |tnext
147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
ipsec_doi.c 232 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;
    [all...]
proposal.c 798 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/dlmalloc/
malloc.c 4010 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3378 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3383 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 3383 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]

Completed in 183 milliseconds