Searched defs:packed_size (Results 1 - 5 of 5) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_mtdif2.c40 size_t packed_size = sizeof(yaffs_PackedTags2); local
42 size_t packed_size = sizeof(yaffs_PackedTags2TagsPart); local
50 memcpy(dev->spareBuffer,pt,packed_size);
56 //printk("nandmtd2_pt2buf: writing %d bytes of extra data into %d\n", packed_size, mtd->oobsize);
63 for (i = 0; i < packed_size; i++) {
86 size_t packed_size = dev->useNANDECC ? sizeof(yaffs_PackedTags2TagsPart) : sizeof(yaffs_PackedTags2); local
90 memcpy(pt,dev->spareBuffer,packed_size);
101 for (i = 0; i < packed_size; i++) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc593 int packed_size = packed_message1.ByteSize(); local
594 packed_data.resize(packed_size);
597 EXPECT_EQ(packed_size, end - start);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc476 int packed_size = packed_message1.ByteSize(); local
477 packed_data.resize(packed_size);
480 EXPECT_EQ(packed_size, end - start);
/external/chromium_org/v8/src/
H A Delements.cc373 int packed_size,
381 copy_size = packed_size - from_start;
394 ASSERT(packed_size >= 0 && packed_size <= copy_size);
400 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
742 int packed_size,
767 int packed_size = kPackedSizeNotKnown; variable
771 packed_size =
773 if (copy_size >= 0 && packed_size > copy_size) {
774 packed_size
369 CopyPackedSmiToDoubleElements(Handle<FixedArrayBase> from_base, uint32_t from_start, Handle<FixedArrayBase> to_base, uint32_t to_start, int packed_size, int raw_copy_size) argument
737 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1106 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1234 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1505 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1751 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
[all...]
/external/libmtp/src/
H A Dptp-pack.c209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) argument
225 *packed_size = 0;
229 *packed_size = plen;

Completed in 370 milliseconds