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

  /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/e2fsprogs/debugfs/
logdump.c 470 int offset, tag_size = JBD_TAG_SIZE32; local
478 tag_size = JBD_TAG_SIZE64;
495 offset += tag_size;
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 1306 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
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...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 1285 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
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);
  /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...]

Completed in 1197 milliseconds