Home | History | Annotate | Download | only in memcheck

Lines Matching full:lent

1349 static void set_address_range_perms ( Addr a, SizeT lenT
1371 if (lenT == 0)
1374 if (lenT > 256 * 1024 * 1024) {
1382 a, a + lenT, s);
1395 for (i = 0; i < lenT; i++) {
1432 // Break up total length (lenT) into two parts: length in the first
1433 // sec-map (lenA), and the rest (lenB); lenT == lenA + lenB.
1436 if ( lenT <= len_to_next_secmap ) {
1439 lenA = lenT;
1446 lenB = lenT;
1452 lenB = lenT - lenA;