Home
last modified time | relevance | path

Searched refs:goodCapacity (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/storage/validation/
H A Dvalidation_test.go2135 goodCapacity := storage.CSIStorageCapacity{
2151 capacity: &goodCapacity,
2156 capacity := goodCapacity
2164 capacity := goodCapacity
2171 capacity := goodCapacity
2179 capacity := goodCapacity
2186 capacity := goodCapacity
2193 capacity := goodCapacity
2201 capacity := goodCapacity
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp709 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
710 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) in goodElementsAllocationAmount()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp740 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
741 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) { in goodElementsAllocationAmount()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp708 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
709 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) { in goodElementsAllocationAmount()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp765 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
766 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) in goodElementsAllocationAmount()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp740 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
741 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) { in goodElementsAllocationAmount()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp800 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
801 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) in goodElementsAllocationAmount()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp800 uint32_t goodCapacity = amount - ObjectElements::VALUES_PER_HEADER; in goodElementsAllocationAmount() local
801 if (length >= reqCapacity && goodCapacity > (length / 3) * 2) { in goodElementsAllocationAmount()