Home | History | Annotate | Download | only in fio

Lines Matching refs:__builtin_clz

69 		msb = (sizeof(val)*8) - __builtin_clz(val) - 1;