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

  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 25 uint64_t CounterSize = (uint64_t)(__llvm_profile_end_counters() -
35 return (NamesSize << 40) + (CounterSize << 30) + (DataSize << 20) +
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
Hpet.h 48 UINT32 CounterSize:1;
  /external/v8/tools/
stats-viewer.py 376 return Counter(self.data, 16 + index * self.CounterSize())
378 def CounterSize(self):

Completed in 407 milliseconds