HomeSort by: relevance | last modified time | path
    Searched defs:table_index (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libkvm/
kvm_m68k_gen.c 80 struct table_index { struct
92 struct table_index ti[TABLE_INDEX_COUNT];
118 table_index(const struct kvm_gen68k_context * const ctx, int level, function
152 idx = table_index(ctx, level, adj_va);
  /src/sys/arch/x86/pci/
pci_msi_machdep.c 104 u_int table_index; local
107 table_index = i;
109 table_index = table_indexes[i];
111 pih = pci_msi_calculate_handle(msi_pic, table_index);
662 /* check not to duplicate table_index */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c 358 unsigned int table_index = 0; local
387 for (table_index = 0; table_index < count; table_index++) {
389 header->gpio_pin[table_index].gpio_id &
392 (header->gpio_pin[table_index].gpio_id &
395 (header->gpio_pin[table_index].gpio_id &
418 header->gpio_pin[table_index].data_a_reg_index);
420 header->gpio_pin[table_index].gpio_bitshift;
amdgpu_bios_parser.c 662 uint32_t table_index = 0; local
686 if (table_index != index) {
687 table_index++;
  /src/external/gpl3/binutils/dist/bfd/
elf32-ip2k.c 349 int table_index = 0; local
371 return table_index;
377 table_index++;
429 int table_index = 0; local
456 return table_index;
465 return table_index;
471 table_index++;
archive.c 457 unsigned long table_index = 0;
464 table_index = strtol (name + 1, (char **) &endp, 10);
465 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size)
486 return bfd_ardata (arch)->extended_names + table_index;
454 unsigned long table_index = 0; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ip2k.c 349 int table_index = 0; local
371 return table_index;
377 table_index++;
429 int table_index = 0; local
456 return table_index;
465 return table_index;
471 table_index++;
archive.c 460 unsigned long table_index = 0;
467 table_index = strtol (name + 1, (char **) &endp, 10);
468 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size)
489 return bfd_ardata (arch)->extended_names + table_index;
457 unsigned long table_index = 0; local

Completed in 55 milliseconds