Searched refs:Tuning (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.h39 bool Tuning = true);
H A DTargets.cpp72 void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning) { argument
75 if (Tuning)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp329 DebuggerKind Tuning,
344 if (Tuning == DebuggerKind::LLDB)
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20091 /* Tuning parameters are set using SQLITE_TESTCTRL_TUNE and are controlled
20092 ** on debug-builds of the CLI using ".testctrl tune ID VALUE". Tuning
20098 ** Tuning parameters are numbered starting with 1.
20102 # define Tuning(X) (sqlite3Config.aTune[(X)-1]) macro
20104 # define Tuning(X) 0 macro
20178 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */
[all...]

Completed in 761 milliseconds