Searched refs:timeVal (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp980 UInt64 timeVal; local
996 timeVal = GetTimeCount();
1012 timeVal = GetTimeCount();
1016 timeVal = GetTimeCount() - timeVal;
1017 if (timeVal == 0)
1018 timeVal = 1;
1021 speed = MyMultDiv64(size, timeVal, GetFreq());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp980 UInt64 timeVal; local
996 timeVal = GetTimeCount();
1012 timeVal = GetTimeCount();
1016 timeVal = GetTimeCount() - timeVal;
1017 if (timeVal == 0)
1018 timeVal = 1;
1021 speed = MyMultDiv64(size, timeVal, GetFreq());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp980 UInt64 timeVal; local
996 timeVal = GetTimeCount();
1012 timeVal = GetTimeCount();
1016 timeVal = GetTimeCount() - timeVal;
1017 if (timeVal == 0)
1018 timeVal = 1;
1021 speed = MyMultDiv64(size, timeVal, GetFreq());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js263 function formatTime(timeVal){
264 if( typeof timeVal != 'number' )
267 var timeHour = Math.round(timeVal / 1000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js263 function formatTime(timeVal){
264 if( typeof timeVal != 'number' )
267 var timeHour = Math.round(timeVal / 1000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js263 function formatTime(timeVal){
264 if( typeof timeVal != 'number' )
267 var timeHour = Math.round(timeVal / 1000);

Completed in 88 milliseconds