Searched refs:sb_start (Results 1 – 1 of 1) sorted by relevance
1252 UByte* sb_start; in unsplittableBlockSane() local1261 sb_start = &sb->payload_bytes[0]; in unsplittableBlockSane()1265 if ((Block*)sb_start != b) in unsplittableBlockSane()2017 UByte* sb_start; in mergeWithFreeNeighbours() local2023 sb_start = &sb->payload_bytes[0]; in mergeWithFreeNeighbours()2058 if (b >= (Block*)sb_start + min_useful_bszB(a)) { in mergeWithFreeNeighbours()2077 vg_assert((Block*)sb_start == b); in mergeWithFreeNeighbours()2082 if ( ((Block*)sb_start == b) && (b + b_bszB-1 == (Block*)sb_end) ) { in mergeWithFreeNeighbours()2498 const UByte* sb_start = &sb->payload_bytes[0]; in VG_() local2512 b_bszB = (UByte*)frag - sb_start; in VG_()