Home
last modified time | relevance | path

Searched defs:ALIGN_STRUCT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pffft/
H A Dsse2neon.h63 #define ALIGN_STRUCT(x) __attribute__((aligned(x))) macro
71 #define ALIGN_STRUCT(x) __declspec(align(x)) macro
/aosp_15_r20/external/gmmlib/third_party/sse2neon/
H A Dsse2neon.h74 #define ALIGN_STRUCT(x) __attribute__((aligned(x))) macro
88 #define ALIGN_STRUCT(x) __declspec(align(x)) macro