SIZE              186 maint/gnulib/lib/bitset.h #define bitset_resize(DST, SIZE) BITSET_RESIZE_ (DST, SIZE)
SIZE              176 maint/gnulib/lib/bitset/base.h #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
SIZE              160 maint/gnulib/lib/isnan.c       return (memcmp (&m.value, &plus_inf, SIZE) != 0
SIZE              161 maint/gnulib/lib/isnan.c               && memcmp (&m.value, &minus_inf, SIZE) != 0);
SIZE              177 maint/gnulib/lib/isnan.c       memset (&m1.value, 0, SIZE);
SIZE              178 maint/gnulib/lib/isnan.c       memset (&m2.value, 0, SIZE);
SIZE              181 maint/gnulib/lib/isnan.c       if (memcmp (&m1.value, &m2.value, SIZE) != 0)
SIZE              100 maint/gnulib/lib/xsize.h #define size_overflow_p(SIZE) \
SIZE              101 maint/gnulib/lib/xsize.h   ((SIZE) == SIZE_MAX)
SIZE              103 maint/gnulib/lib/xsize.h #define size_in_bounds_p(SIZE) \
SIZE              104 maint/gnulib/lib/xsize.h   ((SIZE) != SIZE_MAX)
SIZE               78 maint/gnulib/tests/test-tsearch.c static int x[SIZE];
SIZE               82 maint/gnulib/tests/test-tsearch.c static int y[SIZE];
SIZE               85 maint/gnulib/tests/test-tsearch.c static int z[SIZE];
SIZE               89 maint/gnulib/tests/test-tsearch.c static int depths[SIZE];
SIZE              107 maint/gnulib/tests/test-tsearch.c   for (i = 0; i < SIZE; ++i)
SIZE              112 maint/gnulib/tests/test-tsearch.c       j = random () % SIZE;
SIZE              177 maint/gnulib/tests/test-tsearch.c       for (i = 0; i < SIZE; ++i)
SIZE              182 maint/gnulib/tests/test-tsearch.c   for (i = 0; i < SIZE + lag; ++i)
SIZE              194 maint/gnulib/tests/test-tsearch.c             k = y[(SIZE - i - 1 + lag) % SIZE];
SIZE              195 maint/gnulib/tests/test-tsearch.c           j = y[i % SIZE];
SIZE              204 maint/gnulib/tests/test-tsearch.c           k = SIZE - i - 1 + lag;
SIZE              205 maint/gnulib/tests/test-tsearch.c           j = SIZE - i - 1;
SIZE              218 maint/gnulib/tests/test-tsearch.c           if (i < SIZE)
SIZE              276 maint/gnulib/tests/test-tsearch.c   for (i = 0; i < SIZE; ++i)
SIZE              292 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              296 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              300 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              307 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              311 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              315 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              322 maint/gnulib/tests/test-tsearch.c       walk_tree (root, SIZE);
SIZE              325 maint/gnulib/tests/test-tsearch.c       for (j = 1; j < SIZE; j *= 2)
SIZE              335 maint/gnulib/tests/test-tsearch.c   for (i = 1; i < SIZE; i *= 2)