Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dcompiler-gcc.h118 #define __aligned(x) __attribute__((aligned(x))) macro
/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-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-freebsd8/
DIN.py36 def __aligned(x): return __attribute__((__aligned__(x))) function
40 def __aligned(x): return __attribute__((__aligned__(x))) function