HomeSort by relevance Sort by last modified time
    Searched refs:_static_assert (Results 1 - 3 of 3) sorted by null

  /external/libese/libese-sysdeps/include/ese/
sysdeps.h 33 /* Mimic C11 _Static_assert behavior for a C99 world. */
34 #ifndef _static_assert
35 #define _static_assert(what, why) { while (!(1 / (!!(what)))); } macro
  /external/libese/libese-teq1/
teq1.c 583 _static_assert(TEQ1HEADER_SIZE == sizeof(struct Teq1Header),
585 _static_assert(TEQ1FRAME_SIZE == sizeof(struct Teq1Frame),
  /external/libese/libese-hw/nxp/pn80t/
common.c 56 _static_assert(sizeof(ese->pad) >= sizeof(struct NxpState *),

Completed in 755 milliseconds