Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc365 uint32_t to_start, int packed_size, in CopyPackedSmiToDoubleElements() argument
373 copy_size = packed_size - from_start; in CopyPackedSmiToDoubleElements()
386 DCHECK(packed_size >= 0 && packed_size <= copy_size); in CopyPackedSmiToDoubleElements()
392 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size); in CopyPackedSmiToDoubleElements()
710 int packed_size, in CopyElementsImpl() argument
735 int packed_size = kPackedSizeNotKnown; in CopyElements() local
739 packed_size = in CopyElements()
741 if (copy_size >= 0 && packed_size > copy_size) { in CopyElements()
742 packed_size = copy_size; in CopyElements()
747 from, from_start, to, from_kind, to_start, packed_size, copy_size); in CopyElements()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc608 int packed_size = packed_message1.ByteSize(); in TEST() local
609 packed_data.resize(packed_size); in TEST()
612 EXPECT_EQ(packed_size, end - start); in TEST()
/external/libmtp/src/
Dptp-pack.c209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) in ptp_get_packed_stringcopy() argument
225 *packed_size = 0; in ptp_get_packed_stringcopy()
229 *packed_size = plen; in ptp_get_packed_stringcopy()