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

  /ndk/build/tools/
ndk-common.sh 907 local tmpmax="$1"
909 tmpmax=`expr $tmpmax + 0`
910 if [ $tmpmax -lt 1 ] ; then
911 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
913 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;
  /external/chromium_org/third_party/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 729 milliseconds