![]() |
Mixxx
|
#include "defs.h"

Go to the source code of this file.
Classes | |
| class | SampleUtil |
Defines | |
| #define | _ALIGN_16 |
| #define | _ALIGN_STACK |
| #define | assert_aligned(data) (Q_ASSERT(reinterpret_cast<int64_t>(data) % 16 == 0)); |
| #define _ALIGN_16 |
Definition at line 18 of file sampleutil.h.
| #define _ALIGN_STACK |
Definition at line 19 of file sampleutil.h.
| #define assert_aligned | ( | data | ) | (Q_ASSERT(reinterpret_cast<int64_t>(data) % 16 == 0)); |
Definition at line 30 of file sampleutil.h.