Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c309 cache->ce[i].cuOff0 = 0; /* not actually necessary */ in ML_()
336 if (cache->ce[h].cuOff0 == cuOff_to_find && cache->ce[h].ent0 != NULL) { in ML_()
348 tc = cache->ce[h].cuOff0; in ML_()
350 cache->ce[h].cuOff0 = cache->ce[h].cuOff1; in ML_()
377 cache->ce[h].cuOff1 = cache->ce[h].cuOff0; in ML_()
379 cache->ce[h].cuOff0 = cuOff_to_find; in ML_()
Dpriv_tytypes.h197 struct { UWord cuOff0; TyEnt* ent0; member