MobilityDB 1.3
Loading...
Searching...
No Matches

◆ MemSetTest

#define MemSetTest (   val,
  len 
)
Value:
( ((len) & LONG_ALIGN_MASK) == 0 && \
(len) <= MEMSET_LOOP_LIMIT && \
MEMSET_LOOP_LIMIT != 0 && \
(val) == 0 )
#define LONG_ALIGN_MASK
Definition: c.h:1014