Searched refs:oldnext (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c885 char *oldnext = p->next; local
898 p->next = oldnext;
927 char *oldnext = p->next; local
939 p->next = oldnext;
/external/mdnsresponder/mDNSCore/
H A DuDNS.c2906 mDNSu8 *oldnext; // for debugging local
3014 oldnext = next;
3025 if ((next - oldnext) > rrSize)
3026 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); }

Completed in 157 milliseconds