HomeSort by relevance Sort by last modified time
    Searched refs:num_group (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast_join.c 70 size_t num_group; /* Number of the groups */ variable
248 num_group = opt_ul;
304 num_sock = num_group;
321 num_group = idx - j - 1;
337 for (idx = 0; idx < num_group; idx++) {
374 num_group--;
393 num_group--;
405 fprintf(stdout, "%zu groups\n", num_group);
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 544 unsigned int num_group = elf_tdata (abfd)->num_group; local
546 /* If num_group is zero, read in all SHT_GROUP sections. The count
548 if (num_group == 0)
555 num_group = 0;
568 num_group += 1;
571 if (num_group == 0)
573 num_group = (unsigned) -1;
574 elf_tdata (abfd)->num_group = num_group;
753 unsigned int num_group = elf_tdata (abfd)->num_group; local
    [all...]
elf-bfd.h 1664 int num_group; member in struct:elf_obj_tdata
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 2235 unsigned int num_group; \/* Number of lists. *\/ member in struct:group_list
    [all...]

Completed in 145 milliseconds