Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h254 uInt sym_end; /* symbol table full when sym_next reaches this */ member
338 flush = (s->sym_next == s->sym_end); \
348 flush = (s->sym_next == s->sym_end); \
357 flush = (s->sym_next == s->sym_end); \
368 flush = (s->sym_next == s->sym_end); \
H A Ddeflate.c509 s->sym_end = s->lit_bufsize - 1; in deflateInit2_()
512 s->sym_end = (s->lit_bufsize - 1) * 3; in deflateInit2_()
H A Dtrees.c1116 return (s->sym_next == s->sym_end);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp763 uint32_t sym_end = m_symbols.size(); in AppendSymbolIndexesMatchingRegExAndType() local
765 for (uint32_t i = 0; i < sym_end; i++) { in AppendSymbolIndexesMatchingRegExAndType()
786 uint32_t sym_end = m_symbols.size(); in AppendSymbolIndexesMatchingRegExAndType() local
788 for (uint32_t i = 0; i < sym_end; i++) { in AppendSymbolIndexesMatchingRegExAndType()