Home
last modified time | relevance | path

Searched refs:__COMPILE_ASSERT (Results 1 – 1 of 1) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dcompiler.h36 #define __COMPILE_ASSERT(cond) ((void)sizeof(char[1 - 2 * !(cond)])) macro
37 #define _COMPILE_ASSERT(cond) __COMPILE_ASSERT(cond)