Searched refs:C_ALLOC_ALIGNED_CHECK2 (Results 1 – 2 of 2) sorted by relevance
290 #define WORD_ALIGNED(x) C_ALLOC_ALIGNED_CHECK2((const void *)(x), 2);291 #define DWORD_ALIGNED(x) C_ALLOC_ALIGNED_CHECK2((const void *)(x), 4);
345 #define C_ALLOC_ALIGNED_CHECK2(x, y) macro