/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
usb_ch9.h | 79 } __attribute__ ((packed)); 112 } __attribute__ ((packed)); 130 } __attribute__ ((packed)); 161 } __attribute__ ((packed)); 175 } __attribute__ ((packed)); 188 } __attribute__ ((packed)); 203 } __attribute__ ((packed)); 229 } __attribute__ ((packed)); 236 } __attribute__ ((packed)); 259 } __attribute__ ((packed)); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 143 * @param desc the pixel format for the packed pixel value 144 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM 151 LLVMValueRef packed) 172 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context)); 174 /* Broadcast the packed value to all four channels 175 * before: packed = BGRA 176 * after: packed = {BGRA, BGRA, BGRA, BGRA} 178 packed = LLVMBuildInsertElement(builder, 180 packed, 183 packed = LLVMBuildShuffleVector(builder 269 LLVMValueRef packed = NULL; local 398 LLVMValueRef packed; local 442 LLVMValueRef packed; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 143 * @param desc the pixel format for the packed pixel value 144 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM 151 LLVMValueRef packed) 172 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context)); 174 /* Broadcast the packed value to all four channels 175 * before: packed = BGRA 176 * after: packed = {BGRA, BGRA, BGRA, BGRA} 178 packed = LLVMBuildInsertElement(builder, 180 packed, 183 packed = LLVMBuildShuffleVector(builder 269 LLVMValueRef packed = NULL; local 398 LLVMValueRef packed; local 442 LLVMValueRef packed; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
SwitchData.java | 28 * in either a "packed" or "sparse" form. 46 /** whether the output table will be packed (vs. sparse) */ 47 private final boolean packed; field in class:SwitchData 89 this.packed = shouldPack(cases); 95 return packed ? (int) packedCodeSize(cases) : 106 if (packed) { 152 * Returns whether or not this instance's data will be output as packed. 154 * @return {@code true} iff the data is to be packed 157 return packed; 183 sb.append(packed ? "packed" : "sparse") [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
SwitchData.java | 29 * in either a "packed" or "sparse" form. 47 /** whether the output table will be packed (vs. sparse) */ 48 private final boolean packed; field in class:SwitchData 90 this.packed = shouldPack(cases); 96 return packed ? (int) packedCodeSize(cases) : 107 if (packed) { 153 * Returns whether or not this instance's data will be output as packed. 155 * @return {@code true} iff the data is to be packed 158 return packed; 184 sb.append(packed ? "packed" : "sparse") [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
SwitchData.java | 29 * in either a "packed" or "sparse" form. 47 /** whether the output table will be packed (vs. sparse) */ 48 private final boolean packed; field in class:SwitchData 90 this.packed = shouldPack(cases); 96 return packed ? (int) packedCodeSize(cases) : 107 if (packed) { 153 * Returns whether or not this instance's data will be output as packed. 155 * @return {@code true} iff the data is to be packed 158 return packed; 184 sb.append(packed ? "packed" : "sparse") [all...] |
/external/elfutils/src/ |
unaligned.h | 55 } __attribute__((packed)); 61 } __attribute__((packed)); 67 } __attribute__((packed));
|
/bionic/libc/kernel/arch-arm/asm/ |
statfs.h | 52 } __attribute__ ((packed,aligned(4)));
|
/bionic/libc/kernel/common/linux/ |
genhd.h | 60 } __attribute__((packed));
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/development/ndk/platforms/android-3/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/external/clang/test/CodeGen/ |
2009-07-22-StructLayout.c | 20 } __attribute__ ((packed));
|
pragma-pack-1.c | 47 #pragma align=packed
|
/external/clang/test/Parser/ |
pragma-options.c | 28 #pragma align=packed
|
/external/clang/test/Sema/ |
attr-decl-after-definition.c | 34 packed // expected-warning {{must precede definition}}
|
/external/iproute2/include/linux/ |
gen_stats.h | 28 } __attribute__ ((packed));
|
/hardware/libhardware/include/hardware/ |
bt_sock.h | 37 } __attribute__((packed)) sock_connect_signal_t;
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 53 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ 55 ((reg) = ((packed >> 16) & (0xff))); \ 56 ((mask) = ((packed >> 8) & (0xff))); \ 57 ((val) = ((packed) & (0xff))); \
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/ |
msm-adie-codec.h | 53 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) \ 55 ((reg) = ((packed >> 16) & (0xff))); \ 56 ((mask) = ((packed >> 8) & (0xff))); \ 57 ((val) = ((packed) & (0xff))); \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|