OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.c
1085
uint32_t
hashout
;
local in function:kfd_generate_gpu_id
1108
for (i = 0,
hashout
= 0; i < 7; i++)
1109
hashout
^= hash_32(buf[i], KFD_GPU_ID_HASH_WIDTH);
1111
return
hashout
;
kfd_topology.c
1085
uint32_t
hashout
;
local in function:kfd_generate_gpu_id
1108
for (i = 0,
hashout
= 0; i < 7; i++)
1109
hashout
^= hash_32(buf[i], KFD_GPU_ID_HASH_WIDTH);
1111
return
hashout
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025