Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dindex_decoder.c36 lzma_index **index_ptr; member
192 *coder->index_ptr = coder->index; in index_decode()
258 coder->index_ptr = i; in index_decoder_reset()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp190 uint32_t *index_ptr) { in FindLineEntryByAddress() argument
191 if (index_ptr != nullptr) in FindLineEntryByAddress()
192 *index_ptr = UINT32_MAX; in FindLineEntryByAddress()
251 if (index_ptr != nullptr && success) in FindLineEntryByAddress()
252 *index_ptr = match_idx; in FindLineEntryByAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h123 uint32_t *index_ptr = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp995 uint32_t index_ptr = 0, end_ptr = UINT32_MAX; in DoExecute() local
1009 &index_ptr); in DoExecute()
1027 uint32_t start_idx_ptr = index_ptr; in DoExecute()
1029 index_ptr, line_number, nullptr, exact, &line_entry); in DoExecute()
1033 start_idx_ptr = index_ptr; in DoExecute()