Home
last modified time | relevance | path

Searched refs:next_symbol (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp144 const Symbol *next_symbol = nullptr; in ParseFunctions() local
178 next_symbol = symtab->SymbolAtIndex(m_code_indexes[idx + 1]); in ParseFunctions()
179 if (next_symbol) { in ParseFunctions()
181 next_symbol->GetAddressRef().GetOffset() - in ParseFunctions()
/external/brotli/c/dec/
Ddecode.c521 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength() argument
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()
525 next_symbol[code_len] = (int)(*symbol); in ProcessSingleCodeLength()
549 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength() argument
578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()
583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()
604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
636 symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
671 h->next_symbol); in SafeReadSymbolCodeLengths()
[all …]
Dstate.h215 int next_symbol[32]; member