Home
last modified time | relevance | path

Searched defs:growth (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/histogram/axis/
Doption.hpp74 constexpr growth_t growth{}; ///< Instance of `growth_t`. variable
/third_party/glslang/glslang/Include/
DInfoSink.h129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem()
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc75 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
89 size_t growth = CapacityToGrowth(capacity); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc80 for (size_t growth = 0; growth < 10000; ++growth) { in TEST() local
100 size_t growth = CapacityToGrowth(capacity); in TEST() local
/third_party/python/Objects/
Dbytearrayobject.c450 Py_ssize_t growth = bytes_len - avail; in bytearray_setslice_linear() local