Searched refs:this_d (Results 1 – 1 of 1) sorted by relevance
1986 uint64_t this_d = d[i]; in HELPER() local1992 this_d |= this_g & -this_g; in HELPER()1993 d[i] = this_d; in HELPER()1995 flags = iter_predtest_fwd(this_d, this_g, flags); in HELPER()2035 uint64_t this_d = 0; in HELPER() local2037 this_d = 1ull << (next & 63); in HELPER()2039 d[i] = this_d; in HELPER()2040 flags = iter_predtest_fwd(this_d, g[i] & esz_mask, flags); in HELPER()4090 uint64_t this_b, this_d, this_g = g[i]; in compute_brks_z() local4093 d[i] = this_d = this_b & this_g; in compute_brks_z()[all …]