HomeSort by relevance Sort by last modified time
    Searched refs:wsu (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/helgrind/
hg_wordset.c 47 // define to 1 to have (a lot of) debugging of add/re-use/die WSU entries.
186 static WordVec* new_WV_of_size ( WordSetU* wsu, UWord sz )
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
191 wv->owner = wsu;
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
239 static void ensure_ix2vec_space ( WordSetU* wsu )
243 tl_assert(wsu->ix2vec_used <= wsu->ix2vec_size)
361 WordSetU* wsu; local
    [all...]
hg_wordset.h 63 void HG_(ppWSUstats) ( WordSetU* wsu, HChar* name );
100 BUG ALERT: !!! Using HG_(dieWS) on a WSU introduces a risk of
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]

Completed in 85 milliseconds