Home | History | Annotate | Download | only in common

Lines Matching full:__builtin_ctzll

3333     unsigned r; r = (unsigned) __builtin_ctzll(v); return r;
3334 #define lzo_bitops_cttz64(v) ((unsigned) __builtin_ctzll(v))