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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dmem.h19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) macro
21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val macro
24 #define DECLARE_ALIGNED(n,typ,val) typ val macro

Completed in 2371 milliseconds