Searched refs:count1 (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | wdcevent.h | 114 u_int8_t lba_lo1, u_int8_t lba_lo2, u_int8_t count1, u_int8_t count2, in WDC_LOG_ATA_CMDEXT() argument 117 lba_lo1, lba_lo2, count1, count2, command }; in WDC_LOG_ATA_CMDEXT()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | stack.c | 1738 int count = 1, count1; in up_silently_base() local 1741 count1 = count; in up_silently_base() 1743 fi = find_relative_frame (get_selected_frame ("No stack."), &count1); in up_silently_base() 1744 if (count1 != 0 && count_exp == 0) in up_silently_base() 1769 int count = -1, count1; in down_silently_base() local 1772 count1 = count; in down_silently_base() 1774 frame = find_relative_frame (get_selected_frame ("No stack."), &count1); in down_silently_base() 1775 if (count1 != 0 && count_exp == 0) in down_silently_base()
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_ex.c | 169 int count1, count2; local 175 if (((count1 = ISA_GET(ID_REG)) & Id_Mask) != Id_Sig) 180 if ((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits))
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 126 count1
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf.c | 8301 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local 8366 count1 = 0; in bfd_elf_match_symbols_in_sections() 8372 if (count1 == 0) in bfd_elf_match_symbols_in_sections() 8374 count1++; in bfd_elf_match_symbols_in_sections() 8377 if (count1 && isym->st_shndx != (unsigned int) shndx1) in bfd_elf_match_symbols_in_sections() 8396 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections() 8399 symtable1 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections() 8400 symtable2 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections() 8406 for (isym = isymstart1, isymend = isym + count1; in bfd_elf_match_symbols_in_sections() 8417 for (isym = isymstart2, isymend = isym + count1; in bfd_elf_match_symbols_in_sections() [all …]
|
| D | som.c | 2424 unsigned int count1, count2; in compare_syms() local 2429 count1 = (*sym1)->udata.i; in compare_syms() 2431 count1 = som_symbol_data (*sym1)->reloc_count; in compare_syms() 2439 if (count1 < count2) in compare_syms() 2441 else if (count1 > count2) in compare_syms()
|