OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ent0
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h
199
struct { UWord cuOff0; TyEnt*
ent0
;
member in struct:__anon27745::__anon27746
tytypes.c
333
cache->ce[i].
ent0
= NULL; /* "invalid entry" */
359
if (cache->ce[h].cuOff0 == cuOff_to_find && cache->ce[h].
ent0
!= NULL) {
362
return cache->ce[h].
ent0
;
372
te = cache->ce[h].
ent0
;
374
cache->ce[h].
ent0
= cache->ce[h].ent1;
377
return cache->ce[h].
ent0
;
401
cache->ce[h].ent1 = cache->ce[h].
ent0
;
403
cache->ce[h].
ent0
= res;
Completed in 40 milliseconds