Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dsetjmp_.h26 typedef uint64_t jmp_buf[JMP_SIZE] __aligned(16); typedef
/external/arm-trusted-firmware/include/lib/libc/
Dcdefs.h15 #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-freebsd8/
DIN.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function
/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