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

/external/v8/src/
H A Delements.cc326 uint32_t to_start, int packed_size,
334 copy_size = packed_size - from_start;
347 DCHECK(packed_size >= 0 && packed_size <= copy_size);
353 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
829 int packed_size = kPackedSizeNotKnown; local
831 packed_size = Smi::cast(JSArray::cast(*object)->length())->value();
835 from_kind, dst_index, packed_size, copy_size);
957 uint32_t to_start, int packed_size,
965 int packed_size variable
323 CopyPackedSmiToDoubleElements(FixedArrayBase* from_base, uint32_t from_start, FixedArrayBase* to_base, uint32_t to_start, int packed_size, int raw_copy_size) argument
955 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1355 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
2447 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
2592 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
3428 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
3602 CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, FixedArrayBase* to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionThreadPool.h1010 const int packed_size = std::min<int>(PacketType<LhsScalar, Device>::size, local
1027 TensorOpCost cost = TensorOpCost(0, 0, kd * computeBandwidth, true, packed_size);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc633 int packed_size = packed_message1.ByteSize(); local
634 packed_data.resize(packed_size);
637 EXPECT_EQ(packed_size, end - start);
/external/libmtp/src/
H A Dptp-pack.c242 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) argument
258 *packed_size = 0;
262 *packed_size = plen;

Completed in 164 milliseconds