Searched refs:this_index (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dindices.c489 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
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dlist.c148 lzma_index *this_index = NULL; local
229 ret = lzma_index_decoder(&strm, &this_index, memlimit);
288 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) {
294 pos -= lzma_index_total_size(this_index);
312 // Store the decoded Stream Flags into this_index. This is
315 ret = lzma_index_stream_flags(this_index, &footer_flags);
321 ret = lzma_index_stream_padding(this_index, stream_padding);
327 // after this_index.
329 this_index, combined_index, NULL);
337 combined_index = this_index;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-section-out.c404 tree name, unsigned int *this_index)
433 *this_index = index;
402 lto_output_decl_index(struct lto_output_stream *obs, struct lto_tree_ref_encoder *encoder, tree name, unsigned int *this_index) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-z8k.c865 int this_index = opcode->idx; local
867 while (this_index == opcode->idx && !found)
H A Dtc-h8300.c1068 int this_index = instruction->idx; local
1080 while (this_index == instruction->idx && !found)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4637 unsigned int this_index = 0;
4639 while (this_index < last_native_index)
4641 combined_entry_type *src = native_symbols + this_index;
4642 table_ptr[this_index] = number_of_symbols;
4931 this_index += (src->u.syment.n_numaux) + 1;
4636 unsigned int this_index = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h4637 unsigned int this_index = 0;
4639 while (this_index < last_native_index)
4641 combined_entry_type *src = native_symbols + this_index;
4642 table_ptr[this_index] = number_of_symbols;
4936 this_index += (src->u.syment.n_numaux) + 1;
4636 unsigned int this_index = 0; local

Completed in 208 milliseconds