Home
last modified time | relevance | path

Searched refs:hook_size (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dghook.c57 guint hook_size) in g_hook_list_init() argument
60 g_return_if_fail (hook_size >= sizeof (GHook)); in g_hook_list_init()
63 hook_list->hook_size = hook_size; in g_hook_list_init()
111 hook = g_slice_alloc0 (hook_list->hook_size); in g_hook_alloc()
136 g_slice_free1 (hook_list->hook_size, hook); in g_hook_free()
H A Dghook.h68 guint hook_size : 16; member
107 guint hook_size);
/dports/devel/glib20/glib-2.70.4/glib/
H A Dghook.c203 guint hook_size) in g_hook_list_init() argument
206 g_return_if_fail (hook_size >= sizeof (GHook)); in g_hook_list_init()
209 hook_list->hook_size = hook_size; in g_hook_list_init()
271 hook = g_slice_alloc0 (hook_list->hook_size); in g_hook_alloc()
303 g_slice_free1 (hook_list->hook_size, hook); in g_hook_free()
H A Dghook.h66 guint hook_size : 16; member
106 guint hook_size);
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dinterface.c95 …hashconfig->hook_size = default_hook_size (hashconfig, user_options, u… in hashconfig_init()
418 …if (module_ctx->module_hook_size != MODULE_DEFAULT) hashconfig->hook_size in hashconfig_init()
627 const u64 hook_size = 4; in default_hook_size() local
629 return hook_size; in default_hook_size()
H A Dbackend.c4498 …ice_param->hooks_buf, device_param->cuda_d_hooks, pws_cnt * hashconfig->hook_size, device_param->c… in choose_kernel()
4505 …vice_param->hooks_buf, device_param->hip_d_hooks, pws_cnt * hashconfig->hook_size, device_param->h… in choose_kernel()
4550 …ice_param->cuda_d_hooks, device_param->hooks_buf, pws_cnt * hashconfig->hook_size, device_param->c… in choose_kernel()
4555 …vice_param->hip_d_hooks, device_param->hooks_buf, pws_cnt * hashconfig->hook_size, device_param->h… in choose_kernel()
4644 …ice_param->hooks_buf, device_param->cuda_d_hooks, pws_cnt * hashconfig->hook_size, device_param->c… in choose_kernel()
4651 …vice_param->hooks_buf, device_param->hip_d_hooks, pws_cnt * hashconfig->hook_size, device_param->h… in choose_kernel()
4701 …vice_param->hip_d_hooks, device_param->hooks_buf, pws_cnt * hashconfig->hook_size, device_param->h… in choose_kernel()
4826 …at_ctx, device_param, device_param->cuda_d_hooks, pws_cnt * hashconfig->hook_size) == -1) return -… in choose_kernel()
4831 …cat_ctx, device_param, device_param->hip_d_hooks, pws_cnt * hashconfig->hook_size) == -1) return -… in choose_kernel()
4836 …_ctx, device_param, device_param->opencl_d_hooks, pws_cnt * hashconfig->hook_size) == -1) return -… in choose_kernel()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dghook.inc79 procedure g_hook_list_init (hook_list : PGHookList; hook_size : guint);cdecl; external gliblib nam…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dghook.inc79 procedure g_hook_list_init (hook_list : PGHookList; hook_size : guint);cdecl; external gliblib nam…
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_23800.c338 const u64 hook_size = (const u64) sizeof (rar3_hook_t); in module_hook_size() local
340 return hook_size; in module_hook_size()
H A Dmodule_11600.c363 const u64 hook_size = (const u64) sizeof (seven_zip_hook_t); in module_hook_size() local
365 return hook_size; in module_hook_size()
H A Dmodule_09300.c128 const u64 size_hooks = kernel_power_max * hashconfig->hook_size; in module_extra_buffer_size()
H A Dmodule_08900.c136 const u64 size_hooks = kernel_power_max * hashconfig->hook_size; in module_extra_buffer_size()
H A Dmodule_22700.c136 const u64 size_hooks = kernel_power_max * hashconfig->hook_size; in module_extra_buffer_size()
H A Dmodule_27700.c134 const u64 size_hooks = kernel_power_max * hashconfig->hook_size; in module_extra_buffer_size()
H A Dmodule_15700.c149 const u64 size_hooks = kernel_power_max * hashconfig->hook_size; in module_extra_buffer_size()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h993 u64 hook_size; member
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/glib/
H A Dglib.pp277 hook_size : guint;
625 procedure g_hook_list_init(hook_list:PGHookList; hook_size:guint);cdecl;external glibdll name 'g_ho…
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas1752 hook_size: guint16 { changed from guint to accomodate 16 bitsize requirement };
1768 procedure init(hook_size: guint); cdecl; inline;
4302 procedure g_hook_list_init(hook_list: PGHookList; hook_size: guint); cdecl; external;
6162 procedure TGHookList.init(hook_size: guint); cdecl;
6164 LazGLib2.g_hook_list_init(@self, hook_size);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas1752 hook_size: guint16 { changed from guint to accomodate 16 bitsize requirement };
1768 procedure init(hook_size: guint); cdecl; inline;
4302 procedure g_hook_list_init(hook_list: PGHookList; hook_size: guint); cdecl; external;
6162 procedure TGHookList.init(hook_size: guint); cdecl;
6164 LazGLib2.g_hook_list_init(@self, hook_size);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas1752 hook_size: guint16 { changed from guint to accomodate 16 bitsize requirement };
1768 procedure init(hook_size: guint); cdecl; inline;
4302 procedure g_hook_list_init(hook_list: PGHookList; hook_size: guint); cdecl; external;
6162 procedure TGHookList.init(hook_size: guint); cdecl;
6164 LazGLib2.g_hook_list_init(@self, hook_size);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas1752 hook_size: guint16 { changed from guint to accomodate 16 bitsize requirement };
1768 procedure init(hook_size: guint); cdecl; inline;
4302 procedure g_hook_list_init(hook_list: PGHookList; hook_size: guint); cdecl; external;
6162 procedure TGHookList.init(hook_size: guint); cdecl;
6164 LazGLib2.g_hook_list_init(@self, hook_size);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs2966 pub fn g_hook_list_init(hook_list: *mut GHookList, hook_size: c_uint); in g_hook_list_init()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs2966 pub fn g_hook_list_init(hook_list: *mut GHookList, hook_size: c_uint); in g_hook_list_init()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs2970 pub fn g_hook_list_init(hook_list: *mut GHookList, hook_size: c_uint); in g_hook_list_init()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs2966 pub fn g_hook_list_init(hook_list: *mut GHookList, hook_size: c_uint); in g_hook_list_init()

12