Home | History | Annotate | Download | only in fio

Lines Matching full:__builtin_clz

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