HomeSort by relevance Sort by last modified time
    Searched refs:Freq (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /tools/tradefederation/contrib/src/com/android/media/tests/
VideoEditingMemoryTest.java 27 import com.android.tradefed.result.BugreportCollector.Freq;
117 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
VideoEditingPerformanceTest.java 26 import com.android.tradefed.result.BugreportCollector.Freq;
147 Relation.AFTER, Freq.EACH, Noun.TESTRUN));
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 576 // 2 * freq(BB->Pred) * taken_branch_cost + unconditional_jump_cost
577 // < freq(BB->Succ) * taken_branch_cost.
579 // freq(BB->Succ) > 2 * freq(BB->Pred), i.e.,
600 // Pred first). The cost of S->BB->Succ is 2 * freq (S->Pred), while with
601 // the topo order, the cost is freq(S-> Pred) + Pred(S->BB) which is larger.
638 // freq(BB->Succ) > freq(Succ) * HotProb
639 // i.e. freq(BB->Succ) > freq(BB->Succ) * HotProb + freq(Pred->Succ)
    [all...]
BranchFolding.h 119 const BlockFrequency Freq) const;
RegAllocGreedy.cpp 406 BlockFrequency Freq;
412 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg)
413 : Freq(Freq), Reg(Reg), PhysReg(PhysReg) {}
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c 204 UINT64 Freq;
405 // Freq = Frequency in Hz
409 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
412 TimerInfo.Frequency = (UINT32)DivU64x32 (Freq, 1000);
  /external/lzma/C/
Ppmd7.h 89 &p->BinSumm[(unsigned)Ppmd7Context_OneState(p->MinContext)->Freq - 1][p->PrevSuccess + \
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 294 UINT64 Freq;
301 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
303 Freq = DivU64x32 (Freq, 1000);
378 PerfData->Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
383 if ((Ticker > Freq) && (++Index >= PERF_PEI_ENTRY_MAX_NUM)) {
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 188 LVM_UINT16 Freq;
213 Freq = (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1));
216 pInst->pFiltersParams[ii-1].CenterFrequency = (LVM_UINT16) (Freq * ii);
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 23 #define DEBUG_TYPE "block-freq"
556 uint64_t Freq) {
559 Freqs[Node.Index].Integer = Freq;
580 const BlockFrequency &Freq) const {
581 Scaled64 Block(Freq.getFrequency(), 0);
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 586 std::vector<std::pair<unsigned, unsigned> > FreqPairs; // <freq,code>
588 if (unsigned Freq = Stats.CodeFreq[i].NumInstances)
589 FreqPairs.push_back(std::make_pair(Freq, i));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstalledInstrumentationsTest.java 99 private BugreportCollector.Freq mBugreportFrequency = null;
InstrumentationTest.java 181 private BugreportCollector.Freq mBugreportFrequency = null;
538 public void setBugreportFrequency(BugreportCollector.Freq freq) {
539 mBugreportFrequency = freq;
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 871 std::vector<std::pair<unsigned, unsigned> > FreqPairs; // <freq,code>
873 if (unsigned Freq = Stats.CodeFreq[i].NumInstances)
874 FreqPairs.push_back(std::make_pair(Freq, i));
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_arm64.go 38 Freq int64
ztypes_linux_mips.go 35 Freq int32
ztypes_linux_mips64.go 36 Freq int64
ztypes_linux_mips64le.go 36 Freq int64
ztypes_linux_mipsle.go 35 Freq int32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_arm64.go 38 Freq int64
ztypes_linux_mips.go 35 Freq int32
ztypes_linux_mips64.go 36 Freq int64
ztypes_linux_mips64le.go 36 Freq int64
ztypes_linux_mipsle.go 35 Freq int32
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
MemorySubClass.c 524 MemInfoMemFreq = pGblData->Freq;

Completed in 693 milliseconds

1 2 3 45 6