Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java94 int totalItems = 0; in generate() local
117 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()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/supplemental/
Dasymmetric_view.dart80 int _listItemCount(int totalItems) {
81 return (totalItems % 3 == 0)
82 ? totalItems ~/ 3 * 2
83 : (totalItems / 3).ceil() * 2 - 1;
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local
268 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp264 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local
265 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()
/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local
268 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict() local
268 int32_t evictableItems = totalItems - fNumValuesInUse; in _computeCountOfItemsToEvict()