Home
last modified time | relevance | path

Searched refs:augmented_length (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
Dvasnprintf.c212 size_t augmented_length = xsum (length, n); in VASNPRINTF() local
214 ENSURE_ALLOCATION (augmented_length); in VASNPRINTF()
216 length = augmented_length; in VASNPRINTF()
224 size_t augmented_length; in VASNPRINTF() local
228 augmented_length = xsum (length, 1); in VASNPRINTF()
229 ENSURE_ALLOCATION (augmented_length); in VASNPRINTF()
231 length = augmented_length; in VASNPRINTF()
/external/bison/lib/
Dvasnprintf.c1875 size_t augmented_length = xsum (length, n); in VASNPRINTF() local
1877 ENSURE_ALLOCATION (augmented_length); in VASNPRINTF()
1884 length = augmented_length; in VASNPRINTF()
1899 size_t augmented_length; in VASNPRINTF() local
1903 augmented_length = xsum (length, 1); in VASNPRINTF()
1904 ENSURE_ALLOCATION (augmented_length); in VASNPRINTF()
1906 length = augmented_length; in VASNPRINTF()