Lines Matching defs:count
11783 convert (Elf *core, Elf_Type type, uint_fast16_t count,
11790 .d_size = size ?: gelf_fsize (core, type, count, EV_CURRENT),
11817 uint_fast16_t count = item->count ?: 1;
11818 /* Ebl_Core_Item count is always a small number.
11820 assert (count < 128);
11832 void *data = alloca (count * sizeof (value_t));
11840 size_t size = gelf_fsize (core, item->type, count, EV_CURRENT);
11847 count *= *repeated_size / size;
11848 convsize = count * size;
11851 else if (item->count != 0 || item->format != '\n')
11855 convert (core, item->type, count, data, desc + item->offset, convsize);
11864 assert (count == 1);
11880 assert (count == 1);
11898 unsigned int nbits = count * size * 8;
11900 for (const unsigned int *i = data; (void *) i < data + count * size; ++i)
11914 (void *) i < data + count * size; i += 2)
11925 (void *) i < data + count * size; ++i)
11969 assert (count == 2);
12005 assert (count == 1);
12012 "%.*s", (int) count, value_Byte);
12017 assert (item->count == 0);
12151 item->count ?: 1, EV_CURRENT);
12200 for (int reg = regloc->regno; reg < regloc->regno + regloc->count; ++reg)
12363 if (maxnreg < reglocs[i].regno + reglocs[i].count)
12364 maxnreg = reglocs[i].regno + reglocs[i].count;
12375 reg < reglocs[i].regno + reglocs[i].count;
12415 reg += reg->regloc->count ?: 1)
12604 uint64_t count, page_size;
12605 if (! buf_read_ulong (core, &ptr, end, &count)
12615 if (count > maxcount)
12619 unsigned char const *const fstart = ptr + 3 * count * addrsize;
12622 printf (" %" PRId64 " files:\n", count);
12623 for (uint64_t i = 0; i < count; ++i)