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 187 long prevtime = 0, newtime; local
205 prevtime = t.tv_sec * 1000 + t.tv_usec / 1000;
237 timeout -= newtime - prevtime;
241 prevtime = newtime;

Completed in 98 milliseconds