Home
last modified time | relevance | path

Searched defs:__aligned (Results 1 – 9 of 9) sorted by relevance

/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dsetjmp_.h26 typedef uint64_t jmp_buf[JMP_SIZE] __aligned(16); typedef
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dnx.h15 #define __aligned(x) __attribute__((aligned(x))) macro
/external/arm-trusted-firmware/include/lib/libc/
Dcdefs.h15 #define __aligned(x) __attribute__((__aligned__(x))) macro
/external/libtraceevent/include/linux/
Dcompiler-gcc.h49 #define __aligned(x) __attribute__((aligned(x))) macro
/external/linux-kselftest/tools/testing/selftests/sgx/
Ddefines.h14 #define __aligned(x) __attribute__((__aligned__(x))) macro
/external/arm-trusted-firmware/include/arch/aarch32/
Dsmccc_helpers.h86 } smc_ctx_t __aligned(8); typedef
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function