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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Donlinesig.cpp324 d_bytes; local
328 bytes.ToDouble ( &d_bytes );
332 while ( d_bytes > 1024 ) {
333 d_bytes /= 1024;
339 c_bytes = wxString::Format ( _( "%.0f B" ), d_bytes );
342 c_bytes = wxString::Format ( _( "%.2f KB" ), d_bytes );
345 c_bytes = wxString::Format ( _( "%.2f MB" ), d_bytes );
348 c_bytes = wxString::Format ( _( "%.2f GB" ), d_bytes );
351 c_bytes = wxString::Format ( _( "%.2f TB" ), d_bytes );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c899 unsigned long t_bytes, c_bytes, d_bytes; local
907 d_bytes = x_len * d_loops * t_loops;
908 t_bytes = c_bytes + d_bytes;
915 d_mbs = (d_secs > 0.001) ? (d_bytes / d_secs) / 1000000.0 : 0;
951 d_bytes, d_secs, d_mbs);

Completed in 145 milliseconds