Home
last modified time | relevance | path

Searched refs:context_copy (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/osx/
H A Dthread_suspension.c153 x86_thread_state_t context_copy; in NaClAppThreadSetSuspendedRegistersInternal() local
156 context_copy = state->context; in NaClAppThreadSetSuspendedRegistersInternal()
168 context_copy.uts.ts32.__cs = NaClGetGlobalCs(); in NaClAppThreadSetSuspendedRegistersInternal()
169 context_copy.uts.ts32.__ds = NaClGetGlobalDs(); in NaClAppThreadSetSuspendedRegistersInternal()
171 context_copy.uts.ts32.__es = NaClGetGlobalDs(); in NaClAppThreadSetSuspendedRegistersInternal()
172 context_copy.uts.ts32.__ss = NaClGetGlobalDs(); in NaClAppThreadSetSuspendedRegistersInternal()
173 context_copy.uts.ts32.__ecx = (uintptr_t) &state->switch_state; in NaClAppThreadSetSuspendedRegistersInternal()
174 context_copy.uts.ts32.__eip = (uintptr_t) NaClSwitchRemainingRegsViaECX; in NaClAppThreadSetSuspendedRegistersInternal()
178 size = sizeof(context_copy) / sizeof(natural_t); in NaClAppThreadSetSuspendedRegistersInternal()
180 (void *) &context_copy, size); in NaClAppThreadSetSuspendedRegistersInternal()
/dports/devel/cltune/CLTune-2.7.0/test/
H A Dclcudaapi.cc175 auto context_copy = cltune::Context(raw_context); variable
176 REQUIRE(context_copy() != nullptr);
181 auto context_copy = cltune::Context(context); variable
183 REQUIRE(context_copy() != nullptr);
228 auto context_copy = queue.GetContext(); variable
230 REQUIRE(context_copy() == context());
/dports/www/node10/node-v10.24.1/deps/v8/src/base/debug/
H A Dstack_trace_win.cc182 CONTEXT context_copy; in InitTrace() local
183 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
184 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
206 &stack_frame, &context_copy, nullptr, in InitTrace()
/dports/lang/v8/v8-9.6.180.12/src/base/debug/
H A Dstack_trace_win.cc187 CONTEXT context_copy; in InitTrace() local
188 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
189 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
220 &stack_frame, &context_copy, nullptr, in InitTrace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/debug/
H A Dstack_trace_win.cc187 CONTEXT context_copy; in InitTrace() local
188 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
189 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
220 &stack_frame, &context_copy, nullptr, in InitTrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/debug/
H A Dstack_trace_win.cc187 CONTEXT context_copy; in InitTrace() local
188 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
189 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
220 &stack_frame, &context_copy, nullptr, in InitTrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dstack_trace_win.cc319 CONTEXT context_copy; in InitTrace() local
320 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
321 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
350 &stack_frame, &context_copy, NULL, in InitTrace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Dstack_trace_win.cc300 CONTEXT context_copy; in InitTrace() local
301 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace()
302 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
331 &stack_frame, &context_copy, NULL, in InitTrace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/host/
H A Dresource_message_filter.cc69 HostMessageContext context_copy = *context; in HandleMessage() local
72 this, msg, context_copy)); in HandleMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/host/
H A Dresource_message_filter.cc69 HostMessageContext context_copy = *context; in HandleMessage() local
72 this, msg, context_copy)); in HandleMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/client/
H A Dsecure_credentials.cc415 grpc_auth_metadata_context context_copy = grpc_auth_metadata_context(); in GetMetadata() local
416 grpc_auth_metadata_context_copy(&context, &context_copy); in GetMetadata()
418 w->thread_pool_->Add([w, context_copy, cb, user_data]() mutable { in GetMetadata()
420 context_copy, cb, user_data, nullptr, nullptr, nullptr, nullptr); in GetMetadata()
421 grpc_auth_metadata_context_reset(&context_copy); in GetMetadata()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/utils/
H A Dtest_cache.py186 context_copy = context.copy()
191 assert ret == context_copy
/dports/devel/grpc/grpc-1.42.0/src/cpp/client/
H A Dsecure_credentials.cc450 grpc_auth_metadata_context context_copy = grpc_auth_metadata_context(); in GetMetadata() local
451 grpc_auth_metadata_context_copy(&context, &context_copy); in GetMetadata()
453 w->thread_pool_->Add([w, context_copy, cb, user_data]() mutable { in GetMetadata()
455 context_copy, cb, user_data, nullptr, nullptr, nullptr, nullptr); in GetMetadata()
456 grpc_auth_metadata_context_reset(&context_copy); in GetMetadata()
/dports/devel/grpc130/grpc-1.30.2/src/cpp/client/
H A Dsecure_credentials.cc434 grpc_auth_metadata_context context_copy = grpc_auth_metadata_context(); in GetMetadata() local
435 grpc_auth_metadata_context_copy(&context, &context_copy); in GetMetadata()
437 w->thread_pool_->Add([w, context_copy, cb, user_data]() mutable { in GetMetadata()
439 context_copy, cb, user_data, nullptr, nullptr, nullptr, nullptr); in GetMetadata()
440 grpc_auth_metadata_context_reset(&context_copy); in GetMetadata()
/dports/devel/grpc134/grpc-1.34.1/src/cpp/client/
H A Dsecure_credentials.cc440 grpc_auth_metadata_context context_copy = grpc_auth_metadata_context(); in GetMetadata() local
441 grpc_auth_metadata_context_copy(&context, &context_copy); in GetMetadata()
443 w->thread_pool_->Add([w, context_copy, cb, user_data]() mutable { in GetMetadata()
445 context_copy, cb, user_data, nullptr, nullptr, nullptr, nullptr); in GetMetadata()
446 grpc_auth_metadata_context_reset(&context_copy); in GetMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc273 MD5Context context_copy; in MD5IntermediateFinal() local
274 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
275 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Dmd5.cc267 MD5Context context_copy; in MD5IntermediateFinal() local
268 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
269 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Dmd5.cc268 MD5Context context_copy; in MD5IntermediateFinal() local
269 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
270 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc273 MD5Context context_copy; in MD5IntermediateFinal() local
274 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
275 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/dports/devel/gn/gn-1962/src/base/
H A Dmd5.cc268 MD5Context context_copy; in MD5IntermediateFinal() local
269 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal()
270 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Dpip.c297 struct isl_basic_set *context, *bset, *copy, *context_copy; in main() local
352 context_copy = isl_basic_set_copy(context); in main()
375 check_solution(copy, context_copy, set, empty, max); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Dpip.c339 struct isl_basic_set *context, *bset, *copy, *context_copy; in main() local
388 context_copy = isl_basic_set_copy(context); in main()
411 check_solution(copy, context_copy, set, empty, max); in main()
/dports/devel/isl/isl-0.24/
H A Dpip.c339 struct isl_basic_set *context, *bset, *copy, *context_copy; in main() local
388 context_copy = isl_basic_set_copy(context); in main()
411 check_solution(copy, context_copy, set, empty, max); in main()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Dpip.c339 struct isl_basic_set *context, *bset, *copy, *context_copy; in main() local
388 context_copy = isl_basic_set_copy(context); in main()
411 check_solution(copy, context_copy, set, empty, max); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Dpip.c339 struct isl_basic_set *context, *bset, *copy, *context_copy; in main() local
388 context_copy = isl_basic_set_copy(context); in main()
411 check_solution(copy, context_copy, set, empty, max); in main()

123