Searched refs:sb_start (Results 1 – 1 of 1) sorted by relevance
1187 UByte* sb_start; in unsplittableBlockSane() local1196 sb_start = &sb->payload_bytes[0]; in unsplittableBlockSane()1200 if ((Block*)sb_start != b) in unsplittableBlockSane()1952 UByte* sb_start; in mergeWithFreeNeighbours() local1958 sb_start = &sb->payload_bytes[0]; in mergeWithFreeNeighbours()1993 if (b >= (Block*)sb_start + min_useful_bszB(a)) { in mergeWithFreeNeighbours()2012 vg_assert((Block*)sb_start == b); in mergeWithFreeNeighbours()2017 if ( ((Block*)sb_start == b) && (b + b_bszB-1 == (Block*)sb_end) ) { in mergeWithFreeNeighbours()2433 const UByte* sb_start = &sb->payload_bytes[0]; in VG_() local2447 b_bszB = (UByte*)frag - sb_start; in VG_()