HomeSort by relevance Sort by last modified time
    Searched defs:__aligned (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-3/include/sys/
cdefs.h 219 #define __aligned(x) __attribute__((__aligned__(x))) macro
223 #define __aligned(x) /* delete */ macro
227 #define __aligned(x) error: no __aligned for this compiler macro
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 188 #define __aligned(x) __attribute__((__aligned__(x))) macro
192 #define __aligned(x) /* delete */ macro
196 #define __aligned(x) error: no __aligned for this compiler macro
  /bionic/libc/include/sys/
cdefs.h 211 #define __aligned(x) __attribute__((__aligned__(x))) macro
215 #define __aligned(x) /* delete */ macro
219 #define __aligned(x) error: no __aligned for this compiler macro
  /development/ndk/platforms/android-L/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

Completed in 691 milliseconds