Home
last modified time | relevance | path

Searched defs: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
86 …size_t packed_size = dev->useNANDECC ? sizeof(yaffs_PackedTags2TagsPart) : sizeof(yaffs_PackedTags… in nandmtd2_buf2pt() local
/external/chromium_org/v8/src/
Delements.cc373 int packed_size, in CopyPackedSmiToDoubleElements()
742 int packed_size, in CopyElementsImpl()
767 int packed_size = kPackedSizeNotKnown; in CopyElements() local
1111 int packed_size, in CopyElementsImpl()
1239 int packed_size, in CopyElementsImpl()
1510 int packed_size, in CopyElementsImpl()
1756 int packed_size, in CopyElementsImpl()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc476 int packed_size = packed_message1.ByteSize(); in TEST() local
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc593 int packed_size = packed_message1.ByteSize(); in TEST() local
/external/libmtp/src/
Dptp-pack.c209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) in ptp_get_packed_stringcopy()