Home | History | Annotate | Download | only in bits

Lines Matching full:__builtin_clzl

986   { return sizeof(long) * __CHAR_BIT__ - 1 - __builtin_clzl(__n); }