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

/external/e2fsprogs/debugfs/
H A Dlogdump.c469 int offset, tag_size = JBD_TAG_SIZE32; local
477 tag_size = JBD_TAG_SIZE64;
494 offset += tag_size;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h225 inline bool WireFormatLite::ReadRepeatedPrimitive(int tag_size, argument
243 int tag_size,
247 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local
268 const int per_value_size = tag_size + sizeof(value);
294 int tag_size, \
300 tag_size, tag, input, values); \
314 int tag_size,
319 tag_size, tag, input, value);
242 ReadRepeatedFixedSizePrimitive( int tag_size, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* values) argument
313 ReadRepeatedPrimitiveNoInline( int tag_size, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* value) argument
H A Dextension_set.cc1285 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
1290 result += tag_size * repeated_##LOWERCASE##_value->size(); \
1313 result += (tag_size + WireFormatLite::k##CAMELCASE##Size) * \
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1796 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1)* T1T_BLOCK_SIZE; local
1804 if ( (tag_size < T1T_STATIC_SIZE)
1805 ||(tag_size > (T1T_SEGMENT_SIZE * T1T_MAX_SEGMENTS))
1818 offset = tag_size;
1828 while (offset < tag_size)
2011 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1) * T1T_BLOCK_SIZE; local
2020 if (upper_offset > tag_size)
2021 upper_offset = tag_size;
H A Drw_t2t_ndef.c1096 UINT16 tag_size = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; local
1121 while (block < tag_size)
1512 UINT16 tag_size = (p_t2t->tag_hdr[T2T_CC2_TMS_BYTE] * T2T_TMS_TAG_FACTOR) + (T2T_FIRST_DATA_BLOCK * T2T_BLOCK_LEN) + p_t2t->num_lockbytes; local
1515 tag_size += p_t2t->mem_tlv[xx].num_bytes;
1520 if ( (tag_size < T2T_STATIC_SIZE)
1521 ||(tag_size > (T2T_SECTOR_SIZE * T2T_MAX_SECTOR))
1530 while (offset < tag_size)
2170 UINT16 tag_size; local
2173 tag_size = (p_t2t->tag_hdr[T2T_CC2_TMS_BYTE] * T2T_TMS_TAG_FACTOR) + (T2T_FIRST_DATA_BLOCK * T2T_BLOCK_SIZE) + p_t2t->num_lockbytes;
2176 tag_size
[all...]

Completed in 170 milliseconds