Searched defs:FILLER_SIZE (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Drefcount-tests.c43 #define FILLER_SIZE 32 macro
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; _counte
[all...]

Completed in 255 milliseconds