Home
last modified time | relevance | path

Searched refs:p_capacity (Results 1 – 9 of 9) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/karbon/eps/
H A DPsCommentLexer.cpp271 void StringBuffer::ensureCapacity(int p_capacity) in ensureCapacity() argument
273 if (m_capacity >= p_capacity) return; in ensureCapacity()
276 if (p_capacity > newSize) newSize = p_capacity; in ensureCapacity()
H A DPsCommentLexer.h68 void ensureCapacity(int p_capacity);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/metaspace/
H A Dtest_metaspacearena.cpp129 void usage_numbers_with_test(size_t* p_used, size_t* p_committed, size_t* p_capacity) const { in usage_numbers_with_test()
130 _arena->usage_numbers(p_used, p_committed, p_capacity); in usage_numbers_with_test()
138 if (p_committed != NULL && p_capacity != NULL) { in usage_numbers_with_test()
139 ASSERT_GE(*p_capacity, *p_committed); in usage_numbers_with_test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/metaspace/
H A Dtest_metaspacearena.cpp129 void usage_numbers_with_test(size_t* p_used, size_t* p_committed, size_t* p_capacity) const { in usage_numbers_with_test()
130 _arena->usage_numbers(p_used, p_committed, p_capacity); in usage_numbers_with_test()
138 if (p_committed != NULL && p_capacity != NULL) { in usage_numbers_with_test()
139 ASSERT_GE(*p_capacity, *p_committed); in usage_numbers_with_test()
/dports/databases/pgrouting/pgrouting-3.2.0/include/vrp/
H A Dvehicle_pickDeliver.h66 double p_capacity,
H A Dvehicle.h100 double p_capacity,
/dports/databases/pgrouting/pgrouting-3.2.0/src/pickDeliver/
H A Dvehicle_pickDeliver.cpp53 double p_capacity, in Vehicle_pickDeliver() argument
56 Vehicle(idx, id, starting_site, ending_site, p_capacity, p_speed, factor), in Vehicle_pickDeliver()
/dports/math/SCIP/scip-7.0.3/examples/VRP/src/
H A Dpricer_vrp.h45 const int p_capacity, /**< vehicle capacity */
H A Dpricer_vrp.cpp45 const int p_capacity, /**< vehicle capacity */ in ObjPricerVRP() argument
54 _capacity(p_capacity), in ObjPricerVRP()