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

  /external/curl/src/
tool_cb_prg.h 32 struct timeval prevtime; member in struct:ProgressData
  /libcore/ojluni/src/main/native/
linux_close.cpp 185 long prevtime = 0, newtime; local
203 prevtime = t.tv_sec * 1000 + t.tv_usec / 1000;
235 timeout -= newtime - prevtime;
239 prevtime = newtime;

Completed in 1066 milliseconds