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

  /external/iproute2/tc/
tc_red.c 79 double maxtime = 31/lW; local
84 if (maxtime/(1<<clog) < 512)
  /external/curl/lib/
asyn-ares.c 220 struct timeval maxtime; local
227 maxtime.tv_sec = CURL_TIMEOUT_RESOLVE;
228 maxtime.tv_usec = 0;
230 timeout = ares_timeout((ares_channel)conn->data->state.resolver, &maxtime,
tftp.c 200 time_t maxtime, timeout; local
217 maxtime = (time_t)(timeout_ms + 500) / 1000;
218 state->max_time = state->start_time+maxtime;
221 timeout = maxtime;
238 maxtime = (time_t)(timeout_ms + 500) / 1000;
240 maxtime = 3600;
242 state->max_time = state->start_time+maxtime;
245 timeout = maxtime;
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 76 * @param maxtime the max possible time of the last occurrence. null means no limit
82 public long getLastOccurence(Time dtstart, Time maxtime,
128 if (hasCount || recur.rdates != null || maxtime != null) {
133 (maxtime != null) ?
134 maxtime.toMillis(false /* use isDst */) : -1 /* range end */);
    [all...]

Completed in 100 milliseconds