HomeSort by relevance Sort by last modified time
    Searched full:__aligned (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aufs_type.h 126 #ifndef __aligned
127 #define __aligned(x) __attribute__((aligned(x))) macro
137 } __aligned(8);
146 } __aligned(8);
185 } __aligned(8);
192 } __aligned(8);
199 } __aligned(8);
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_private.h 67 } __aligned(CACHE_WRITEBACK_GRANULE) work_statistics_t;
71 } __aligned(CACHE_WRITEBACK_GRANULE) tsp_args_t;
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 50 } __aligned(4);
60 } __aligned(4);
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
cpu_data.h 89 } __aligned(CACHE_WRITEBACK_GRANULE) cpu_data_t;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 225 #define __aligned(x) __attribute__((__aligned__(x))) macro
229 #define __aligned(x) /* delete */ macro
233 #define __aligned(x) error: no __aligned for this compiler macro
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h 62 int mc_fpstate[128] __aligned(16);
  /external/syslinux/com32/include/klibc/
compiler.h 132 #define __aligned(x) __attribute__((aligned(x))) macro
  /external/syslinux/com32/lib/sys/vesa/
screencpy.c 72 char rowbuf[bytes + 4] __aligned(4);
  /device/asus/fugu/kernel-headers/linux/
kct.h 60 } __aligned(4);
71 } __aligned(4);
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
cdefs.h 187 #define __aligned(x) macro
199 /* XXX Find out what to do for __packed, __aligned and __section */
207 #define __aligned(x) __attribute__((__aligned__(x))) macro
216 #define __aligned(x) __attribute__((__aligned__(x))) macro
239 #define _Alignas(x) __aligned(x)
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
xlat_tables.c 57 __aligned(NUM_L1_ENTRIES * sizeof(uint64_t));
60 __aligned(XLAT_TABLE_SIZE) __attribute__((section("xlat_table")));
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 214 #define __aligned(x) __attribute__((__aligned__(x))) macro
218 #define __aligned(x) /* delete */ macro
222 #define __aligned(x) error: no __aligned for this compiler macro
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
test_per_cpu_allocator_module.c 180 } __aligned(2048);
  /external/syslinux/core/legacynet/
core.c 9 static __lowmem char packet_buf[PKTBUF_SIZE] __aligned(16);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro

Completed in 829 milliseconds

1 2 3 4 5