OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clz_impl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/surfaceflinger/
clz.h
23
int
clz_impl
(int32_t x);
30
return
clz_impl
(x);
clz.cpp
21
int
clz_impl
(int32_t x)
function in namespace:android
Completed in 26 milliseconds