Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:__builtin_clz

50 #define JPEG_NBITS_NONZERO(x) (32 - __builtin_clz(x))