Home | History | Annotate | Download | only in lib

Lines Matching refs:augmented_length

1875             size_t augmented_length = xsum (length, n);
1877 ENSURE_ALLOCATION (augmented_length);
1884 length = augmented_length;
1899 size_t augmented_length;
1903 augmented_length = xsum (length, 1);
1904 ENSURE_ALLOCATION (augmented_length);
1906 length = augmented_length;