Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc326 uint32_t to_start, int packed_size, in CopyPackedSmiToDoubleElements() argument
334 copy_size = packed_size - from_start; in CopyPackedSmiToDoubleElements()
347 DCHECK(packed_size >= 0 && packed_size <= copy_size); in CopyPackedSmiToDoubleElements()
353 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size); in CopyPackedSmiToDoubleElements()
844 int packed_size = kPackedSizeNotKnown; in ConvertElementsWithCapacity() local
846 packed_size = Smi::cast(JSArray::cast(*object)->length())->value(); in ConvertElementsWithCapacity()
850 from_kind, dst_index, packed_size, copy_size); in ConvertElementsWithCapacity()
972 uint32_t to_start, int packed_size, in CopyElementsImpl() argument
980 int packed_size = kPackedSizeNotKnown; in CopyElements() local
984 packed_size = 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()