Searched refs:this_d (Results 1 – 1 of 1) sorted by relevance
1917 uint64_t this_d = d[i]; in HELPER() local1923 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() local1968 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() local3957 d[i] = this_d = this_b & this_g; in compute_brks_z()[all …]