Searched refs:vec_prefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dvec.c37 struct vec_prefix struct
48 calculate_allocation (const struct vec_prefix *pfx, int reserve, bool exact)
100 struct vec_prefix *pfx = vec;
107 ((struct vec_prefix *)vec)->alloc = alloc;
109 ((struct vec_prefix *)vec)->num = 0;
123 offsetof (struct vec_prefix, vec),
137 offsetof (struct vec_prefix, vec),
172 struct vec_prefix *pfx = vec;
179 ((struct vec_prefix *)vec)->alloc = alloc;
181 ((struct vec_prefix *)ve
[all...]

Completed in 96 milliseconds