Home
last modified time | relevance | path

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

/external/syslinux/com32/include/klibc/
Dcompiler.h132 #define __aligned(x) __attribute__((aligned(x))) macro
/external/syslinux/gpxe/src/include/
Dcompiler.h500 #define __aligned __attribute__ (( aligned ( 16 ) )) macro
/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-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