Home
last modified time | relevance | path

Searched refs:device_maxmem_alloc (Results 1 – 8 of 8) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dterminal.c909 u64 device_maxmem_alloc = device_param->device_maxmem_alloc; in backend_info() local
935 … " MB allocatable in one block)", device_global_mem / 1024 / 1024, device_maxmem_alloc / 1024 / 10… in backend_info()
1123 u64 device_maxmem_alloc = device_param->device_maxmem_alloc; in backend_info_compact() local
1134 device_maxmem_alloc / 1024 / 1024, in backend_info_compact()
H A Dbackend.c7682 device_param->device_maxmem_alloc = (u64) bytes; in backend_ctx_devices_init()
8060 device_param->device_maxmem_alloc = (u64) bytes; in backend_ctx_devices_init()
8660 cl_ulong device_maxmem_alloc = 0; in backend_ctx_devices_init() local
8662 …->opencl_device, CL_DEVICE_MAX_MEM_ALLOC_SIZE, sizeof (device_maxmem_alloc), &device_maxmem_alloc,… in backend_ctx_devices_init()
8668 device_param->device_maxmem_alloc = device_maxmem_alloc; in backend_ctx_devices_init()
8674 device_param->device_maxmem_alloc /= 2; in backend_ctx_devices_init()
14729 if ((size_pws + EXTRA_SPACE) > device_param->device_maxmem_alloc) memory_limit_hit = 1; in backend_session_begin()
14730 if ((size_tmps + EXTRA_SPACE) > device_param->device_maxmem_alloc) memory_limit_hit = 1; in backend_session_begin()
14731 if ((size_hooks + EXTRA_SPACE) > device_param->device_maxmem_alloc) memory_limit_hit = 1; in backend_session_begin()
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_09300.c194 if ((size_scrypt / 4) > device_param->device_maxmem_alloc) continue; in module_extra_buffer_size()
H A Dmodule_08900.c202 if ((size_scrypt / 4) > device_param->device_maxmem_alloc) continue; in module_extra_buffer_size()
H A Dmodule_22700.c202 if ((size_scrypt / 4) > device_param->device_maxmem_alloc) continue; in module_extra_buffer_size()
H A Dmodule_27700.c200 if ((size_scrypt / 4) > device_param->device_maxmem_alloc) continue; in module_extra_buffer_size()
H A Dmodule_15700.c215 if ((size_scrypt / 4) > device_param->device_maxmem_alloc) continue; in module_extra_buffer_size()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1114 u64 device_maxmem_alloc; member