Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/gzip/
H A Dunxz.c281 lzma_index *this_index = NULL; in parse_indexes() local
354 ret = lzma_index_decoder(&strm, &this_index, UINT64_MAX); in parse_indexes()
396 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) { in parse_indexes()
400 pos -= lzma_index_total_size(this_index); in parse_indexes()
417 ret = lzma_index_stream_flags(this_index, &footer_flags); in parse_indexes()
423 ret = lzma_index_stream_padding(this_index, stream_padding); in parse_indexes()
431 this_index, combined_index, NULL); in parse_indexes()
437 combined_index = this_index; in parse_indexes()
438 this_index = NULL; in parse_indexes()
454 lzma_index_end(this_index, NULL); in parse_indexes()
/freebsd/contrib/xz/src/liblzma/common/
H A Dfile_info.c51 lzma_index *this_index; member
443 &coder->this_index, in file_info_decode()
511 = lzma_index_total_size(coder->this_index) in file_info_decode()
630 coder->combined_index = coder->this_index; in file_info_decode()
631 coder->this_index = NULL; in file_info_decode()
705 if (coder->this_index != NULL) { in file_info_decoder_memconfig()
743 if (coder->this_index == NULL in file_info_decoder_memconfig()
776 lzma_index_end(coder->this_index, allocator); in file_info_decoder_end()
807 coder->this_index = NULL; in lzma_file_info_decoder_init()
816 lzma_index_end(coder->this_index, allocator); in lzma_file_info_decoder_init()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp361 UnwindIndex this_index; in ScanIndex() local
362 this_index.function_offset = function_offset; in ScanIndex()
363 this_index.second_level = second_level_offset; in ScanIndex()
364 this_index.lsda_array_start = lsda_offset; in ScanIndex()
371 this_index.sentinal_entry = true; in ScanIndex()
374 m_indexes.push_back(this_index); in ScanIndex()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1257 uint8_t *this_index = in print_second_level_index_compressed() local
1261 this_index + baton.compressed_second_level_page_header.entryPageOffset; in print_second_level_index_compressed()
1284 encoding = *((uint32_t *)(this_index + in print_second_level_index_compressed()