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

  /external/netperf/
netcpu_ntperf.c 99 SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION StartInfo[MAXCPUS +1];
231 // Move previous data from EndInfo to StartInfo.
232 CopyMemory((PCHAR)&PerfCntrs->StartInfo[0],
315 PerfCntrs->StartInfo[i].IdleTime.QuadPart;
317 PerfCntrs->StartInfo[i].KernelTime.QuadPart;
319 PerfCntrs->StartInfo[i].UserTime.QuadPart;
321 PerfCntrs->StartInfo[i].DpcTime.QuadPart;
323 PerfCntrs->StartInfo[i].InterruptTime.QuadPart;
325 PerfCntrs->StartInfo[i].InterruptCount;
  /external/regex-re2/re2/
dfa.cc 284 struct StartInfo {
285 StartInfo() : start(NULL), firstbyte(kFbUnknown) { }
295 bool AnalyzeSearchHelper(SearchParams* params, StartInfo* info, uint flags);
364 StartInfo start_[kMaxStart];
    [all...]

Completed in 61 milliseconds