Home
last modified time | relevance | path

Searched refs:cuOff0 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c332 cache->ce[i].cuOff0 = 0; /* not actually necessary */ in ML_()
359 if (cache->ce[h].cuOff0 == cuOff_to_find && cache->ce[h].ent0 != NULL) { in ML_()
371 tc = cache->ce[h].cuOff0; in ML_()
373 cache->ce[h].cuOff0 = cache->ce[h].cuOff1; in ML_()
400 cache->ce[h].cuOff1 = cache->ce[h].cuOff0; in ML_()
402 cache->ce[h].cuOff0 = cuOff_to_find; in ML_()
Dpriv_tytypes.h204 struct { UWord cuOff0; TyEnt* ent0; member