Home
last modified time | relevance | path

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

/acpica-3.5.0/tests/aslts/bin/
Dcommon646 local total1=0
654 total1=`convert_string_to_centisecond_units "$2"`
659 if [ "$total0" -gt "$total1" ]; then
660 diff01=$[ $total0 - $total1 ]
662 elif [ "$total0" -eq "$total1" ]; then
666 diff01=$[ $total1 - $total0 ]
672 echo "$total0|$total1|$diff01|$diff01str"