Searched refs:this_d (Results 1 – 1 of 1) sorted by relevance
1894 uint64_t this_d = d[i]; in HELPER() local1900 this_d |= this_g & -this_g; in HELPER()1901 d[i] = this_d; in HELPER()1903 flags = iter_predtest_fwd(this_d, this_g, flags); in HELPER()1943 uint64_t this_d = 0; in HELPER() local1945 this_d = 1ull << (next & 63); in HELPER()1947 d[i] = this_d; in HELPER()1948 flags = iter_predtest_fwd(this_d, g[i] & esz_mask, flags); in HELPER()3919 uint64_t this_b, this_d, this_g = g[i]; in compute_brks_z() local3922 d[i] = this_d = this_b & this_g; in compute_brks_z()[all …]