Home
last modified time | relevance | path

Searched refs:lengths_ (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/source/blender/functions/
H A DFN_generic_vector_array.hh46 Array<int64_t, 1> lengths_; member in blender::fn::GVectorArray
59 lengths_(array_size), in GVectorArray()
63 lengths_.as_mutable_span().fill(0); in GVectorArray()
74 type_.destruct_n(starts_[i], lengths_[i]); in ~GVectorArray()
80 return GVArraySpan(type_, starts_, lengths_); in operator GVArraySpan()
105 return lengths_; in lengths()
110 int64_t old_length = lengths_[index]; in append()
117 lengths_[index]++; in append()
150 BLI_assert(lengths_[index] == capacities_[index]); in grow_at_least_one()
151 int64_t new_capacity = lengths_[index] * 2 + 1; in grow_at_least_one()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dudp_socket_posix_unittest.cc419 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
438 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
481 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
505 EXPECT_EQ(rv_, lengths_[1] + lengths_[2]); in TEST_F()
525 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
612 EXPECT_EQ(lengths_[0], rv); in TEST_F()
615 EXPECT_EQ(lengths_[1], rv); in TEST_F()
618 EXPECT_EQ(lengths_[2], rv); in TEST_F()
627 EXPECT_EQ(lengths_[0], rv); in TEST_F()
635 EXPECT_EQ(rv_, lengths_[1]); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dudp_socket_posix_unittest.cc419 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
438 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
481 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
505 EXPECT_EQ(rv_, lengths_[1] + lengths_[2]); in TEST_F()
525 EXPECT_EQ(rv_, lengths_[0]); in TEST_F()
612 EXPECT_EQ(lengths_[0], rv); in TEST_F()
615 EXPECT_EQ(lengths_[1], rv); in TEST_F()
618 EXPECT_EQ(lengths_[2], rv); in TEST_F()
627 EXPECT_EQ(lengths_[0], rv); in TEST_F()
635 EXPECT_EQ(rv_, lengths_[1]); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/platform/impl/
H A Dquic_mem_slice_span_impl.h32 return quiche::QuicheStringPiece(buffers_[index]->data(), lengths_[index]); in GetData()
39 if (lengths_[i] == 0) { in ConsumeAll()
43 saved_length += lengths_[i]; in ConsumeAll()
45 consume(QuicMemSlice(QuicMemSliceImpl(buffers_[i], lengths_[i]))); in ConsumeAll()
58 const size_t* lengths_; variable
H A Dquic_test_mem_slice_vector_impl.cc20 lengths_.push_back(buffer.second); in QuicTestMemSliceVectorImpl()
33 lengths_ = std::move(other.lengths_); in operator =()
39 return QuicMemSliceSpanImpl(buffers_.data(), lengths_.data(), in span()
H A Dquic_mem_slice_storage_impl.h33 buffers_.data(), lengths_.data(), buffers_.size())); in ToSpan()
40 std::vector<size_t> lengths_; variable
H A Dquic_mem_slice_span_impl.cc13 : buffers_(buffers), lengths_(lengths), num_buffers_(num_buffers) {} in QuicMemSliceSpanImpl()
32 length += lengths_[i]; in total_length()
H A Dquic_mem_slice_storage_impl.cc32 lengths_.push_back(slice_len); in QuicMemSliceStorageImpl()
40 lengths_.push_back(mem_slice.length()); in Append()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/platform/impl/
H A Dquic_mem_slice_span_impl.h32 return absl::string_view(buffers_[index]->data(), lengths_[index]); in GetData()
39 if (lengths_[i] == 0) { in ConsumeAll()
43 saved_length += lengths_[i]; in ConsumeAll()
45 consume(QuicMemSlice(QuicMemSliceImpl(buffers_[i], lengths_[i]))); in ConsumeAll()
58 const size_t* lengths_; variable
H A Dquic_test_mem_slice_vector_impl.cc20 lengths_.push_back(buffer.second); in QuicTestMemSliceVectorImpl()
33 lengths_ = std::move(other.lengths_); in operator =()
39 return QuicMemSliceSpanImpl(buffers_.data(), lengths_.data(), in span()
H A Dquic_mem_slice_storage_impl.h33 buffers_.data(), lengths_.data(), buffers_.size())); in ToSpan()
40 std::vector<size_t> lengths_; variable
H A Dquic_mem_slice_span_impl.cc13 : buffers_(buffers), lengths_(lengths), num_buffers_(num_buffers) {} in QuicMemSliceSpanImpl()
32 length += lengths_[i]; in total_length()
H A Dquic_mem_slice_storage_impl.cc32 lengths_.push_back(slice_len); in QuicMemSliceStorageImpl()
40 lengths_.push_back(mem_slice.length()); in Append()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNetworkMatrix.cpp35 lengths_ = NULL; in ClpNetworkMatrix()
49 lengths_ = NULL; in ClpNetworkMatrix()
73 lengths_ = NULL; in ClpNetworkMatrix()
95 lengths_ = NULL; in ClpNetworkMatrix()
190 delete [] lengths_; in ~ClpNetworkMatrix()
720 if (!lengths_) { in getVectorLengths()
727 return lengths_; in getVectorLengths()
755 lengths_ = NULL; in deleteCols()
1114 lengths_ = NULL; in releasePackedMatrix()
1136 lengths_ = NULL; in appendCols()
[all …]
H A DClpPlusMinusOneMatrix.cpp34 lengths_ = NULL; in ClpPlusMinusOneMatrix()
50 lengths_ = NULL; in ClpPlusMinusOneMatrix()
80 lengths_ = NULL; in ClpPlusMinusOneMatrix()
100 lengths_ = NULL; in ClpPlusMinusOneMatrix()
181 delete [] lengths_; in ~ClpPlusMinusOneMatrix()
245 lengths_ = NULL; in ClpPlusMinusOneMatrix()
1091 if (!lengths_) { in getVectorLengths()
1099 return lengths_; in getVectorLengths()
1129 lengths_ = NULL; in deleteCols()
1197 lengths_ = NULL; in deleteRows()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNetworkMatrix.cpp34 lengths_ = NULL; in ClpNetworkMatrix()
48 lengths_ = NULL; in ClpNetworkMatrix()
73 lengths_ = NULL; in ClpNetworkMatrix()
95 lengths_ = NULL; in ClpNetworkMatrix()
190 delete[] lengths_; in ~ClpNetworkMatrix()
206 lengths_ = NULL; in operator =()
716 if (!lengths_) { in getVectorLengths()
723 return lengths_; in getVectorLengths()
751 lengths_ = NULL; in deleteCols()
1106 lengths_ = NULL; in releasePackedMatrix()
[all …]
H A DClpPlusMinusOneMatrix.cpp48 lengths_ = NULL; in ClpPlusMinusOneMatrix()
67 lengths_ = NULL; in ClpPlusMinusOneMatrix()
100 lengths_ = NULL; in ClpPlusMinusOneMatrix()
123 lengths_ = NULL; in ClpPlusMinusOneMatrix()
204 delete[] lengths_; in ~ClpPlusMinusOneMatrix()
223 lengths_ = NULL; in operator =()
271 lengths_ = NULL; in ClpPlusMinusOneMatrix()
1312 if (!lengths_) { in getVectorLengths()
1320 return lengths_; in getVectorLengths()
1350 lengths_ = NULL; in deleteCols()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/pgsql/
H A Dpgsql_exchange.cc32 lengths_.push_back(strlen(value)); in add()
38 lengths_.push_back(value.size()); in add()
44 lengths_.push_back(data.size()); in add()
54 lengths_.push_back(len); in add()
80 lengths_.push_back(0); in addNull()
102 if (lengths_[i] == 0) { in toText()
106 for (int x = 0; x < lengths_[i]; ++x) { in toText()
/dports/math/cgal/CGAL-5.3/include/CGAL/Approximate_min_ellipsoid_d/
H A DApproximate_min_ellipsoid_d_impl.h113 CGAL_APPEL_ASSERT(!has_axes && lengths_.size() == 0 && in compute_axes_2_3()
162 lengths_.push_back(std::sqrt(factor/eigenvalues[1])); in compute_axes_2()
163 lengths_.push_back(std::sqrt(factor/eigenvalues[0])); in compute_axes_2()
211 lengths_.push_back(std::sqrt(factor/eigenvalues[i])); in compute_axes_3()
/dports/devel/R-cran-bit/bit/src/
H A Drle.c219 SEXP ret_, lengths_, values_, names_, class_; in R_int_rle() local
251 PROTECT( lengths_ = allocVector(INTSXP, c) ); in R_int_rle()
252 lengths = INTEGER(lengths_); in R_int_rle()
264 SET_VECTOR_ELT(ret_, 0, lengths_); in R_int_rle()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DApproximate_min_ellipsoid_d.h374 return lengths_.begin(); in axes_lengths_begin()
387 return lengths_.end(); in axes_lengths_end()
429 std::vector<double> lengths_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorReporting.cpp200 mozilla::Array<size_t, JS::MaxNumErrorArguments> lengths_; member in AutoMessageArgs
231 return lengths_[i]; in lengths()
259 lengths_[i] = strlen(args_[i]); in init()
273 lengths_[i] = strlen(utf8); in init()
289 lengths_[i] = strlen(utf8); in init()
294 totalLength_ += lengths_[i]; in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DErrorReporting.cpp201 mozilla::Array<size_t, JS::MaxNumErrorArguments> lengths_; member in AutoMessageArgs
232 return lengths_[i]; in lengths()
260 lengths_[i] = strlen(args_[i]); in init()
274 lengths_[i] = strlen(utf8); in init()
290 lengths_[i] = strlen(utf8); in init()
295 totalLength_ += lengths_[i]; in init()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DErrorReporting.cpp201 mozilla::Array<size_t, JS::MaxNumErrorArguments> lengths_; member in AutoMessageArgs
232 return lengths_[i]; in lengths()
260 lengths_[i] = strlen(args_[i]); in init()
274 lengths_[i] = strlen(utf8); in init()
290 lengths_[i] = strlen(utf8); in init()
295 totalLength_ += lengths_[i]; in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DErrorReporting.cpp201 mozilla::Array<size_t, JS::MaxNumErrorArguments> lengths_; member in AutoMessageArgs
232 return lengths_[i]; in lengths()
260 lengths_[i] = strlen(args_[i]); in init()
274 lengths_[i] = strlen(utf8); in init()
290 lengths_[i] = strlen(utf8); in init()
295 totalLength_ += lengths_[i]; in init()

123