Home
last modified time | relevance | path

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

/sof-3.4.0/src/include/sof/
Dcommon.h188 #define ASSUME_ALIGNED(x, a) x macro
195 #define ASSUME_ALIGNED(x, a) ((typeof(x))__builtin_assume_aligned((x), a)) macro