Searched refs:CLZ (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/alloc/
H A Dclz.h23 * an optimized implementation (e.g. the CLZ instruction on ARM).
34 # define CLZ(x) __builtin_clz(x) macro
40 # define CLZ(x) dvmClzImpl(x) macro
H A DHeapBitmap.c210 const int rshift = CLZ(bits_); \
H A DMarkSweep.c409 const int rshift = CLZ(refOffsets);

Completed in 206 milliseconds