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

  /src/usr.bin/gzip/
unxz.c 276 lzma_index *this_index = NULL; local
349 ret = lzma_index_decoder(&strm, &this_index, UINT64_MAX);
391 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) {
395 pos -= lzma_index_total_size(this_index);
409 // Store the decoded Stream Flags into this_index. This is
412 ret = lzma_index_stream_flags(this_index, &footer_flags);
418 ret = lzma_index_stream_padding(this_index, stream_padding);
424 // after this_index.
426 this_index, combined_index, NULL);
432 combined_index = this_index;
    [all...]
  /src/external/gpl2/texinfo/dist/info/
indices.c 489 REFERENCE **this_index, *this_item;
547 this_index = info_indices_of_file_buffer (this_fb);
554 if (this_index)
557 for (i = 0; this_index && this_index[i]; i++)
558 if (!this_index[i]->filename)
559 this_index[i]->filename = xstrdup (this_fb->filename);
562 all_indices = info_concatenate_references (all_indices, this_index);
488 REFERENCE **this_index, *this_item; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c 665 auto this_index = idx.get (); local
666 finalizers.add_task ([=] () { this_index->finalize (parent_maps); });
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 663 auto this_index = idx.get (); local
664 finalizers.add_task ([=] () { this_index->finalize (parent_maps); });
  /src/external/public-domain/xz/dist/src/xz/
list.c 175 lzma_index *this_index = NULL; local
270 ret = lzma_index_decoder(&strm, &this_index, memlimit);
329 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) {
335 pos -= lzma_index_total_size(this_index);
353 // Store the decoded Stream Flags into this_index. This is
356 ret = lzma_index_stream_flags(this_index, &footer_flags);
362 ret = lzma_index_stream_padding(this_index, stream_padding);
368 // after this_index.
370 this_index, combined_index, NULL);
378 combined_index = this_index;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1069 int this_index = instruction->idx; local
1081 while (this_index == instruction->idx && !found)
tc-z8k.c 864 unsigned int this_index = opcode->idx; local
866 while (this_index == opcode->idx && !found)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1069 int this_index = instruction->idx; local
1081 while (this_index == instruction->idx && !found)
tc-z8k.c 864 unsigned int this_index = opcode->idx; local
866 while (this_index == opcode->idx && !found)
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 4751 unsigned int this_index = 0;
4753 while (this_index < last_native_index)
4755 combined_entry_type *src = native_symbols + this_index;
4756 table_ptr[this_index] = number_of_symbols;
5059 this_index += (src->u.syment.n_numaux) + 1;
4750 unsigned int this_index = 0; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 4744 unsigned int this_index = 0;
4746 while (this_index < last_native_index)
4748 combined_entry_type *src = native_symbols + this_index;
4749 table_ptr[this_index] = number_of_symbols;
5052 this_index += (src->u.syment.n_numaux) + 1;
4743 unsigned int this_index = 0; local
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 4753 unsigned int this_index = 0;
4755 while (this_index < last_native_index)
4757 combined_entry_type *src = native_symbols + this_index;
4758 table_ptr[this_index] = number_of_symbols;
5061 this_index += (src->u.syment.n_numaux) + 1;
4752 unsigned int this_index = 0; local
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 4753 unsigned int this_index = 0;
4755 while (this_index < last_native_index)
4757 combined_entry_type *src = native_symbols + this_index;
4758 table_ptr[this_index] = number_of_symbols;
5061 this_index += (src->u.syment.n_numaux) + 1;
4752 unsigned int this_index = 0; local

Completed in 71 milliseconds