Searched refs:sizeTS (Results 1 – 1 of 1) sorted by relevance
2097 UInt sizeTS; member2103 static VTS* VTS__new ( const HChar* who, UInt sizeTS );2172 if (vts->usedTS > vts->sizeTS) return False; in is_sane_VTS()2196 static VTS* VTS__new ( const HChar* who, UInt sizeTS ) in VTS__new() argument2198 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); in VTS__new()2200 vts->sizeTS = sizeTS; in VTS__new()2201 *(ULong*)(&vts->ts[sizeTS]) = 0x0ddC0ffeeBadF00dULL; in VTS__new()2210 tl_assert( *(ULong*)(&vts->ts[vts->sizeTS]) == 0x0ddC0ffeeBadF00dULL); in VTS__clone()2214 clone->sizeTS = nTS; in VTS__clone()2220 tl_assert( *(ULong*)(&clone->ts[clone->sizeTS]) == 0x0ddC0ffeeBadF00dULL); in VTS__clone()[all …]