Lines Matching refs:this_d
1917 uint64_t this_d = d[i]; in HELPER() local
1923 this_d |= this_g & -this_g; in HELPER()
1924 d[i] = this_d; in HELPER()
1926 flags = iter_predtest_fwd(this_d, this_g, flags); in HELPER()
1966 uint64_t this_d = 0; in HELPER() local
1968 this_d = 1ull << (next & 63); in HELPER()
1970 d[i] = this_d; in HELPER()
1971 flags = iter_predtest_fwd(this_d, g[i] & esz_mask, flags); in HELPER()
3954 uint64_t this_b, this_d, this_g = g[i]; in compute_brks_z() local
3957 d[i] = this_d = this_b & this_g; in compute_brks_z()
3958 flags = iter_predtest_fwd(this_d, this_g, flags); in compute_brks_z()
3987 uint64_t this_b, this_d = d[i], this_g = g[i]; in compute_brks_m() local
3990 d[i] = this_d = (this_b & this_g) | (this_d & ~this_g); in compute_brks_m()
3991 flags = iter_predtest_fwd(this_d, this_g, flags); in compute_brks_m()