Home
last modified time | relevance | path

Searched refs:packed_size (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Delements.cc336 uint32_t to_start, int packed_size, in CopyPackedSmiToDoubleElements() argument
344 copy_size = packed_size - from_start; in CopyPackedSmiToDoubleElements()
357 DCHECK(packed_size >= 0 && packed_size <= copy_size); in CopyPackedSmiToDoubleElements()
363 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size); in CopyPackedSmiToDoubleElements()
865 int packed_size = kPackedSizeNotKnown; in ConvertElementsWithCapacity() local
867 packed_size = Smi::ToInt(JSArray::cast(*object)->length()); in ConvertElementsWithCapacity()
871 from_kind, dst_index, packed_size, copy_size); in ConvertElementsWithCapacity()
997 int packed_size, int copy_size) { in CopyElementsImpl() argument
1004 int packed_size = kPackedSizeNotKnown; in CopyElements() local
1008 packed_size = Smi::ToInt(JSArray::cast(from_holder)->length()); in CopyElements()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc633 int packed_size = packed_message1.ByteSize(); in TEST() local
634 packed_data.resize(packed_size); in TEST()
637 EXPECT_EQ(packed_size, end - start); in TEST()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h1010 const int packed_size = std::min<int>(PacketType<LhsScalar, Device>::size,
1027 TensorOpCost cost = TensorOpCost(0, 0, kd * computeBandwidth, true, packed_size);
/external/libmtp/src/
Dptp-pack.c242 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) in ptp_get_packed_stringcopy() argument
258 *packed_size = 0; in ptp_get_packed_stringcopy()
262 *packed_size = plen; in ptp_get_packed_stringcopy()
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions_test.cc1537 Index packed_size = depth * cols; in PackRhsHelper() local
1539 internal::random<Index>(0, packed_total_size - packed_size - 1); in PackRhsHelper()