Home
last modified time | relevance | path

Searched defs:growth (Results 1 - 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
H A DInfoSink.h129 void checkMem(size_t growth) { if (sink.capacity() < sink.size() + growth + 2) in checkMem() argument
/third_party/python/Objects/
H A Dbytearrayobject.c436 Py_ssize_t growth = bytes_len - avail; in bytearray_setslice_linear() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc100 size_t growth = CapacityToGrowth(capacity); TEST() local
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c203173 RtreeDValue growth; global() local
[all...]

Completed in 133 milliseconds