Searched refs:fPlotAlreadyUpdated (Results 1 – 1 of 1) sorted by relevance
328 memset(fPlotAlreadyUpdated, 0, sizeof(fPlotAlreadyUpdated)); in BulkUseTokenUpdater()332 memcpy(fPlotAlreadyUpdated, that.fPlotAlreadyUpdated, sizeof(fPlotAlreadyUpdated)); in BulkUseTokenUpdater()347 memset(fPlotAlreadyUpdated, 0, sizeof(fPlotAlreadyUpdated)); in reset()359 return (fPlotAlreadyUpdated[pageIdx] >> index) & 1; in find()364 fPlotAlreadyUpdated[pageIdx] |= (1 << index); in set()370 uint32_t fPlotAlreadyUpdated[kMaxMultitexturePages]; // TODO: increase this to uint64_t variable