Searched defs:previous (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/tcp_nuke_addr/
H A Dtcp_nuke_addr_test.cpp117 uint32_t total, previous = 0; local
122 printf("%ds: %u cps, total %u\n", elapsed, total-previous, total);
124 previous = total;
/system/netd/server/
H A DTcpSocketMonitor.cpp290 // Update socket stats with the newest entry, computing the diff w.r.t the previous entry.
293 const SocketEntry previous = mSocketEntries[cookie]; variable
302 diff.sent -= previous.sent;
303 diff.lost -= previous.lost;

Completed in 110 milliseconds