/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 36 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/ |
xorg_composite.c | 59 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/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_primitive_field.cc | 417 if (descriptor_->options().packed()) { 479 if (descriptor_->options().packed()) { 511 if (descriptor_->options().packed()) {
|
/art/runtime/arch/x86/ |
thread_x86.cc | 35 } __attribute__((packed));
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_primitive_field.cc | 533 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/protobuf/src/google/protobuf/ |
wire_format.h | 132 // of packed repeated fields. 169 // Computes the byte size of a field, excluding tags. For packed fields, it 201 if (field->options().packed()) {
|
extension_set.h | 294 void AddInt32 (int number, FieldType type, bool packed, int32 value, desc); 295 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc); 296 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc); 297 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc); 298 void AddFloat (int number, FieldType type, bool packed, float value, desc); 299 void AddDouble(int number, FieldType type, bool packed, double value, desc); 300 void AddBool (int number, FieldType type, bool packed, bool value, desc); 301 void AddEnum (int number, FieldType type, bool packed, int value, desc); 474 // For repeated types, this indicates if the [packed=true] option is set. 477 // For packed fields, the size of the packed data is recorded here whe [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPictureFlat.h | 84 // clipparams are packed in 5 bits 92 static inline SkRegion::Op ClipParams_unpackRegionOp(uint32_t packed) { 93 return (SkRegion::Op)(packed & 0xF); 96 static inline bool ClipParams_unpackDoAA(uint32_t packed) { 97 return SkToBool((packed >> 4) & 1);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike.cpp | 259 GrGlyph* GrTextStrike::generateGlyph(GrGlyph::PackedID packed, 262 if (!scaler->getPackedGlyphBounds(packed, &bounds)) { 276 glyph->init(packed, bounds); 277 fCache.insert(packed, glyph); 308 // but must shrink back down to get the packed glyph data
|
GrBitmapTextContext.cpp | 122 void GrBitmapTextContext::drawPackedGlyph(GrGlyph::PackedID packed, 136 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
|
/external/clang/test/CodeGen/ |
const-init.c | 120 struct g22 {int x;} __attribute((packed));
|
override-layout.c | 7 // If not explicitly disabled, set PACKED to the packed attribute. 8 #ifndef PACKED 9 # define PACKED __attribute__((packed)) 19 int x[6] PACKED; 28 } PACKED; 33 struct PACKED X2 { 42 short x PACKED; 59 struct PACKED X5 { double a[19]; signed char b; } [all...] |
/external/clang/test/CodeGenCXX/ |
pod-member-memcpys.cpp | 89 struct __attribute__((packed)) PackedMembers {
|
/external/kernel-headers/original/linux/ |
if_ether.h | 122 } __attribute__((packed));
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 316 boolean packed = false; 322 packed = false; // Normal, unpacked value. 328 packed = true; // Packed value. 337 if (packed) {
|
/external/qemu/block/ |
parallels.c | 46 } __attribute__((packed));
|
/external/skia/src/core/ |
SkPictureFlat.h | 84 // clipparams are packed in 5 bits 92 static inline SkRegion::Op ClipParams_unpackRegionOp(uint32_t packed) { 93 return (SkRegion::Op)(packed & 0xF); 96 static inline bool ClipParams_unpackDoAA(uint32_t packed) { 97 return SkToBool((packed >> 4) & 1);
|
/external/skia/src/gpu/ |
GrTextStrike.cpp | 259 GrGlyph* GrTextStrike::generateGlyph(GrGlyph::PackedID packed, 262 if (!scaler->getPackedGlyphBounds(packed, &bounds)) { 276 glyph->init(packed, bounds); 277 fCache.insert(packed, glyph); 308 // but must shrink back down to get the packed glyph data
|
/external/wpa_supplicant_8/src/utils/ |
radiotap.c | 34 } __attribute__((packed)) *__ptr = (void *) (p); \
|
/hardware/ti/wpan/tools/FM/service/src/jni/ |
JFmTxNative.h | 206 } __attribute__ ((packed));
|
/system/core/adb/ |
usb_linux_client.c | 64 } __attribute__((packed)) fs_descs, hs_descs; 65 } __attribute__((packed)) descriptors = { 133 } __attribute__((packed)) lang0; 134 } __attribute__((packed)) strings = {
|
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/external/chromium_org/mojo/public/bindings/generators/ |
mojom_js_generator.py | 44 def PayloadSize(packed): 45 packed_fields = packed.packed_fields 140 "packed": packed_struct,
|
/external/chromium_org/third_party/skia/include/core/ |
SkColorPriv.h | 202 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) 203 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) 204 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) 205 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24)
|