/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
|
/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
|
/prebuilts/ndk/current/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/current/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/current/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 | 1444 int tag_size = WireFormatLite::TagSize(number, real_type(type)); local [all...] |
wire_format_lite_inl.h | 230 int, // tag_size, unused. 248 int tag_size, 252 GOOGLE_DCHECK_EQ(UInt32Size(tag), tag_size); local 273 const int per_value_size = tag_size + sizeof(value); 299 int tag_size, \ 305 tag_size, tag, input, values); \ 319 int tag_size, 324 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.cpp | 1592 const uint64 tag_size = local 1712 const uint64 tag_size = tag.Write(writer); local [all...] |