Searched refs:totalItems (Results 1 – 6 of 6) sorted by relevance
94 int totalItems = 0; in generate() local117 totalItems += count; in generate()128 int part3 = totalItems * 4; in generate()145 /* source_offset */ struct.put(1, totalItems); in generate()151 totalItems = 0; in generate()153 slotOffsets.put(i, totalItems); in generate()154 totalItems += slotSize[i]; in generate()
80 int _listItemCount(int totalItems) {81 return (totalItems % 3 == 0)82 ? totalItems ~/ 3 * 283 : (totalItems / 3).ceil() * 2 - 1;
267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local268 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()
264 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local265 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()