Home
last modified time | relevance | path

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

/external/libvpx/vpx_ports/
Dmem.h18 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) macro
20 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val macro
23 #define DECLARE_ALIGNED(n,typ,val) typ val macro