Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_wordset.c74 #define WCache_INIT(_zzcache,_zzdynmax) \ argument
78 (_zzcache).dynMax = (_zzdynmax); \
79 (_zzcache).inUse = 0; \
82 #define WCache_LOOKUP_AND_RETURN(_retty,_zzcache,_zzarg1,_zzarg2) \ argument
87 WCache* _cache = &(_zzcache); \
108 #define WCache_UPDATE(_zzcache,_zzarg1,_zzarg2,_zzresult) \ argument
114 WCache* _cache = &(_zzcache); \