Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dprintf-parse.c67 size_t d_allocated; /* allocated elements of d->dir */ in PRINTF_PARSE() local
73 d_allocated = 1; in PRINTF_PARSE()
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE()
502 if (d->count >= d_allocated) in PRINTF_PARSE()
507 d_allocated = xtimes (d_allocated, 2); in PRINTF_PARSE()
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
/external/bison/lib/
Dprintf-parse.c87 size_t d_allocated; /* allocated elements of d->dir */ in PRINTF_PARSE() local
93 d_allocated = N_DIRECT_ALLOC_DIRECTIVES; in PRINTF_PARSE()
582 if (d->count >= d_allocated) in PRINTF_PARSE()
587 d_allocated = xtimes (d_allocated, 2); in PRINTF_PARSE()
588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()