Home
last modified time | relevance | path

Searched refs:Tuning (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargets.h39 bool Tuning = true);
H A DTargets.cpp72 void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning) { in defineCPUMacros() argument
75 if (Tuning) in defineCPUMacros()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dsysex179 >>>4 byte 0x05 STT (Tuning Table)
248 >1 belong&0xffffff00 0x00011500 Justonic Tuning
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md121 (https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/ZIO%20Scheduler.html)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp329 DebuggerKind Tuning, in computeAccelTableKind() argument
344 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td99 // This mirrors sections 7.7-7.9 of the Tuning Guide v1.0.1.
/freebsd-13.1/contrib/ncurses/doc/
H A Dncurses-intro.doc37 o Tuning for Speed
864 Tuning for Speed
/freebsd-13.1/contrib/ncurses/
H A Dconfigure.in547 CF_HELP_MESSAGE(Fine-Tuning Your Configuration:)
H A Dconfigure763 Fine-Tuning Your Configuration:
/freebsd-13.1/share/misc/
H A Dpci_vendors31855 4e03 Dynamic Tuning service
32315 8603 Ice Lake-LP Dynamic Tuning Processor Participant
32604 9a03 TigerLake-LP Dynamic Tuning Processor Participant
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c18807 # define Tuning(X) (sqlite3Config.aTune[(X)-1]) macro
18809 # define Tuning(X) 0 macro
170958 Tuning(id) = *piValue;
170960 *piValue = Tuning(-id);