Lines Matching defs:FILLER_SIZE
43 #define FILLER_SIZE 32
47 char a[FILLER_SIZE];
48 char b[FILLER_SIZE];
52 char a[FILLER_SIZE];
54 char b[FILLER_SIZE];
58 char a[FILLER_SIZE];
59 char b[FILLER_SIZE];
64 memset((target)->a, 'a', FILLER_SIZE); \
65 memset((target)->b, 'b', FILLER_SIZE); \
70 for (_counter = 0; _counter < FILLER_SIZE; _counter++) { \
72 #target "->a[%d] of size %d", _counter, FILLER_SIZE); \
74 #target "->b[%d] of size %d", _counter, FILLER_SIZE); \