Searched refs:lz (Results 1 – 3 of 3) sorted by relevance
25 int lz = __builtin_clz((int) v); in roundup() local26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup()28 if (v > rounded && lz > 0) { in roundup()
74 LOCAL_LDFLAGS := -llog -lz -ldl
3311 uint32_t lz = l->getCurrentState().z; in do_compare() local3313 if (lz != rz) in do_compare()3314 return lz - rz; in do_compare()