Home
last modified time | relevance | path

Searched defs:implementation (Results 126 – 150 of 10419) sorted by relevance

12345678910>>...417

/dports/benchmarks/glmark2/glmark2-2021.12/src/libjpeg-turbo/simd/
H A Djsimdcfg.inc.h67 ; On this SIMD implementation, this must be 'unsigned char'. variable
76 ; On this SIMD implementation, this must be 'short'. variable
82 ; On this SIMD implementation, this must be 'unsigned int'. variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/simd/nasm/
H A Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/dports/sysutils/lizardfs/lizardfs-3.12.0/external/crcutil-1.0/doc/text/
H A Dcrc.tex334 \subsection{Mapping bitstreams to hardware registers}
367 \subsection{Multiplication of $D$-normalized polynomials} \label{s:shiftandadd}
401 \subsection{Multiplication of unnormalized polynomial}
431 \subsection{Computing powers of $x$} \label{s:mulpown}
468 \subsection{Simplified CRC}
490 \subsection{Computing a CRC byte by byte} \label{s:crcbyte}
596 \subsection{Rolling CRC} \label{s:rollingcrc}
629 \subsection{Reading multiple bytes at a time} \label{s:crcbyteword}
657 \subsection{Computing a CRC word by word} \label{s:crcword}
750 \subsection{Processing non-overlapping blocks in parallel} \label{s:blockword}
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/windows/
H A Devent_log_backend.cpp220 struct basic_simple_event_log_backend< CharT >::implementation struct in boost::sinks::basic_simple_event_log_backend
223 HANDLE m_SourceHandle;
225 event_type_mapper_type m_LevelMapper;
227 implementation() : m_SourceHandle(0) in implementation() argument
465 struct basic_event_log_backend< CharT >::implementation struct in boost::sinks::basic_event_log_backend
471 event_category_mapper_type m_CategoryMapper;
473 event_type_mapper_type m_LevelMapper;
476 HANDLE m_SourceHandle;
478 event_composer_type m_EventComposer;
480 insertion_list m_Insertions;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/windows/
H A Devent_log_backend.cpp220 struct basic_simple_event_log_backend< CharT >::implementation struct in boost::sinks::basic_simple_event_log_backend
223 HANDLE m_SourceHandle;
225 event_type_mapper_type m_LevelMapper;
227 implementation() : m_SourceHandle(0) in implementation() function
465 struct basic_event_log_backend< CharT >::implementation struct in boost::sinks::basic_event_log_backend
471 event_category_mapper_type m_CategoryMapper;
473 event_type_mapper_type m_LevelMapper;
476 HANDLE m_SourceHandle;
478 event_composer_type m_EventComposer;
480 insertion_list m_Insertions;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/windows/
H A Devent_log_backend.cpp220 struct basic_simple_event_log_backend< CharT >::implementation struct in boost::sinks::basic_simple_event_log_backend
223 HANDLE m_SourceHandle;
225 event_type_mapper_type m_LevelMapper;
227 implementation() : m_SourceHandle(0) in implementation() function
465 struct basic_event_log_backend< CharT >::implementation struct in boost::sinks::basic_event_log_backend
471 event_category_mapper_type m_CategoryMapper;
473 event_type_mapper_type m_LevelMapper;
476 HANDLE m_SourceHandle;
478 event_composer_type m_EventComposer;
480 insertion_list m_Insertions;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/windows/
H A Devent_log_backend.cpp221 struct basic_simple_event_log_backend< CharT >::implementation struct in boost::sinks::basic_simple_event_log_backend
224 HANDLE m_SourceHandle;
226 event_type_mapper_type m_LevelMapper;
228 implementation() : m_SourceHandle(0) in implementation() function
466 struct basic_event_log_backend< CharT >::implementation struct in boost::sinks::basic_event_log_backend
472 event_category_mapper_type m_CategoryMapper;
474 event_type_mapper_type m_LevelMapper;
477 HANDLE m_SourceHandle;
479 event_composer_type m_EventComposer;
481 insertion_list m_Insertions;
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_testing/grpc_testing/_server/
H A D_service.py46 def _unary_response(argument, implementation, rpc, servicer_context): argument
55 def _stream_response(argument, implementation, rpc, servicer_context): argument
74 def unary_unary(implementation, rpc, request, servicer_context): argument
78 def unary_stream(implementation, rpc, request, servicer_context): argument
82 def stream_unary(implementation, rpc, handler, servicer_context): argument
87 def stream_stream(implementation, rpc, handler, servicer_context): argument
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_testing/grpc_testing/_server/
H A D_service.py46 def _unary_response(argument, implementation, rpc, servicer_context): argument
55 def _stream_response(argument, implementation, rpc, servicer_context): argument
74 def unary_unary(implementation, rpc, request, servicer_context): argument
78 def unary_stream(implementation, rpc, request, servicer_context): argument
82 def stream_unary(implementation, rpc, handler, servicer_context): argument
87 def stream_stream(implementation, rpc, handler, servicer_context): argument
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_testing/grpc_testing/_server/
H A D_service.py47 def _unary_response(argument, implementation, rpc, servicer_context): argument
56 def _stream_response(argument, implementation, rpc, servicer_context): argument
75 def unary_unary(implementation, rpc, request, servicer_context): argument
79 def unary_stream(implementation, rpc, request, servicer_context): argument
83 def stream_unary(implementation, rpc, handler, servicer_context): argument
88 def stream_stream(implementation, rpc, handler, servicer_context): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_testing/grpc_testing/_server/
H A D_service.py45 def _unary_response(argument, implementation, rpc, servicer_context): argument
54 def _stream_response(argument, implementation, rpc, servicer_context): argument
73 def unary_unary(implementation, rpc, request, servicer_context): argument
77 def unary_stream(implementation, rpc, request, servicer_context): argument
81 def stream_unary(implementation, rpc, handler, servicer_context): argument
86 def stream_stream(implementation, rpc, handler, servicer_context): argument
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_e_txt_params.pas27 implementation section
59 implementation section
91 implementation section
123 implementation section
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_e_txt_params.pas27 implementation section
59 implementation section
91 implementation section
123 implementation section
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_e_txt_params.pas27 implementation section
59 implementation section
91 implementation section
123 implementation section
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_e_txt_params.pas27 implementation section
59 implementation section
91 implementation section
123 implementation section
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/Documentation/learning/
H A Ddesign-auth-v3.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/Documentation/learning/
H A Dauth_design.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/Documentation/learning/
H A Ddesign-auth-v3.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/devel/etcd32/etcd-3.2.32/Documentation/learning/
H A Dauth_design.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/devel/etcd33/etcd-3.3.23/Documentation/learning/
H A Dauth_design.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/Documentation/learning/
H A Dauth_design.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/devel/etcd34/etcd-3.4.18/Documentation/learning/
H A Ddesign-auth-v3.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/Documentation/learning/
H A Ddesign-auth-v3.md41 ### Authentication
61 ### Resolving a token in the API layer
67 ### Checking permission in the state machine
71 ### Two types of tokens: simple and JWT
/dports/devel/boost-docs/boost_1_72_0/libs/ptr_container/test/
H A Dptr_unordered_map.cpp33 struct implementation : abstract_base struct
35 implementation() in implementation() function
38 implementation( const implementation& ) in implementation() function
41 implementation( int, std::string, int, std::string ) in implementation() argument
47 return new implementation( *this ); in clone() argument
H A Dptr_map.cpp33 struct implementation : abstract_base struct
35 implementation() in implementation() function
38 implementation( const implementation& ) in implementation() function
41 implementation( int, std::string, int, std::string ) in implementation() argument
47 return new implementation( *this ); in clone() argument

12345678910>>...417