HomeSort by relevance Sort by last modified time
    Searched refs:tmpmax (Results 1 - 2 of 2) sorted by null

  /ndk/build/tools/
ndk-common.sh 888 local tmpmax="$1"
890 tmpmax=`expr $tmpmax + 0`
891 if [ $tmpmax -lt 1 ] ; then
892 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
894 MAXVER=$tmpmax;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.cc 125 int tmpmax = maxpos; local
128 if (i > tmpmax) {
132 // Setting tmpmax -1 means all remaining positions get set to -1.
133 tmpmax = -1;

Completed in 442 milliseconds