Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td19 // Core - 32-bit core registers
20 class Core<int num, string n, list<string>altNames=[]> : ARCReg<n, altNames> {
28 def R0 : Core< 0, "%r0">, DwarfRegNum<[0]>;
29 def R1 : Core< 1, "%r1">, DwarfRegNum<[1]>;
30 def R2 : Core< 2, "%r2">, DwarfRegNum<[2]>;
31 def R3 : Core< 3, "%r3">, DwarfRegNum<[3]>;
33 def R4 : Core< 4, "%r4">, DwarfRegNum<[4]>;
34 def R5 : Core< 5, "%r5">, DwarfRegNum<[5]>;
35 def R6 : Core< 6, "%r6">, DwarfRegNum<[6]>;
36 def R7 : Core< 7, "%r7">, DwarfRegNum<[7]>;
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.h25 ref class SDL_WinRTApp sealed : public Windows::ApplicationModel::Core::IFrameworkView
31 virtual void Initialize(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView);
32 virtual void SetWindow(Windows::UI::Core::CoreWindow^ window);
57 …void OnWindowSizeChanged(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::WindowSizeChang…
59 …void OnAppActivated(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView, Windows…
63 …void OnWindowActivated(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::WindowActivatedEv…
64 …void OnWindowClosed(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::CoreWindowEventArgs^…
65 …void OnVisibilityChanged(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::VisibilityChang…
66 …void OnPointerPressed(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::PointerEventArgs^ …
67 …void OnPointerReleased(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::PointerEventArgs^…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp242 unsigned Units = ISJ->Core.getUnits(); in restrictSlot1AOK()
250 ISJ->Core.setUnits(Units & ~2U); in restrictSlot1AOK()
271 unsigned Units = ISJ->Core.getUnits(); in restrictNoSlot1Store()
277 ISJ->Core.setUnits(Units & ~2U); in restrictNoSlot1Store()
344 if (ISJ->Core.getUnits() == slotSingleLoad || in check()
363 if (ISJ->Core.getUnits() == slotSingleStore || in check()
382 if (ISJ->Core.getUnits() == slotSingleLoad || in check()
432 if (!ISJ->Core.getUnits()) { in check()
451 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad); in check()
464 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in check()
[all …]
DHexagonShuffler.h110 HexagonResource Core; variable
117 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id) {} in HexagonInstr()
124 return (HexagonResource::lessWeight(B.Core, Core));
129 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp170 class Core class
173 Core (HINSTANCE instance);
174 ~Core (void);
183 Core (const Core& other);
184 Core& operator= (const Core& other);
202 Context (const Core* core,
222 const Core* m_core;
228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dthread.h32 struct Core { struct
46 MARL_NO_EXPORT inline bool operator==(const Core&) const; argument
47 MARL_NO_EXPORT inline bool operator<(const Core&) const;
100 MARL_EXPORT Affinity(std::initializer_list<Core>, Allocator* allocator);
106 MARL_EXPORT Core operator[](size_t index) const;
119 containers::vector<Core, 32> cores;
156 bool Thread::Core::operator==(const Core& other) const {
160 bool Thread::Core::operator<(const Core& other) const {
/third_party/libphonenumber/resources/carrier/en/
D44.txt39 # - Core Communication Services Ltd: Core Communication
40 # - Core Telecom Limited: Core Telecom
205 4474172|Core Telecom
210 4474179|Core Telecom
254 4474418|Core Telecom
366 4475204|Core Communication
422 4475597|Core Telecom
486 4477442|Core Communication
487 4477443|Core Communication
488 4477444|Core Communication
[all …]
/third_party/rust/crates/rustix/tests/process/
Drlimit.rs15 let old = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
21 rustix::process::setrlimit(Resource::Core, new.clone()).unwrap(); in test_setrlimit()
23 let lim = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
33 let first = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
35 let old = match rustix::process::prlimit(None, Resource::Core, new.clone()) { in test_setrlimit()
49 rustix::process::prlimit(Some(rustix::process::getpid()), Resource::Core, other) in test_setrlimit()
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
23 .. section: Core and Builtins
33 .. section: Core and Builtins
43 .. section: Core and Builtins
53 .. section: Core and Builtins
63 .. section: Core and Builtins
73 .. section: Core and Builtins
83 .. section: Core and Builtins
92 .. section: Core and Builtins
[all …]
D3.7.0a2.rst5 .. section: Core and Builtins
18 .. section: Core and Builtins
28 .. section: Core and Builtins
37 .. section: Core and Builtins
46 .. section: Core and Builtins
56 .. section: Core and Builtins
66 .. section: Core and Builtins
76 .. section: Core and Builtins
86 .. section: Core and Builtins
97 .. section: Core and Builtins
[all …]
D3.10.0a1.rst58 .. section: Core and Builtins
68 .. section: Core and Builtins
78 .. section: Core and Builtins
88 .. section: Core and Builtins
98 .. section: Core and Builtins
108 .. section: Core and Builtins
119 .. section: Core and Builtins
129 .. section: Core and Builtins
139 .. section: Core and Builtins
149 .. section: Core and Builtins
[all …]
D3.6.0b1.rst5 .. section: Core and Builtins
17 .. section: Core and Builtins
27 .. section: Core and Builtins
36 .. section: Core and Builtins
46 .. section: Core and Builtins
59 .. section: Core and Builtins
68 .. section: Core and Builtins
77 .. section: Core and Builtins
87 .. section: Core and Builtins
97 .. section: Core and Builtins
[all …]
D3.6.0b4.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
25 .. section: Core and Builtins
35 .. section: Core and Builtins
45 .. section: Core and Builtins
55 .. section: Core and Builtins
65 .. section: Core and Builtins
74 .. section: Core and Builtins
84 .. section: Core and Builtins
95 .. section: Core and Builtins
[all …]
D3.10.2.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
24 .. section: Core and Builtins
34 .. section: Core and Builtins
47 .. section: Core and Builtins
56 .. section: Core and Builtins
66 .. section: Core and Builtins
76 .. section: Core and Builtins
86 .. section: Core and Builtins
96 .. section: Core and Builtins
[all …]
D3.10.0rc1.rst15 .. section: Core and Builtins
24 .. section: Core and Builtins
35 .. section: Core and Builtins
44 .. section: Core and Builtins
53 .. section: Core and Builtins
62 .. section: Core and Builtins
72 .. section: Core and Builtins
82 .. section: Core and Builtins
92 .. section: Core and Builtins
102 .. section: Core and Builtins
[all …]
D3.8.0a2.rst5 .. section: Core and Builtins
15 .. section: Core and Builtins
25 .. section: Core and Builtins
36 .. section: Core and Builtins
46 .. section: Core and Builtins
58 .. section: Core and Builtins
68 .. section: Core and Builtins
78 .. section: Core and Builtins
87 .. section: Core and Builtins
97 .. section: Core and Builtins
[all …]
D3.8.0a3.rst28 .. section: Core and Builtins
37 .. section: Core and Builtins
46 .. section: Core and Builtins
55 .. section: Core and Builtins
65 .. section: Core and Builtins
74 .. section: Core and Builtins
84 .. section: Core and Builtins
94 .. section: Core and Builtins
104 .. section: Core and Builtins
114 .. section: Core and Builtins
[all …]
D3.5.0b1.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
24 .. section: Core and Builtins
34 .. section: Core and Builtins
43 .. section: Core and Builtins
52 .. section: Core and Builtins
62 .. section: Core and Builtins
71 .. section: Core and Builtins
80 .. section: Core and Builtins
90 .. section: Core and Builtins
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmouse.cpp30 using namespace Windows::UI::Core;
31 using Windows::UI::Core::CoreCursor;
174 …ABI::Windows::UI::Core::ICoreCursor * iblankCursor = reinterpret_cast<ABI::Windows::UI::Core::ICor… in WINRT_ShowCursor()
175 …ABI::Windows::UI::Core::ICoreWindow * icoreWindow = reinterpret_cast<ABI::Windows::UI::Core::ICore… in WINRT_ShowCursor()
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/
DVS_2019_Preview.txt1Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.DIA.SDK","Microsoft.Visu…
DVS_2017_Express.txt1Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microso…
DVS_2019_Community_workload.txt1Core","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.Component.VC.…
/third_party/toybox/toys/lsb/
DREADME4 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html
7 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html
/third_party/openGLES/extensions/AMD/
DAMD_transform_feedback3_lines_triangles.txt34 This extension is written against the OpenGL 4.0 (Core) Specification.
53 Additions to Chapter 2 of the OpenGL 4.0 (Core) Specification (OpenGL Operation)
66 Additions to Chapter 3 of the OpenGL 4.0 (Core) Specification (Rasterization)
70 Additions to Chapter 4 of the OpenGL 4.0 (Core) Specification (Per-Fragment Operations
75 Additions to Chapter 5 of the OpenGL 4.0 (Core) Specification (Special
80 Additions to Chapter 6 of the OpenGL 4.0 (Core) Specification (State and
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_transform_feedback3_lines_triangles.txt34 This extension is written against the OpenGL 4.0 (Core) Specification.
53 Additions to Chapter 2 of the OpenGL 4.0 (Core) Specification (OpenGL Operation)
66 Additions to Chapter 3 of the OpenGL 4.0 (Core) Specification (Rasterization)
70 Additions to Chapter 4 of the OpenGL 4.0 (Core) Specification (Per-Fragment Operations
75 Additions to Chapter 5 of the OpenGL 4.0 (Core) Specification (Special
80 Additions to Chapter 6 of the OpenGL 4.0 (Core) Specification (State and

12345678910>>...34