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
344 flush = (s->sym_next == s->sym_end); \
354 flush = (s->sym_next == s->sym_end); \
363 flush = (s->sym_next == s->sym_end); \
374 flush = (s->sym_next == s->sym_end); \
H A Ddeflate.c518 s->sym_end = s->lit_bufsize - 1; in deflateInit2_()
521 s->sym_end = (s->lit_bufsize - 1) * 3; in deflateInit2_()
H A Dtrees.c1118 return (s->sym_next == s->sym_end);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp764 uint32_t sym_end = m_symbols.size(); in AppendSymbolIndexesMatchingRegExAndType() local
766 for (uint32_t i = 0; i < sym_end; i++) { in AppendSymbolIndexesMatchingRegExAndType()
787 uint32_t sym_end = m_symbols.size(); in AppendSymbolIndexesMatchingRegExAndType() local
789 for (uint32_t i = 0; i < sym_end; i++) { in AppendSymbolIndexesMatchingRegExAndType()