Lines Matching refs:try
13 try=$high
18 if /usr/bin/tpmc definespace 0xf004 $(printf "0x%x" $try) 0x1 \
21 if [ $try -eq $low ]; then
24 elif [ $try -lt $high ]; then
25 low=$try
26 try=$(( ( $high + $low ) / 2 ))
29 low=$try
30 try=$(( $try * 2 ))
31 high=$try
39 echo please correct this condition and try again
43 if [ $try -eq $low ]; then
47 high=$try
48 try=$(( ( $high + $low ) / 2 ))