Home | History | Annotate | Download | only in helgrind

Lines Matching full:ulong

120 typedef  ULong  SVal;
143 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
196 ULong tym : SCALARTS_N_TYMBITS;
268 struct { ULong ull; ExeContext* ec; }
609 static ULong stats__cache_make_New_arange = 0; // total arange made New
610 static ULong stats__cache_make_New_inZrep = 0; // arange New'd on Z reps
2014 VG_(umsg)(s, (ULong)(ThrID_MAX_VALID - 1024));
2121 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym );
2156 static ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx );
2201 *(ULong*)(&vts->ts[sizeTS]) = 0x0ddC0ffeeBadF00dULL;
2210 tl_assert( *(ULong*)(&vts->ts[vts->sizeTS]) == 0x0ddC0ffeeBadF00dULL);
2220 tl_assert( *(ULong*)(&clone->ts[clone->sizeTS]) == 0x0ddC0ffeeBadF00dULL);
2234 tl_assert( *(ULong*)(&vts->ts[vts->sizeTS]) == 0x0ddC0ffeeBadF00dULL);
2256 tl_assert( *(ULong*)(&res->ts[j]) == 0x0ddC0ffeeBadF00dULL);
2267 tl_assert( *(ULong*)(&vts->ts[vts->sizeTS]) == 0x0ddC0ffeeBadF00dULL);
2274 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym )
2371 ULong tyma, tymb, tymMax;
2474 ULong tyma, tymb;
2628 VG_(printf)(i < n-1 ? "%d:%llu " : "%d:%llu", st->thrid, (ULong)st->tym);
2636 ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx )
2895 ULong totrc;
2906 totrc += (ULong)ie->rc;
3036 nTab, nLive, (100ULL * (ULong)nLive) / (ULong)nTab);
3132 tl_assert(*(ULong*)(&new_vts->ts[new_vts->usedTS])
3367 static ULong stats__cmpLEQ_queries = 0;
3368 static ULong stats__cmpLEQ_misses = 0;
3369 static ULong stats__join2_queries = 0;
3370 static ULong stats__join2_misses = 0;
3491 static VtsID VtsID__mk_Singleton ( Thr* thr, ULong tym ) {
3506 static ULong VtsID__indexAt ( VtsID vi, Thr* idx ) {
4135 return (((ULong)rmini) << 32) | ((ULong)wmini);
4928 static ULong stats__msmcread = 0;
4929 static ULong stats__msmcread_change = 0;
4930 static ULong stats__msmcwrite = 0;
4931 static ULong stats__msmcwrite_change = 0;
5016 ULong confTym = 0;
5779 stats__cache_make_New_arange += (ULong)len;
5829 stats__cache_make_New_inZrep += (ULong)aligned_len;