Lines Matching defs:ctz128
95 #define ctz128(hi,lo) (((lo) == 0) ? 64 + ctz64(hi) : ctz64(lo))511 t = ctz128(c_hi,c_lo); \
Indexes created Thu Mar 26 00:23:24 UTC 2026