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

1 2

  /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/include/lib/el3_runtime/aarch32/
context.h 38 } __aligned(8) name##_t
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/
plat_secondary.c 34 __aligned(8) const uint32_t armv8_trampoline[] = {
  /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
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_private.h 47 } __aligned(CACHE_WRITEBACK_GRANULE) work_statistics_t;
51 } __aligned(CACHE_WRITEBACK_GRANULE) tsp_args_t;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
xlat_tables_v2_helpers.h 137 __aligned(XLAT_TABLE_SIZE) __section("xlat_table"); \
141 __aligned(GET_NUM_BASE_LEVEL_ENTRIES(_virt_addr_space_size) \
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/aarch32/
xlat_tables.c 23 __aligned(NUM_BASE_LEVEL_ENTRIES * sizeof(uint64_t));
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_bl2_setup.c 18 static meminfo_t uniphier_bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
  /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/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
cpu_data.h 99 } __aligned(CACHE_WRITEBACK_GRANULE) cpu_data_t;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h 62 int mc_fpstate[128] __aligned(16);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/pmf/
pmf_helpers.h 51 __aligned(CACHE_WRITEBACK_GRANULE) \
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/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/xlat_tables/aarch64/
xlat_tables.c 26 __aligned(NUM_BASE_LEVEL_ENTRIES * sizeof(uint64_t));
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
bl2_plat_setup.c 37 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
test_per_cpu_allocator_module.c 180 } __aligned(2048);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl2_setup.c 25 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);
73 __aligned(CACHE_WRITEBACK_GRANULE) = {
  /external/syslinux/gpxe/src/include/
compiler.h 500 #define __aligned __attribute__ (( aligned ( 16 ) )) macro
525 #define __shared __asm__ ( "_shared_bss" ) __aligned
  /external/syslinux/core/legacynet/
core.c 9 static __lowmem char packet_buf[PKTBUF_SIZE] __aligned(16);
  /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
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 37 __aligned(XLAT_TABLE_SIZE) __section("xlat_table");
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_setup.c 48 static meminfo_t bl2_tzram_layout __aligned(CACHE_WRITEBACK_GRANULE);

Completed in 851 milliseconds

1 2