Searched refs:this_g (Results 1 – 1 of 1) sorted by relevance
1901 uint64_t this_g = g[--i] & mask; local1902 if (this_g) {1903 return i * 64 + (63 - clz64(this_g));1918 uint64_t this_g = g[i]; in HELPER() local1920 if (this_g) { in HELPER()1923 this_d |= this_g & -this_g; in HELPER()1926 flags = iter_predtest_fwd(this_d, this_g, flags); in HELPER()1954 uint64_t this_g = g[next / 64] & esz_mask & mask; in HELPER() local1955 if (this_g != 0) { in HELPER()1956 next = (next & -64) + ctz64(this_g); in HELPER()[all …]