Searched refs:a_allocated (Results 1 – 3 of 3) sorted by relevance
67 size_t a_allocated; /* allocated elements of a->arg */ in PRINTF_PARSE() local79 a_allocated = 0; in PRINTF_PARSE()85 if (n >= a_allocated) \ in PRINTF_PARSE()90 a_allocated = xtimes (a_allocated, 2); \ in PRINTF_PARSE()91 if (a_allocated <= n) \ in PRINTF_PARSE()92 a_allocated = xsum (n, 1); \ in PRINTF_PARSE()93 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()
97 u_int64_t a_allocated; member
633 vap->va_allocated = rap->a_nr.a_allocated; in ntfs_attrtontvattr()