Home | History | Annotate | Download | only in memcheck

Lines Matching refs:SM_SIZE

1633    aNext = start_of_this_sm(a) + SM_SIZE;
1714 // Nb: we can reach here with lenB < SM_SIZE
1717 if (lenB < SM_SIZE) break;
1731 lenB -= SM_SIZE;
1732 a += SM_SIZE;
1743 tl_assert(is_start_of_sm(a) && lenB < SM_SIZE);