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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem.h 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n)))
21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val
24 #define DECLARE_ALIGNED(n,typ,val) typ val
  /external/libvpx/libvpx/vpx_ports/
mem.h 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n)))
21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val
24 #define DECLARE_ALIGNED(n,typ,val) typ val
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mem.h 43 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
46 #define DECLARE_ALIGNED(n,t,v) \
53 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
56 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v
59 #define DECLARE_ALIGNED(n,t,v) t v

Completed in 100 milliseconds