HomeSort by relevance Sort by last modified time
    Searched full:__aligned (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 208 #define __aligned(x) __attribute__((__aligned__(x))) macro
212 #define __aligned(x) /* delete */ macro
216 #define __aligned(x) error: no __aligned for this compiler macro
  /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/include/bl31/
context.h 194 } __aligned(16) name##_t
  /external/syslinux/gpxe/src/include/
compiler.h 500 #define __aligned __attribute__ (( aligned ( 16 ) )) macro
525 #define __shared __asm__ ( "_shared_bss" ) __aligned
  /tools/repohooks/tools/
checkpatch.pl     [all...]
  /external/syslinux/gpxe/src/
doxygen.cfg     [all...]

Completed in 632 milliseconds

1 2 3 45