/external/qemu/block/ |
qcow2-snapshot.c | 29 typedef struct __attribute__((packed)) QCowSnapshotHeader {
|
/external/qemu/elff/ |
dwarf_defs.h | 24 /* DWARF structures are packed to 1 byte. */
25 #define ELFF_PACKED __attribute__ ((packed))
[all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 357 #define STRUCT_PACKED __attribute__ ((packed))
|
/hardware/qcom/msm8x74/kernel-headers/linux/mfd/wcd9xxx/ |
wcd9320_registers.h | [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/wcd9xxx/ |
wcd9320_registers.h | [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_defs.h | 24 /* DWARF structures are packed to 1 byte. */ 25 #define ELFF_PACKED __attribute__ ((packed))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 31 The method used to do this here ("__attribute__((packed)") is 41 right thing if we use the "packed" attribute on each struct 484 } __attribute__((packed)) wavefront_alias;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 31 The method used to do this here ("__attribute__((packed)") is 41 right thing if we use the "packed" attribute on each struct 484 } __attribute__((packed)) wavefront_alias;
|
/prebuilts/sdk/renderscript/clang-include/ |
avxintrin.h | 773 } __attribute__((packed, may_alias)); 782 } __attribute__((packed, may_alias)); 797 } __attribute__((packed, may_alias)); [all...] |
/system/core/include/private/pixelflinger/ |
ggl_context.h | 533 uint32_t packed; member in struct:android::context_t
|
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 58 parts.packed = 0; 116 // just use a packed version of the color and extract the 128 parts.packed = (!mTextureMachine.mask && !mBlending 131 if (load || parts.packed) { 133 comment("load initial iterated color (8888 packed)"); 138 comment("load initial iterated color (dest format packed)"); 160 CONTEXT_LOAD(parts.iterated.reg, packed); 192 // iterated colors are packed, extract the one we need 705 // this is a packed format, and we don't support [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
wire_format.cc | 199 // Can't have packed fields of these types: these should be caught by 207 // Non-packed value (value_format == NORMAL_FORMAT) 456 const bool is_packed = field->options().packed(); 622 if (field->options().packed()) { 624 // Packed fields get serialized like a string, not their native type.
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.am | 406 src/packed-cache-inl.h \ 585 WINDOWS_PROJECTS += vsprojects/packed-cache_test/packed-cache_test.vcproj 586 packed_cache_test_SOURCES = src/tests/packed-cache_test.cc [all...] |
/external/chromium_org/v8/test/mjsunit/ |
array-constructor-feedback.js | 233 // Test: create array with packed feedback, then optimize/inline
|
/external/elfutils/src/ |
i386_ld.c | 313 } __attribute__ ((packed)); 358 } __attribute__ ((packed)); [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
idct_dequant_full_2x_neon.asm | 157 ; input is still packed. pre was read interleaved
|
/external/oprofile/events/i386/atom/ |
events | 67 event:0xB3 counters:0,1 um:simd_uop_type_exec minimum:6000 name:SIMD_UOP_TYPE_EXEC : SIMD packed microops executed
|
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 502 // Can't have packed fields of these types: these should be caught by 510 // Non-packed value (value_format == NORMAL_FORMAT) 759 const bool is_packed = field->options().packed(); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 1546 LLVMValueRef packed, packed_lo, packed_hi; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.c | 1440 uint32_t packed = packed_map[y * map->w + x]; local [all...] |
/external/chromium_org/v8/src/ |
builtins.cc | 758 bool packed = true; local 762 packed = false; 766 if (packed) { [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 1546 LLVMValueRef packed, packed_lo, packed_hi; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.c | 1440 uint32_t packed = packed_map[y * map->w + x]; local [all...] |