Lines Matching refs:this_b
3938 uint64_t this_b, this_g = g[i]; in compute_brk_z() local
3940 brk = compute_brk(&this_b, n[i], this_g, brk, after); in compute_brk_z()
3941 d[i] = this_b & this_g; in compute_brk_z()
3954 uint64_t this_b, this_d, this_g = g[i]; in compute_brks_z() local
3956 brk = compute_brk(&this_b, n[i], this_g, brk, after); in compute_brks_z()
3957 d[i] = this_d = this_b & this_g; in compute_brks_z()
3971 uint64_t this_b, this_g = g[i]; in compute_brk_m() local
3973 brk = compute_brk(&this_b, n[i], this_g, brk, after); in compute_brk_m()
3974 d[i] = (this_b & this_g) | (d[i] & ~this_g); in compute_brk_m()
3987 uint64_t this_b, this_d = d[i], this_g = g[i]; in compute_brks_m() local
3989 brk = compute_brk(&this_b, n[i], this_g, brk, after); in compute_brks_m()
3990 d[i] = this_d = (this_b & this_g) | (this_d & ~this_g); in compute_brks_m()