HomeSort by relevance Sort by last modified time
    Searched refs:tag_size (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 128 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/
encoder.py 122 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...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 209 size_t tag_size; local
210 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size);
212 if ((tag_size + 4 /* byte-size */) >= remaining_size)
216 *reinterpret_cast<const uint32_t*>(subsubsection_data + tag_size);
231 size_t attribute_offset = tag_size + 4 /* byte-size */;
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /development/ndk/platforms/android-L/arch-arm/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite_inl.h 224 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);
    [all...]
wire_format_lite.h 290 // 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,
extension_set.cc 1306 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 225 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);
wire_format_lite.h 248 // 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,
extension_set.cc 1285 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 470 int offset, tag_size = JBD_TAG_SIZE32; local
478 tag_size = JBD_TAG_SIZE64;
495 offset += tag_size;
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 780 int tag_size; /* authentication tag size for AEAD ciphers. */ member in struct:ssl3BulkCipherDefStr
    [all...]
ssl3con.c     [all...]

Completed in 1074 milliseconds