Searched refs:_static_assert (Results 1 – 4 of 4) sorted by relevance
34 #ifndef _static_assert35 #define _static_assert(what, why) { while (!(1 / (!!(what)))); } macro
56 _static_assert(sizeof(ese->pad) >= sizeof(struct NxpState *), in nxp_pn80t_open()
583 _static_assert(TEQ1HEADER_SIZE == sizeof(struct Teq1Header), in teq1_transceive()585 _static_assert(TEQ1FRAME_SIZE == sizeof(struct Teq1Frame), in teq1_transceive()
110 fn _static_assert() {