Searched refs:c_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.cpp326 c_bytes; local
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 );
354 return c_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
906 c_bytes = x_len * c_loops * t_loops;
908 t_bytes = c_bytes + d_bytes;
914 c_mbs = (c_secs > 0.001) ? (c_bytes / c_secs) / 1000000.0 : 0;
948 c_bytes, c_secs, c_mbs);

Completed in 42 milliseconds