Searched refs:packed (Results 201 - 225 of 396) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/
H A Diso_fs.h140 } __attribute__((packed));
157 } __attribute__((packed));
H A Dphonet.h65 } __attribute__((packed));
107 } __attribute__((packed));
H A Dif_pppox.h122 } __attribute__ ((packed));
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_type.cpp88 ubo_layout_mask.flags.q.packed = 1;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_field.cc336 if (descriptor_->options().packed() &&
527 if (descriptor_->options().packed()) {
558 if (descriptor_->options().packed()) {
570 // cache the data size for packed fields.
571 if (descriptor_->options().packed()) {
H A Djava_string_field.cc457 if (descriptor_->options().packed() &&
648 if (descriptor_->options().packed()) {
681 if (descriptor_->options().packed()) {
693 // cache the data size for packed fields.
694 if (descriptor_->options().packed()) {
H A Djava_primitive_field.cc533 if (descriptor_->options().packed() &&
704 if (descriptor_->options().packed()) {
742 if (descriptor_->options().packed()) {
754 // cache the data size for packed fields.
755 if (descriptor_->options().packed()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.cpp261 GrGlyph* GrTextStrike::generateGlyph(GrGlyph::PackedID packed, argument
265 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) {
269 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
275 glyph->init(packed, bounds);
H A DGrTextStrike.h76 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
/external/clang/test/CodeGen/
H A Dconst-init.c120 struct g22 {int x;} __attribute((packed));
/external/elfutils/0.153/lib/
H A Dsystem.h124 } __attribute__ ((packed));
/external/iproute2/include/linux/
H A Dif_ether.h131 } __attribute__((packed));
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_bsg_fc.h293 } __attribute__((packed));
/external/mesa3d/src/glsl/
H A Dast_type.cpp88 ubo_layout_mask.flags.q.packed = 1;
/external/skia/src/gpu/
H A DGrTextStrike.h68 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
/external/clang/test/SemaCXX/
H A Dclass-layout.cpp35 struct __attribute__((packed)) E {
42 struct __attribute__((packed)) F : E {
56 } __attribute__((packed));
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp182 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; local
183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
184 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
288 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; local
289 const int componentCount = (packed) ? (4) : (2);
290 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
291 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
389 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; local
390 const int componentCount = (packed) ? (4) : (2);
392 const int alignment = (packed)
[all...]
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec36 packed pixel formats and types which pack both stencil and depth
106 Add to the description of packed pixel formats:
171 The assignment of elements to fields in the packed pixel is as
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c59 uint8_t packed[4]; local
62 packed[0] = pixel;
63 packed[1] = pixel >> 8;
64 packed[2] = pixel >> 16;
65 packed[3] = pixel >> 24;
66 format_desc->unpack_rgba_float(color, 0, packed, 0, 1, 1);
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec36 packed pixel formats and types which pack both stencil and depth
106 Add to the description of packed pixel formats:
171 The assignment of elements to fields in the packed pixel is as
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c59 uint8_t packed[4]; local
62 packed[0] = pixel;
63 packed[1] = pixel >> 8;
64 packed[2] = pixel >> 16;
65 packed[3] = pixel >> 24;
66 format_desc->unpack_rgba_float(color, 0, packed, 0, 1, 1);
/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h521 } __attribute__ ((packed));
529 } __attribute__ ((packed));
545 } __attribute__ ((packed));
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util_chromeos.cc34 } __attribute__((packed));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h132 // of packed repeated fields.
169 // Computes the byte size of a field, excluding tags. For packed fields, it
201 if (field->options().packed()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h88 // clipparams are packed in 5 bits
96 static inline SkRegion::Op ClipParams_unpackRegionOp(uint32_t packed) { argument
97 return (SkRegion::Op)(packed & 0xF);
100 static inline bool ClipParams_unpackDoAA(uint32_t packed) { argument
101 return SkToBool((packed >> 4) & 1);

Completed in 471 milliseconds

1234567891011>>