Home
last modified time | relevance | path

Searched refs:dest_context (Results 1 – 25 of 61) sorted by relevance

123

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/doc/
H A Ddecode_test.c23 IOContext dest_context = create_IOcontext(); in main() local
33 dyn_rec_ioformat = get_format_IOcontext(dest_context, encoded_buffer); in main()
34 set_conversion_IOcontext(dest_context, dyn_rec_ioformat, in main()
36 decode_IOcontext(dest_context, encoded_buffer, &rec); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/
H A Dexception_snapshot_linux.cc128 CPUContextARM* dest_context = context_.arm; in ReadContext() local
140 InitializeCPUContextARM_NoFloatingPoint(thread_context, dest_context); in ReadContext()
171 sizeof(SignalVFPContext::vfp) == sizeof(dest_context->vfp_regs), in ReadContext()
174 sizeof(dest_context->vfp_regs), in ReadContext()
175 &dest_context->vfp_regs)) { in ReadContext()
179 dest_context->have_vfp_regs = true; in ReadContext()
205 CPUContextARM64* dest_context = context_.arm64; in ReadContext() local
217 InitializeCPUContextARM64_NoFloatingPoint(thread_context, dest_context); in ReadContext()
252 InitializeCPUContextARM64_OnlyFPSIMD(fpsimd, dest_context); in ReadContext()
276 typename Traits::CPUContext* dest_context) { in ReadContext() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/linux/
H A Dexception_snapshot_linux.cc128 CPUContextARM* dest_context = context_.arm; in ReadContext() local
140 InitializeCPUContextARM_NoFloatingPoint(thread_context, dest_context); in ReadContext()
171 sizeof(SignalVFPContext::vfp) == sizeof(dest_context->vfp_regs), in ReadContext()
174 sizeof(dest_context->vfp_regs), in ReadContext()
175 &dest_context->vfp_regs)) { in ReadContext()
179 dest_context->have_vfp_regs = true; in ReadContext()
205 CPUContextARM64* dest_context = context_.arm64; in ReadContext() local
217 InitializeCPUContextARM64_NoFloatingPoint(thread_context, dest_context); in ReadContext()
252 InitializeCPUContextARM64_OnlyFPSIMD(fpsimd, dest_context); in ReadContext()
276 typename Traits::CPUContext* dest_context) { in ReadContext() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dgenerated_image.cc42 GraphicsContext& dest_context, in DrawPattern() argument
60 PaintFlags fill_flags = dest_context.FillFlags(); in DrawPattern()
65 dest_context.DrawRect(dest_rect, fill_flags); in DrawPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dgenerated_image.cc42 GraphicsContext& dest_context, in DrawPattern() argument
60 PaintFlags fill_flags = dest_context.FillFlags(); in DrawPattern()
65 dest_context.DrawRect(dest_rect, fill_flags); in DrawPattern()
/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_command.c109 int smpd_command_destination(int dest, smpd_context_t **dest_context) in smpd_command_destination() argument
123 *dest_context = NULL; in smpd_command_destination()
130 *dest_context = NULL; in smpd_command_destination()
144 *dest_context = smpd_process.left_context; in smpd_command_destination()
157 *dest_context = smpd_process.parent_context; in smpd_command_destination()
173 *dest_context = smpd_process.left_context; in smpd_command_destination()
186 *dest_context = smpd_process.right_context; in smpd_command_destination()
197 *dest_context = smpd_process.parent_context; in smpd_command_destination()
H A Dsmpd_state_machine.c2310 smpd_context_t *dest_context; in smpd_state_reading_pwd_request() local
2311 result = smpd_command_destination(0, &dest_context); in smpd_state_reading_pwd_request()
2322 if (dest_context == NULL) in smpd_state_reading_pwd_request()
2997 smpd_context_t *dest_context; in smpd_state_reading_client_sspi_buffer() local
3014 result = smpd_command_destination(0, &dest_context); in smpd_state_reading_client_sspi_buffer()
3021 if (dest_context == NULL) in smpd_state_reading_client_sspi_buffer()
3884 smpd_context_t *dest_context; in smpd_state_writing_cred_ack_sspi() local
3898 result = smpd_command_destination(0, &dest_context); in smpd_state_writing_cred_ack_sspi()
3905 if (dest_context == NULL) in smpd_state_writing_cred_ack_sspi()
4004 smpd_context_t *dest_context; in smpd_state_writing_cred_ack_sspi_job_key() local
[all …]
/dports/lang/php73/php-7.3.33/ext/hash/
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
152 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash_sha3.c239 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
242 PHP_SHA3_CTX* dest = (PHP_SHA3_CTX*)dest_context; in hash_sha3_copy()
/dports/security/php73-hash/php-7.3.33/ext/hash/
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
152 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash_sha3.c239 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context)
242 PHP_SHA3_CTX* dest = (PHP_SHA3_CTX*)dest_context;
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
152 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash_sha3.c239 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
242 PHP_SHA3_CTX* dest = (PHP_SHA3_CTX*)dest_context; in hash_sha3_copy()
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
149 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash_sha3.c245 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
248 PHP_SHA3_CTX* dest = (PHP_SHA3_CTX*)dest_context; in hash_sha3_copy()
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dphp_hash.h35 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
149 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash_sha3.c245 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
248 PHP_SHA3_CTX* dest = (PHP_SHA3_CTX*)dest_context; in hash_sha3_copy()
/dports/lang/php80/php-8.0.15/ext/hash/
H A Dphp_hash.h37 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
143 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
/dports/www/mod_php80/php-8.0.15/ext/hash/
H A Dphp_hash.h37 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
143 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
/dports/www/mod_php81/php-8.1.1/ext/hash/
H A Dphp_hash.h37 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
150 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
/dports/lang/php81/php-8.1.1/ext/hash/
H A Dphp_hash.h37 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
150 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpcontext.c1447 GimpContext *dest_context = GIMP_CONTEXT (dest); in gimp_context_copy() local
1450 COPY_NAME (src_context, dest_context, tool_name); in gimp_context_copy()
1451 COPY_NAME (src_context, dest_context, paint_name); in gimp_context_copy()
1452 COPY_NAME (src_context, dest_context, brush_name); in gimp_context_copy()
1453 COPY_NAME (src_context, dest_context, dynamics_name); in gimp_context_copy()
1454 COPY_NAME (src_context, dest_context, mybrush_name); in gimp_context_copy()
1455 COPY_NAME (src_context, dest_context, pattern_name); in gimp_context_copy()
1456 COPY_NAME (src_context, dest_context, gradient_name); in gimp_context_copy()
1457 COPY_NAME (src_context, dest_context, palette_name); in gimp_context_copy()
1458 COPY_NAME (src_context, dest_context, font_name); in gimp_context_copy()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkdnd-win32.c2095 GdkDragContext *dest_context; in gdk_drag_motion() local
2097 dest_context = gdk_drag_context_find (FALSE, in gdk_drag_motion()
2101 if (dest_context) in gdk_drag_motion()
2102 dest_context->actions = context->actions; in gdk_drag_motion()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkdnd-x11.c2251 GdkDragContext *dest_context; in gdk_x11_drag_context_drag_motion() local
2253 dest_context = gdk_drag_context_find (display, FALSE, in gdk_x11_drag_context_drag_motion()
2257 if (dest_context) in gdk_x11_drag_context_drag_motion()
2259 dest_context->actions = context->actions; in gdk_x11_drag_context_drag_motion()
2260 GDK_X11_DRAG_CONTEXT (dest_context)->xdnd_have_actions = TRUE; in gdk_x11_drag_context_drag_motion()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkdnd-x11.c3514 GdkDragContext *dest_context; in gdk_drag_motion() local
3516 dest_context = gdk_drag_context_find (display, FALSE, in gdk_drag_motion()
3520 if (dest_context) in gdk_drag_motion()
3522 dest_context->actions = context->actions; in gdk_drag_motion()
3523 PRIVATE_DATA (dest_context)->xdnd_have_actions = TRUE; in gdk_drag_motion()

123