OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clz32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
host-utils.h
52
static inline int
clz32
(uint32_t val)
function
91
return
clz32
(~val);
110
return cnt +
clz32
(val);