Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyaffs_mtdif2.c40 size_t packed_size = sizeof(yaffs_PackedTags2); in nandmtd2_pt2buf() local
42 size_t packed_size = sizeof(yaffs_PackedTags2TagsPart); in nandmtd2_pt2buf() local
50 memcpy(dev->spareBuffer,pt,packed_size); in nandmtd2_pt2buf()
63 for (i = 0; i < packed_size; i++) { in nandmtd2_pt2buf()
86 …size_t packed_size = dev->useNANDECC ? sizeof(yaffs_PackedTags2TagsPart) : sizeof(yaffs_PackedTags… in nandmtd2_buf2pt() local
90 memcpy(pt,dev->spareBuffer,packed_size); in nandmtd2_buf2pt()
101 for (i = 0; i < packed_size; i++) { in nandmtd2_buf2pt()
/external/chromium_org/v8/src/
Delements.cc385 int packed_size, in CopyPackedSmiToDoubleElements() argument
392 copy_size = packed_size - from_start; in CopyPackedSmiToDoubleElements()
405 ASSERT(packed_size >= 0 && packed_size <= copy_size); in CopyPackedSmiToDoubleElements()
411 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size); in CopyPackedSmiToDoubleElements()
757 int packed_size, in CopyElementsImpl() argument
770 int packed_size = kPackedSizeNotKnown; in CopyElements() local
779 packed_size = Smi::cast(JSArray::cast(from_holder)->length())->value(); in CopyElements()
780 if (copy_size >= 0 && packed_size > copy_size) { in CopyElements()
781 packed_size = copy_size; in CopyElements()
786 from, from_start, to, from_kind, to_start, packed_size, copy_size); in CopyElements()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc476 int packed_size = packed_message1.ByteSize(); in TEST() local
477 packed_data.resize(packed_size); in TEST()
480 EXPECT_EQ(packed_size, end - start); in TEST()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc593 int packed_size = packed_message1.ByteSize(); in TEST() local
594 packed_data.resize(packed_size); in TEST()
597 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()