Lines Matching defs:count
177 Dwarf_Word size, count;
178 if ((i = member_is_fp (&member, &size, &count)) != 0)
184 *countp += count;
215 pass_hfa (const Dwarf_Op **locp, Dwarf_Word size, Dwarf_Word count)
217 assert (count >= 1 && count <= 4);
256 return count == 1 ? 1 : 2 * count;
285 Dwarf_Word base_size, count;
286 switch (hfa_type (&typedie, tag, &base_size, &count))
292 assert (count > 0);
293 if (count <= 4)
294 return pass_hfa (locp, base_size, count);