Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dstats.c386 double totalBytesIfRaw=0.0; in rfbPrintStats() local
411 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()
429 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()
432 if (totalBytesIfRaw>0.0) in rfbPrintStats()
433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0); in rfbPrintStats()
435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings); in rfbPrintStats()
439 totalBytesIfRaw=0.0; in rfbPrintStats()
457 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()
474 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()
477 if (totalBytesIfRaw>0.0) in rfbPrintStats()
[all …]