Searched refs:tag_size (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dencoder.py128 tag_size = _TagSize(field_number)
135 return result + local_VarintSize(result) + tag_size
139 result = tag_size * len(value)
146 return tag_size + compute_value_size(value)
157 tag_size = _TagSize(field_number)
164 return result + local_VarintSize(result) + tag_size
168 result = tag_size * len(value)
175 return tag_size + compute_value_size(modify_value(value))
186 tag_size = _TagSize(field_number)
191 return result + local_VarintSize(result) + tag_size
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py122 tag_size = _TagSize(field_number)
129 return result + local_VarintSize(result) + tag_size
133 result = tag_size * len(value)
140 return tag_size + compute_value_size(value)
151 tag_size = _TagSize(field_number)
158 return result + local_VarintSize(result) + tag_size
162 result = tag_size * len(value)
169 return tag_size + compute_value_size(modify_value(value))
180 tag_size = _TagSize(field_number)
185 return result + local_VarintSize(result) + tag_size
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsetup.h181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h224 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused.
242 int tag_size,
246 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local
267 const int per_value_size = tag_size + sizeof(value);
293 int tag_size, \
299 tag_size, tag, input, values); \
313 int tag_size,
318 tag_size, tag, input, value);
241 ReadRepeatedFixedSizePrimitive( int tag_size, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* values) argument
312 ReadRepeatedPrimitiveNoInline( int tag_size, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* value) argument
H A Dwire_format_lite.h290 // tag_size and tag should both be compile-time constants provided by the
293 static inline bool ReadRepeatedPrimitive(int tag_size,
301 static bool ReadRepeatedPrimitiveNoInline(int tag_size,
532 int tag_size,
H A Dextension_set.cc1306 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
1311 result += tag_size * repeated_##LOWERCASE##_value->size(); \
1334 result += (tag_size + WireFormatLite::k##CAMELCASE##Size) * \
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h225 inline bool WireFormatLite::ReadRepeatedPrimitive(int, // tag_size, unused
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 Dwire_format_lite.h248 // tag_size and tag should both be compile-time constants provided by the
251 static inline bool ReadRepeatedPrimitive(int tag_size,
259 static bool ReadRepeatedPrimitiveNoInline(int tag_size,
486 int tag_size,
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/e2fsprogs/debugfs/
H A Dlogdump.c470 int offset, tag_size = JBD_TAG_SIZE32; local
478 tag_size = JBD_TAG_SIZE64;
495 offset += tag_size;
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c1082 UINT16 tag_size = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; local
1107 while (block < tag_size)
1498 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
1501 tag_size += p_t2t->mem_tlv[xx].num_bytes;
1506 if ( (tag_size < T2T_STATIC_SIZE)
1507 ||(tag_size > (T2T_SECTOR_SIZE * T2T_MAX_SECTOR))
1516 while (offset < tag_size)
2156 UINT16 tag_size; local
2159 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;
2162 tag_size
[all...]
H A Drw_t1t_ndef.c1798 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1)* T1T_BLOCK_SIZE; local
1806 if ( (tag_size < T1T_STATIC_SIZE)
1807 ||(tag_size > (T1T_SEGMENT_SIZE * T1T_MAX_SEGMENTS))
1820 offset = tag_size;
1830 while (offset < tag_size)
2013 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1) * T1T_BLOCK_SIZE; local
2022 if (upper_offset > tag_size)
2023 upper_offset = tag_size;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h780 int tag_size; /* authentication tag size for AEAD ciphers. */ member in struct:ssl3BulkCipherDefStr
H A Dssl3con.c2714 const int tagLen = cipher_def->tag_size;
11981 minLength = cipher_def->explicit_nonce_size + cipher_def->tag_size;
12063 cipher_def->tag_size;

Completed in 323 milliseconds