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

/freebsd-11-stable/usr.bin/gzip/
H A Dunxz.c284 lzma_index *this_index = NULL; local
357 ret = lzma_index_decoder(&strm, &this_index, UINT64_MAX);
399 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) {
403 pos -= lzma_index_total_size(this_index);
417 // Store the decoded Stream Flags into this_index. This is
420 ret = lzma_index_stream_flags(this_index, &footer_flags);
426 ret = lzma_index_stream_padding(this_index, stream_padding);
432 // after this_index.
434 this_index, combined_index, NULL);
440 combined_index = this_index;
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dlist.c175 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...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp361 UnwindIndex this_index; local
362 this_index.function_offset = function_offset;
363 this_index.second_level = second_level_offset;
364 this_index.lsda_array_start = lsda_offset;
371 this_index.sentinal_entry = true;
374 m_indexes.push_back(this_index);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1300 uint8_t *this_index = local
1304 this_index + baton.compressed_second_level_page_header.entryPageOffset;
1327 encoding = *((uint32_t *)(this_index +
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h4374 unsigned int this_index = 0;
4376 while (this_index < last_native_index)
4378 combined_entry_type *src = native_symbols + this_index;
4379 table_ptr[this_index] = number_of_symbols;
4668 this_index += (src->u.syment.n_numaux) + 1;
4373 unsigned int this_index = 0; local

Completed in 270 milliseconds