Home
last modified time | relevance | path

Searched refs:Controls (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D29_plv5235w.t102 …ne:x86 "/manifestdependency:type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0…
110 …ne:x86 "/manifestdependency:type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0…
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc60 "Controls whether RunningOnValgrind() returns true or false.")
66 "Controls level of synchronization implied by IO operations. "
/openbsd-src/gnu/llvm/clang/docs/
H A DDataFlowSanitizer.rst159 * ``-dfsan-combine-pointer-labels-on-load`` -- Controls whether to include or
171 * ``-dfsan-combine-pointer-labels-on-store`` -- Controls whether to include or
183 * ``-dfsan-combine-offset-labels-on-gep`` -- Controls whether to propagate
193 * ``-dfsan-track-select-control-flow`` -- Controls whether to track the control
236 * ``-dfsan-track-origins`` -- Controls how to track origins. When its value is
H A DAPINotes.rst285 Controls ``NS_STRING_ENUM`` and ``NS_EXTENSIBLE_STRING_ENUM``. There are three
H A DUsersManual.rst256 Controls whether ANSI escape codes are used instead of the Windows Console
1914 Controls which checks enabled by ``-fsanitize=`` flag are non-fatal.
1940 Controls which checks enabled by the ``-fsanitize=`` flag trap. This
1968 Controls how address sanitizer code is generated. If enabled will always use
2124 Controls whether Clang emits an address-significance table into the object
2134 Controls whether Clang emits a unique (best-effort) symbol name for internal
2155 Controls how Clang emits text sections for basic blocks. With values ``all``
3277 Controls code generation for OpenMP threadprivate variables. In presence of
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUModifierSyntax.rst588 Controls device level cache policy for memory operations. Used for synchronization.
648 Controls behavior of L2 cache. The default value is off (0).
661 Controls access to partially resident textures. The default value is off (0).
1175 Controls interaction with inactive lanes for *dpp8* instructions. The default value is zero.
1339 Controls which rows are enabled for data sharing. By default, all rows are enabled.
1370 Controls which banks are enabled for data sharing. By default, all banks are enabled.
1399 Controls data sharing when accessing an invalid lane. By default, data sharing with
1418 Controls interaction with *inactive* lanes for *dpp16* instructions. The default value is zero.
1472 Controls what to do with the bits in the destination which are not selected
1489 Controls which bits in the src0 are used. By default, all bits are used.
[all …]
H A DAMDGPUUsage.rst3589 ".workgroup_processor_mode" boolean (GFX10+) Controls ENABLE_WGP_MODE in
4317 Controls the behavior of the
14881 …gment_fixed_size`` 0 GFX6-GFX11 Controls GROUP_SEGMENT_FIX…
14883 …segment_fixed_size`` 0 GFX6-GFX11 Controls PRIVATE_SEGMENT_F…
14885 …rg_size`` 0 GFX6-GFX11 Controls KERNARG_SIZE in
14887 …r_count`` 0 GFX6-GFX11 Controls USER_SGPR_COUNT i…
14889 …r_private_segment_buffer`` 0 GFX6-GFX10 Controls ENABLE_SGPR_PRIVA…
14892 …r_dispatch_ptr`` 0 GFX6-GFX11 Controls ENABLE_SGPR_DISPA…
14894 …r_queue_ptr`` 0 GFX6-GFX11 Controls ENABLE_SGPR_QUEUE…
14896 …r_kernarg_segment_ptr`` 0 GFX6-GFX11 Controls ENABLE_SGPR_KERNA…
[all …]
H A DCompileCudaWithLLVM.rst107 compiling CUDA) Controls whether the compiler emits fused multiply-add
H A DGettingStarted.rst75 * ``-DCMAKE_BUILD_TYPE=type`` --- Controls optimization level and debug information
1177 Controls optimization level and debug information of the build. This setting
/openbsd-src/share/misc/
H A Dusb_hid_usages22 0x09 Tablet PC System Controls
25 0x0C Wireless Radio Controls
125 2 Simulation Controls
179 3 VR Controls
194 4 Sports Controls
231 5 Game Controls
263 6 Device Controls
265 0x06 Background/Nonuser Controls
621 0x03 Message Controls
982 0x200 Generic GUI Application Controls
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def76 "(string) Controls the high-level analyzer mode, which influences the "
427 "Controls which functions will be inlined during the first phase of the ctu "
492 "Controls which C++ member functions will be considered for inlining. "
511 "Controls the mode of inter-procedural analysis. Value: \"none\", "
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.hlp219 Controls whether or not an object file is generated by the
226 Controls whether optimization is performed by the compiler. By
343 Controls whether the user sees the invocation command strings for the
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBlocks.txt290 13430..1345F; Egyptian Hieroglyph Format Controls
310 1BCA0..1BCAF; Shorthand Format Controls
H A DIndex.txt1246 Controls, Bidirectional Format 202A
1247 Controls, Mongolian Format 180B
1484 Device Controls 0011
1485 Device Controls, Symbols for 2411
1827 Egyptian Hieroglyph Format Controls 13430
2128 Format Controls, Egyptian Hieroglyph 13430
2129 Format Controls, Mongolian 180B
3528 Mongolian Format Controls 180B
4818 Shorthand Format Controls 1BCA0
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp170 for (auto &Ctl : Controls) in log()
H A DResourceFileWriter.cpp1110 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Res->Controls.size(), in writeDialogBody()
1126 } Middle{ulittle16_t(Res->Controls.size()), ulittle16_t(Res->X), in writeDialogBody()
1162 for (auto &Ctl : Res->Controls) in writeDialogBody()
H A DResourceScriptStmt.h657 std::vector<Control> Controls; variable
667 void addControl(Control &&Ctl) { Controls.push_back(std::move(Ctl)); } in addControl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp323 using Controls = std::vector<uint8_t>; typedef
350 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
387 bool run(Controls &V) { in run()
401 bool run(Controls &V) { in run()
415 bool run(Controls &F, Controls &R) { in run()
2488 PermNetwork::Controls FC, RC; in butterfly()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg73 * Controls the SCSI module data path.
89 * Controls the SCSI module data path.
514 * Controls the reading and writing of an external serial 1-bit
549 * Controls Bus type and channel selection. In a twin channel configuration
H A Daic79xx.reg85 * Controls which of the 5, 512byte, address spaces should be used
1781 * Controls Bus type and channel selection. SELWIDE allows for the
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc41 "Controls the way to handle globals (0 - don't detect buffer overflow on "
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def196 VALUE_LANGOPT(AlignDouble , 1, 0, "Controls if doubles should be aligned to 8 bytes (x86…
453 "Controls how scalar integer arguments are extended in calls "
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc95 "Controls custom tool's " #signal " handler (0 - do not registers the " \
/openbsd-src/gnu/lib/libreadline/
H A DINSTALL135 Operation Controls
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreref.pod172 but not any Controls

123