Home
last modified time | relevance | path

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

/stdlib/
A Dmp_clz_tab.c26 unsigned char __clz_tab[] = variable
A Dlonglong.h60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1755 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \

Completed in 7 milliseconds