/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
statfs.h | 41 } __attribute__ ((packed,aligned(4)));
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
genhd.h | 53 } __attribute__((packed));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_tile.c | 462 void *packed; local 468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); 469 if (!packed) { 477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0); 479 pipe_tile_raw_to_rgba(format, packed, w, h, p, dst_stride); 481 FREE(packed); 503 void *packed; local 508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); 510 if (!packed) 515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);* 554 void *packed; local 582 void *packed; local 877 void *packed; local 908 void *packed; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_tile.c | 462 void *packed; local 468 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); 469 if (!packed) { 477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0); 479 pipe_tile_raw_to_rgba(format, packed, w, h, p, dst_stride); 481 FREE(packed); 503 void *packed; local 508 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); 510 if (!packed) 515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);* 554 void *packed; local 582 void *packed; local 877 void *packed; local 908 void *packed; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 73 (*fetch_ptr_t)(void *unpacked, const void *packed, 166 fetch_ptr(unpacked, test->packed, j, i); 185 printf(" Packed: %02x %02x %02x %02x\n", 186 test->packed[0], test->packed[1], test->packed[2], test->packed[3]); 251 fetch_ptr(unpacked, test->packed, j, i); 269 printf(" Packed: %02x %02x %02x %02x\n", 270 test->packed[0], test->packed[1], test->packed[2], test->packed[3]) [all...] |
/external/kernel-headers/original/linux/mtd/ |
cfi.h | 120 } __attribute__((packed)); 128 } __attribute__((packed)); 147 } __attribute__((packed)); 155 } __attribute__((packed)); 163 } __attribute__((packed)); 172 } __attribute__((packed)); 181 } __attribute__((packed)); 200 } __attribute__((packed)); 212 } __attribute__((packed)); 217 } __attribute__((packed)); [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 73 (*fetch_ptr_t)(void *unpacked, const void *packed, 166 fetch_ptr(unpacked, test->packed, j, i); 185 printf(" Packed: %02x %02x %02x %02x\n", 186 test->packed[0], test->packed[1], test->packed[2], test->packed[3]); 251 fetch_ptr(unpacked, test->packed, j, i); 269 printf(" Packed: %02x %02x %02x %02x\n", 270 test->packed[0], test->packed[1], test->packed[2], test->packed[3]) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
bocu1tst.c | 126 /* The length of a byte sequence, according to its packed form. */ 127 #define BOCU1_LENGTH_FROM_PACKED(packed) \ 128 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4) 273 * and return a packed integer with them. 330 /* encode the length of the packed result */ 359 * @return the packed 1/2/3/4-byte encoding, see packDiff(), 599 * Write a packed BOCU-1 byte sequence into a byte array, 603 * @param packed packed BOCU-1 byte sequence, see packDiff( 679 int32_t packed, initialPrev; local [all...] |
/external/icu4c/test/cintltst/ |
bocu1tst.c | 127 /* The length of a byte sequence, according to its packed form. */ 128 #define BOCU1_LENGTH_FROM_PACKED(packed) \ 129 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4) 274 * and return a packed integer with them. 331 /* encode the length of the packed result */ 360 * @return the packed 1/2/3/4-byte encoding, see packDiff(), 600 * Write a packed BOCU-1 byte sequence into a byte array, 604 * @param packed packed BOCU-1 byte sequence, see packDiff( 680 int32_t packed, initialPrev; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format.h | 92 LLVMValueRef packed, 98 LLVMValueRef packed,
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState.h | 193 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) 194 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) 197 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) 198 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16)
|
/external/chromium_org/third_party/skia/src/gpu/ |
SkGrFontScaler.cpp | 105 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, 107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), 108 GrGlyph::UnpackFixedX(packed), 109 GrGlyph::UnpackFixedY(packed)); 141 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, 144 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), 145 GrGlyph::UnpackFixedX(packed), 146 GrGlyph::UnpackFixedY(packed));
|
/external/clang/test/CodeGen/ |
bitfield.c | 60 unsigned b:28 __attribute__ ((packed)); 64 signed b:28 __attribute__ ((packed));
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format.h | 92 LLVMValueRef packed, 98 LLVMValueRef packed,
|