Home
last modified time | relevance | path

Searched refs:a_allocated (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dprintf-parse.c67 size_t a_allocated; /* allocated elements of a->arg */ in PRINTF_PARSE() local
79 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()
/mirbsd/src/sys/ntfs/
Dntfs.h97 u_int64_t a_allocated; member
Dntfs_subr.c633 vap->va_allocated = rap->a_nr.a_allocated; in ntfs_attrtontvattr()