Searched refs:packed (Results 176 - 200 of 396) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc101 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
138 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
165 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
176 descriptor_->options().packed())
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h91 static int GetShift(int32_t packed, int shift);
94 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; } argument
H A DSkPicturePlayback.cpp180 uint32_t packed = reader->readInt(); local
181 SkRegion::Op regionOp = ClipParams_unpackRegionOp(packed);
182 bool doAA = ClipParams_unpackDoAA(packed);
193 uint32_t packed = reader->readInt(); local
194 SkRegion::Op regionOp = ClipParams_unpackRegionOp(packed);
204 uint32_t packed = reader->readInt(); local
205 SkRegion::Op regionOp = ClipParams_unpackRegionOp(packed);
206 bool doAA = ClipParams_unpackDoAA(packed);
217 uint32_t packed = reader->readInt(); local
218 SkRegion::Op regionOp = ClipParams_unpackRegionOp(packed);
[all...]
H A DSkPathRef.cpp113 int32_t packed; local
114 if (!buffer->readS32(&packed)) {
119 ref->fIsFinite = (packed >> kIsFinite_SerializationShift) & 1;
120 segmentMask = (packed >> kSegmentMask_SerializationShift) & 0xF;
121 isOval = (packed >> kIsOval_SerializationShift) & 1;
228 int32_t packed = ((fIsFinite & 1) << kIsFinite_SerializationShift) | local
231 buffer->write32(packed);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h86 } __attribute__((packed));
99 } __attribute__((packed));
157 } __attribute__((packed));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc101 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
138 vars["packed" ] = descriptor_->options().packed() ? "true" : "false";
165 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
176 descriptor_->options().packed())
/external/skia/src/core/
H A DSkFloat.h91 static int GetShift(int32_t packed, int shift);
94 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; } argument
H A DSkPathRef.cpp113 int32_t packed; local
114 if (!buffer->readS32(&packed)) {
119 ref->fIsFinite = (packed >> kIsFinite_SerializationShift) & 1;
120 segmentMask = (packed >> kSegmentMask_SerializationShift) & 0xF;
121 isOval = (packed >> kIsOval_SerializationShift) & 1;
228 int32_t packed = ((fIsFinite & 1) << kIsFinite_SerializationShift) | local
231 buffer->write32(packed);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc336 if (descriptor_->options().packed()) {
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
486 if (descriptor_->options().packed()) {
514 if (descriptor_->options().packed()) {
530 if (descriptor_->options().packed()) {
641 if (descriptor_->options().packed()) {
659 // cache the data size for packed fields.
660 if (descriptor_->options().packed()) {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pack_invert.spec34 images are to be packed in top-to-bottom order instead of OpenGL's
92 "The parameter PACK_INVERT_MESA controls whether the image is packed
/external/clang/test/CodeGen/
H A Dstruct.c155 /* Attribute packed */
156 struct __attribute__((packed)) S2839 { double a[19]; signed char b; } s2839[5];
158 struct __attribute__((packed)) SS { long double a; char b; } SS;
H A Dms_struct-bitfield.c175 __attribute__((packed)) unsigned short c : 6;
/external/kernel-headers/original/uapi/linux/usb/
H A Dvideo.h189 } __attribute__((packed));
218 } __attribute__ ((packed))
290 } __attribute__ ((packed))
340 } __attribute__ ((packed))
389 } __attribute__ ((packed))
420 } __attribute__ ((packed))
509 } __attribute__ ((packed))
565 } __attribute__ ((packed))
/external/mesa3d/docs/
H A DMESA_pack_invert.spec34 images are to be packed in top-to-bottom order instead of OpenGL's
92 "The parameter PACK_INVERT_MESA controls whether the image is packed
/external/tcpdump/
H A Dextract.h37 * we assume that mean we have __attribute__((packed)), and this is
41 * Declare packed structures containing a u_int16_t and a u_int32_t,
44 * __attribute__((packed)) causes the compiler to generate unaligned-safe
82 * __attribute__((packed))? How can we get it to generate unaligned
87 } __attribute__((packed)) unaligned_u_int16_t;
91 } __attribute__((packed)) unaligned_u_int32_t;
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gatts_co.c41 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
/external/clang/test/Sema/
H A Dtransparent-union.c78 } __attribute__((packed));
79 // The packed attribute is acceptable because it defines a less strict
/external/kernel-headers/original/uapi/linux/
H A Dscreen_info.h47 } __attribute__((packed));
H A Dvideodev2.h310 /* Grey bit-packed formats */
311 #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */
1019 } __attribute__ ((packed));
1081 } __attribute__ ((packed));
1119 } __attribute__ ((packed));
1232 } __attribute__ ((packed));
1280 } __attribute__ ((packed));
1400 } __attribute__ ((packed));
1633 } __attribute__ ((packed));
1638 } __attribute__ ((packed));
[all...]
H A Dsctp.h239 } __attribute__((packed, aligned(4)));
513 } __attribute__((packed, aligned(4)));
526 } __attribute__((packed, aligned(4)));
573 } __attribute__((packed, aligned(4)));
680 } __attribute__((packed, aligned(4)));
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h58 } __attribute__ ((packed));
/external/libnl/include/linux/
H A Dif_ether.h104 } __attribute__((packed));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc304 if (descriptor_->options().packed() &&
398 if (descriptor_->options().packed()) {
436 if (descriptor_->options().packed()) {
448 // cache the data size for packed fields.
449 if (descriptor_->options().packed()) {
/external/e2fsprogs/lib/blkid/
H A Dprobe.h506 } __attribute__((packed));
536 } __attribute__((packed));
549 } __attribute__((packed));
558 } __attribute__((packed));
565 } __attribute__((packed));
570 } __attribute__((packed));
578 } __attribute__((packed));
607 } __attribute__((packed));
623 } __attribute__ ((packed));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py116 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8)
117 _, columns, _, _ = struct.unpack('HHHH', packed)

Completed in 827 milliseconds

1234567891011>>