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

  /external/iproute2/include/
bpf_scm.h 51 BUILD_BUG_ON(sizeof(msg->msg_buf) < cmsg_ctl_len);
utils.h 208 #define BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)]))
  /external/fio/
configure 500 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
503 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);
    [all...]
  /external/iproute2/misc/
ss.c     [all...]

Completed in 1409 milliseconds