Searched defs:soLen (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c147 /*OUT*/HChar* so, Int soLen,
156 if (soi >= soLen) { \
157 so[soLen-1] = 0; oflow = True; \
175 vg_assert(soLen > 0 || (soLen == 0 && so == NULL));
146 maybe_Z_demangle( const HChar* sym, HChar* so, Int soLen, HChar* fn, Int fnLen, Bool* isWrap, Int* eclassTag, Int* eclassPrio ) argument

Completed in 116 milliseconds