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

  /external/openssh/
sftp-server.c 1055 int nstats = 10, count = 0, i; local
1057 stats = xcalloc(nstats, sizeof(Stat));
1059 if (count >= nstats) {
1060 nstats *= 2;
1061 stats = xreallocarray(stats, nstats, sizeof(Stat));
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 1677 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; local
    [all...]

Completed in 209 milliseconds