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

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 61 int tag_size = internal::WireFormat::TagSize(descriptor_->number(), descriptor_->type()); local
66 for (int i = 1; i < tag_size; i++) {
72 (*variables)["tag_size"] = SimpleItoa(tag_size);
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 208 size_t tag_size; local
209 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size);
211 if ((tag_size + 4 /* byte-size */) >= remaining_size)
215 *reinterpret_cast<const uint32_t*>(subsubsection_data + tag_size);
230 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-21/arch-arm/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
LinuxAtag.h 38 #define tag_size(type) ((UINT32)((sizeof(LINUX_ATAG_HEADER) + sizeof(type)) >> 2)) macro
  /external/e2fsprogs/debugfs/
logdump.c 495 int offset, tag_size, csum_size = 0; local
502 tag_size = journal_super_tag_bytes(jsb);
522 offset += tag_size;
557 int tag_size = sizeof(__u32); local
564 tag_size = sizeof(__u64);
571 if (tag_size == sizeof(__u32)) {
586 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
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/asm/
setup.h 152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
  /external/protobuf/src/google/protobuf/
extension_set.cc 1592 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local
    [all...]
wire_format_lite_inl.h 232 int, // tag_size, unused.
250 int tag_size,
254 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local
275 const int per_value_size = tag_size + sizeof(value);
301 int tag_size, \
307 tag_size, tag, input, values); \
321 int tag_size,
326 tag_size, tag, input, value);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 232 int, // tag_size, unused.
250 int tag_size,
254 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local
275 const int per_value_size = tag_size + sizeof(value);
301 int tag_size, \
307 tag_size, tag, input, values); \
321 int tag_size,
326 tag_size, tag, input, value);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 2266 const uint64_t tag_size = local
2387 const uint64_t tag_size = tag.Write(writer); local
    [all...]

Completed in 2840 milliseconds