首页
教程
IT编程
国外技术
登录
标签
fls
fls - find last (most-significant) bit set
staticint fls(int x){int r32;if (!x)return 0;if (!(x & 0xffff0000u)) {x << 16;r - 16;}i
find
fls
significant
set
bit
admin
8月前
84
0