Home
last modified time | relevance | path

Searched refs:NVML_DEVICE_GET_HANDLE_BY_INDEX (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_nvml.h181 typedef nvmlReturn_t (*NVML_API_CALL NVML_DEVICE_GET_HANDLE_BY_INDEX) (unsigned int, nvmlDevice_t *… typedef
204 NVML_DEVICE_GET_HANDLE_BY_INDEX nvmlDeviceGetHandleByIndex;
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dext_nvml.c141 HC_LOAD_FUNC(nvml, nvmlDeviceGetHandleByIndex, NVML_DEVICE_GET_HANDLE_BY_INDEX, NVML, 0); in nvml_init()