HomeSort by: relevance | last modified time | path
    Searched refs:index_offset (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl2/texinfo/dist/info/
indices.c 36 static int index_offset = 0; variable
188 index_offset = 0;
253 manipulation of INDEX_OFFSET. */
262 index_offset = i;
265 index_offset = -1;
267 old_offset = index_offset;
276 if (index_offset == old_offset)
277 index_offset = 0;
359 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir)
366 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
f-array-walker.h 74 LONGEST index_offset (LONGEST index) function in class:fortran_array_offset_calculator
247 LONGEST new_offset = offset + calc.index_offset (i);
268 LONGEST elt_off = offset + calc.index_offset (i);
f-valprint.c 368 LONGEST index_offset = calc.index_offset (i); local
371 offset1 + index_offset,
372 offset2 + index_offset))
  /src/external/gpl3/gdb.old/dist/gdb/
f-array-walker.h 74 LONGEST index_offset (LONGEST index) function in class:fortran_array_offset_calculator
247 LONGEST new_offset = offset + calc.index_offset (i);
268 LONGEST elt_off = offset + calc.index_offset (i);
f-valprint.c 368 LONGEST index_offset = calc.index_offset (i); local
371 offset1 + index_offset,
372 offset2 + index_offset))
  /src/external/gpl3/binutils/dist/opcodes/
ns32k-dis.c 453 version of the operand in RESULT. INDEX_OFFSET is the bit position
464 int index_offset)
629 bit_index = bit_extract (buffer, index_offset - 8, 3);
630 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
799 int index_offset[2];
812 index_offset[0] = -1;
813 index_offset[1] = -1;
822 index_offset[0] = aoffset;
833 index_offset[1] = aoffset;
847 whicharg > 1 ? -1 : index_offset[whicharg])
793 int index_offset[2]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ns32k-dis.c 453 version of the operand in RESULT. INDEX_OFFSET is the bit position
464 int index_offset)
629 bit_index = bit_extract (buffer, index_offset - 8, 3);
630 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
799 int index_offset[2];
812 index_offset[0] = -1;
813 index_offset[1] = -1;
822 index_offset[0] = aoffset;
833 index_offset[1] = aoffset;
847 whicharg > 1 ? -1 : index_offset[whicharg])
793 int index_offset[2]; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ns32k-dis.c 453 version of the operand in RESULT. INDEX_OFFSET is the bit position
464 int index_offset)
629 bit_index = bit_extract (buffer, index_offset - 8, 3);
630 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
799 int index_offset[2];
812 index_offset[0] = -1;
813 index_offset[1] = -1;
822 index_offset[0] = aoffset;
833 index_offset[1] = aoffset;
847 whicharg > 1 ? -1 : index_offset[whicharg])
793 int index_offset[2]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ns32k-dis.c 453 version of the operand in RESULT. INDEX_OFFSET is the bit position
464 int index_offset)
629 bit_index = bit_extract (buffer, index_offset - 8, 3);
630 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
799 int index_offset[2];
812 index_offset[0] = -1;
813 index_offset[1] = -1;
822 index_offset[0] = aoffset;
833 index_offset[1] = aoffset;
847 whicharg > 1 ? -1 : index_offset[whicharg])
793 int index_offset[2]; local
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
sectioning.c 231 int index_offset = MAX (index - section_alist_offset, 0);
232 index_offset = MIN (index_offset, alist_size - 1);
238 for (i = index; i != index_offset; i -= SIGN (section_alist_offset))
241 if (section_alist[i].num != section_alist[index_offset].num
242 || section_alist[i].toc != section_alist[index_offset].toc)
229 int index_offset = MAX (index - section_alist_offset, 0); local
  /src/external/gpl3/binutils/dist/include/mach-o/
unwind.h 165 unsigned char index_offset[4]; member in struct:mach_o_unwind_info_header
  /src/external/gpl3/binutils.old/dist/include/mach-o/
unwind.h 165 unsigned char index_offset[4]; member in struct:mach_o_unwind_info_header
  /src/external/gpl3/gdb/dist/include/mach-o/
unwind.h 165 unsigned char index_offset[4]; member in struct:mach_o_unwind_info_header
  /src/external/gpl3/gdb.old/dist/include/mach-o/
unwind.h 165 unsigned char index_offset[4]; member in struct:mach_o_unwind_info_header
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 176 offset_type index_offset; member in struct:symtab_index_entry
392 /* index_offset is set later. */
515 gdb_assert (entry.index_offset == 0);
520 entry.index_offset = iter->second;
543 vec_off = entry.index_offset;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 178 offset_type index_offset; member in struct:symtab_index_entry
394 /* index_offset is set later. */
517 gdb_assert (entry.index_offset == 0);
522 entry.index_offset = iter->second;
545 vec_off = entry.index_offset;
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 518 off_t index_offset; local
548 &index_offset, &index_size);
551 sobj->offset + index_offset,
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 2031 unsigned int index_offset;
2056 index_offset = bfd_get_32 (abfd, hdr->index_offset);
2075 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset);
2091 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset);
2030 unsigned int index_offset; local
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 2031 unsigned int index_offset;
2056 index_offset = bfd_get_32 (abfd, hdr->index_offset);
2075 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset);
2091 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset);
2030 unsigned int index_offset; local
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 3748 size_t index_offset; local
3852 index_offset = offset;
3889 computed_crc = elf_crc32 (0, compressed + index_offset,
3890 offset - index_offset);
3951 if (unlikely (offset != index_offset))

Completed in 51 milliseconds

1 2