Home
last modified time | relevance | path

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

/linux-3.4.99/lib/ !
Dclz_tab.c1 const unsigned char __clz_tab[] = { variable
/linux-3.4.99/arch/sparc/lib/ !
Dudivdi3.S145 sethi %hi(__clz_tab),%o0
146 or %o0,%lo(__clz_tab),%o0
Ddivdi3.S164 sethi %hi(__clz_tab),%o1
165 or %o1,%lo(__clz_tab),%o1
/linux-3.4.99/lib/mpi/ !
Dlonglong.h1478 unsigned char __clz_tab[];
1495 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \