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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h260 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v macro
263 #define DECLARE_ASM_CONST(n,t,v) static const t v attribute_used __attribute__ ((aligned (n))) macro
266 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v macro
271 #define DECLARE_ASM_CONST(n,t,v) static const t v macro

Completed in 82 milliseconds