Home
last modified time | relevance | path

Searched defs:implementation (Results 251 – 275 of 12467) sorted by relevance

1...<<11121314151617181920>>...499

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Docs/
H A DAppendix-Compound-Mode-Prediction.md165 ##### Figure 3. Function calls associated with compound mode prediction in mode decision.
260 …. Continuation of Figure 3 showing the main function calls starting with determine\_compound\_mode.
368 …ing the main function calls associated with compound modes in the case of warped motion prediction.
416 …Figure 3 showing the main function calls in av1_inter_prediction associated with the compound mode.
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/aws/
H A Dflb_aws_credentials.c81 *implementation) in get_from_chain()
108 struct flb_aws_provider_chain *implementation = provider->implementation; in get_credentials_fn_standard_chain() local
133 struct flb_aws_provider_chain *implementation = provider->implementation; in init_fn_standard_chain() local
164 struct flb_aws_provider_chain *implementation = provider->implementation; in refresh_fn_standard_chain() local
190 struct flb_aws_provider_chain *implementation = provider->implementation; in sync_fn_standard_chain() local
206 struct flb_aws_provider_chain *implementation = provider->implementation; in async_fn_standard_chain() local
223 struct flb_aws_provider_chain *implementation = provider->implementation; in upstream_set_fn_standard_chain() local
239 struct flb_aws_provider_chain *implementation; in destroy_fn_standard_chain() local
339 struct flb_aws_provider_chain *implementation; in standard_chain_create() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_surface_factory.cc34 gl::GLImplementation implementation) override { in InitializeStaticGLBindings()
63 bool LoadGLES2Bindings(gl::GLImplementation implementation) override { in LoadGLES2Bindings()
88 GLOzone* X11SurfaceFactory::GetGLOzone(gl::GLImplementation implementation) { in GetGLOzone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/test/
H A Dserver_object.h60 const void* implementation, in SetImplementation()
70 const void* implementation, in CreateResourceWithImpl()
89 const void* implementation, in SetImplementationUnretained()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dx11_surface_factory.cc34 gl::GLImplementation implementation) override { in InitializeStaticGLBindings()
64 bool LoadGLES2Bindings(gl::GLImplementation implementation) override { in LoadGLES2Bindings()
91 GLOzone* X11SurfaceFactory::GetGLOzone(gl::GLImplementation implementation) { in GetGLOzone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/test/
H A Dserver_object.h60 const void* implementation, in SetImplementation()
70 const void* implementation, in CreateResourceWithImpl()
89 const void* implementation, in SetImplementationUnretained()
/dports/games/widelands/widelands-build21/src/ai/
H A Dcomputer_player.cc53 static EmptyAIImpl implementation; member
56 EmptyAI::EmptyAIImpl EmptyAI::implementation; member in EmptyAI
74 for (const ComputerPlayer::Implementation* implementation : vec) { in get_implementation() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_crl/crl/dispatch/
H A Dcrl_dispatch_semaphore.h36 struct implementation { struct
41 std::unique_ptr<implementation::pointer, implementation> _handle; argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_crl/crl/winapi/
H A Dcrl_winapi_semaphore.h36 struct implementation { struct
41 std::unique_ptr<implementation::pointer, implementation> _handle; argument
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkCoincidentPoints.h84 class implementation; variable
104 friend class implementation; variable
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkCoincidentPoints.h84 class implementation; variable
104 friend class implementation; variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkCoincidentPoints.h76 class implementation; variable
97 friend class implementation; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dviewport.hpp25 namespace implementation namespace
103 namespace implementation namespace
H A Dpassword_box.hpp31 namespace implementation namespace
74 namespace implementation namespace
/dports/devel/py-google-crc32c/google-crc32c-1.3.0/src/google_crc32c/
H A D__init__.py26 implementation = "c" variable
30 implementation = "python" variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/testing/
H A Dweb_test_baseline_fallback.md92 ### Optimization
124 ### Rebaseline
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/testing/
H A Dweb_test_baseline_fallback.md92 ### Optimization
124 ### Rebaseline
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/init/
H A Dgl_initializer_mac.cc78 bool InitializeStaticCGLInternal(GLImplementation implementation) { in InitializeStaticCGLInternal()
100 bool InitializeStaticEGLInternal(GLImplementation implementation) { in InitializeStaticEGLInternal()
191 bool InitializeStaticGLBindings(GLImplementation implementation) { in InitializeStaticGLBindings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/init/
H A Dgl_initializer_mac.cc78 bool InitializeStaticCGLInternal(GLImplementation implementation) { in InitializeStaticCGLInternal()
100 bool InitializeStaticEGLInternal(GLImplementation implementation) { in InitializeStaticEGLInternal()
191 bool InitializeStaticGLBindings(GLImplementation implementation) { in InitializeStaticGLBindings()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/crypto/
H A DLtHash.cpp101 static auto implementation = []() { in add() local
127 static auto implementation = []() { in sub() local
149 static auto implementation = []() { in clearPaddingBits() local
172 static auto implementation = []() { in checkPaddingBits() local
/dports/textproc/py-wtforms/WTForms-2.1/docs/
H A Dcsrf.rst256 Example
283 Example Integration
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A Dbeam_makeops.md1338 #### Code generation directives ####
1466 #### Macros in the macros.tab file ####
1525 #### Pre-defined macros and variables ####
1573 #### Pre-defined macro functions ####
1612 #### The $REFRESH\_GEN\_DEST() macro ####
1652 #### Variable number of operands ####
1704 #### Combined instructions ####
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A Dbeam_makeops.md1338 #### Code generation directives ####
1466 #### Macros in the macros.tab file ####
1525 #### Pre-defined macros and variables ####
1573 #### Pre-defined macro functions ####
1612 #### The $REFRESH\_GEN\_DEST() macro ####
1652 #### Variable number of operands ####
1704 #### Combined instructions ####
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A Dbeam_makeops.md1338 #### Code generation directives ####
1466 #### Macros in the macros.tab file ####
1525 #### Pre-defined macros and variables ####
1573 #### Pre-defined macro functions ####
1612 #### The $REFRESH\_GEN\_DEST() macro ####
1652 #### Variable number of operands ####
1704 #### Combined instructions ####
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A Dbeam_makeops.md1338 #### Code generation directives ####
1466 #### Macros in the macros.tab file ####
1525 #### Pre-defined macros and variables ####
1573 #### Pre-defined macro functions ####
1612 #### The $REFRESH\_GEN\_DEST() macro ####
1652 #### Variable number of operands ####
1704 #### Combined instructions ####

1...<<11121314151617181920>>...499