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 836 local tmpmax="$1"
838 tmpmax=`expr $tmpmax + 0`
839 if [ $tmpmax -lt 1 ] ; then
840 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
842 MAXVER=$tmpmax;
  /external/webrtc/webrtc/base/
win32.cc 108 int tmpmax = maxpos; local
111 if (i > tmpmax) {
115 // Setting tmpmax -1 means all remaining positions get set to -1.
116 tmpmax = -1;

Completed in 3297 milliseconds