/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 168 SmallVector<SelectInst *, 8> Selects; member 479 if (RI.Selects.size() > 0) in print() 480 OS << " S" << RI.Selects.size(); in print() 722 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint() 735 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint() 822 SmallVector<SelectInst *, 8> Selects; in findScope() local 833 Selects.push_back(SI); in findScope() 838 if (Selects.size() > 0) { in findScope() 840 for (auto *SI : Selects) in findScope() 845 RI.Selects.push_back(SI); in findScope() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 157 Selects the multiview sync signal as the genlock source. 160 Selects the external genlock vertical sync component. 163 Selects the external genlock field component. 166 Selects the external genlock as a TTL-level signal. 169 Selects the digital genlock vertical sync component. 172 Selects the digital genlock field component. 188 Selects the falling edge of the source. 191 Selects the rising edge of the source. 194 Selects both edges of the source.
|
/third_party/openGLES/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 157 Selects the multiview sync signal as the genlock source. 160 Selects the external genlock vertical sync component. 163 Selects the external genlock field component. 166 Selects the external genlock as a TTL-level signal. 169 Selects the digital genlock vertical sync component. 172 Selects the digital genlock field component. 188 Selects the falling edge of the source. 191 Selects the rising edge of the source. 194 Selects both edges of the source.
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 368 struct src_select Selects[5]; member 382 select = &data->Selects[data->SelectCount++]; in can_use_presub_data_add_select() 484 unsigned int src_type = d.Selects[i].SrcType; in rc_inst_can_use_presub() 486 if (d.Selects[i].File == d.Selects[j].File in rc_inst_can_use_presub() 487 && d.Selects[i].Index == d.Selects[j].Index) { in rc_inst_can_use_presub() 488 src_type &= ~d.Selects[j].SrcType; in rc_inst_can_use_presub()
|
/third_party/boost/tools/build/src/tools/features/ |
D | exception-feature.jam | 28 Selects whether there is support for asynchronous EH (e.g. catching SEGVs). 41 Selects whether all `extern "C"` functions are considered `nothrow` by default.
|
D | cxxabi-feature.jam | 11 Selects a specific variant of C++ ABI if the compiler supports several.
|
D | toolset-feature.jam | 13 Selects the toolset that will be used to build binary targets. The full list of
|
D | threadapi-feature.jam | 16 Selects threading implementation. The default is `win32` if `<target-os>` is
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-edit.md | 19 Selects a (sub)dependency in the current
|
/third_party/iptables/extensions/ |
D | libxt_policy.man | 20 Selects whether to match the exact policy or match if any rule of
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 424 | ``tag`` | Selects all child elements with the given tag. | 436 | ``*`` | Selects all child elements, including comments and | 440 | ``.`` | Selects the current node. This is mostly useful | 444 | ``//`` | Selects all subelements, on all levels beneath the | 448 | ``..`` | Selects the parent element. Returns ``None`` if the | 452 | ``[@attrib]`` | Selects all elements that have the given attribute. | 454 | ``[@attrib='value']`` | Selects all elements for which the given attribute | 458 | ``[@attrib!='value']``| Selects all elements for which the given attribute | 464 | ``[tag]`` | Selects all elements that have a child named | 467 | ``[.='text']`` | Selects all elements whose complete text content, | [all …]
|
D | ssl.rst | 677 Selects the highest protocol version that both the client and server support. 714 Selects SSL version 2 as the channel encryption protocol. 729 Selects SSL version 3 as the channel encryption protocol. 748 Selects TLS version 1.0 as the channel encryption protocol. 756 Selects TLS version 1.1 as the channel encryption protocol. 767 Selects TLS version 1.2 as the channel encryption protocol.
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EXT_shader_integer_mix.spec | 62 genIType mix(genIType x, Selects which vector each returned component comes
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_integer_mix.txt | 63 genIType mix(genIType x, Selects which vector each returned component comes
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_integer_mix.txt | 63 genIType mix(genIType x, Selects which vector each returned component comes
|
/third_party/boost/tools/build/src/tools/ |
D | pkg-config.jam | 38 Selects one of the initialized `pkg-config` configurations. This feature is
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6791 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects() argument 6798 MachineInstr *FirstMI = Selects.front(); in createPHIsForSelects() 6812 for (auto MI : Selects) { in createPHIsForSelects() 6855 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local 6857 Selects.push_back(&MI); in emitSelect() 6867 Selects.push_back(&*NextMIIt); in emitSelect() 6876 for (auto SelMI : Selects) in emitSelect() 6891 MachineInstr *LastMI = Selects.back(); in emitSelect() 6923 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect() 6924 for (auto SelMI : Selects) in emitSelect()
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | adb.dart | 37 /// Selects a device to work with, load-balancing between devices if more than
|
/third_party/ffmpeg/doc/ |
D | decoders.texi | 304 Selects the dvb substream, or all substreams if -1 which is default.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFPU.td | 433 // Selects
|
/third_party/boost/tools/build/src/build/ |
D | property.jam | 434 # Selects properties corresponding to any of the given features.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 394 genIType mix(genIType x, Selects which vector each returned component comes
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 384 genIType mix(genIType x, Selects which vector each returned component comes
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 440 …| genI16Type mix(genI16Type x, | Selects which vector each returned component c…
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_gpu_shader_int16.txt | 440 …| genI16Type mix(genI16Type x, | Selects which vector each returned component c…
|