HomeSort by: relevance | last modified time | path
    Searched refs:iMax (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.c 135 int iMax;
147 iMax = 0;
149 iMax = atoi(max);
163 fileConf[i].max = iMax;
182 fileConf[*numParam].max = iMax;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
numeric.d 2671 iMax = 0, jMax = 0;
2690 if (iMax < i) iMax = i;
2696 if (iMin > iMax) return;
2701 s = s[iMin .. iMax + 1];
  /src/external/public-domain/sqlite/dist/
shell.c 8258 sqlite3_int64 iMax = LARGEST_INT64; /* Largest allowed output value */
8333 /* Narrow the range of iMin and iMax (the minimum and maximum outputs)
8344 iMin = iMax = (sqlite3_int64)r;
8349 iMin = iMax = sqlite3_value_int64(argv[iArg++]);
8377 iMax = LARGEST_INT64;
8379 iMax = (sqlite3_int64)(r-1.0);
8381 iMax = (sqlite3_int64)seriesFloor(r);
8384 iMax = sqlite3_value_int64(argv[iArg++]);
8386 if( iMax==SMALLEST_INT64 ){
8389 iMax--
    [all...]
sqlite3.c     [all...]

Completed in 75 milliseconds