bound 81 maint/gnulib/lib/getdtablesize.c unsigned int bound; bound 82 maint/gnulib/lib/getdtablesize.c for (bound = 0x10000; _setmaxstdio_nothrow (bound) < 0; bound = bound / 2) bound 85 maint/gnulib/lib/getdtablesize.c dtablesize = bound; bound 47 maint/gnulib/tests/test-fstrcmp.c double bound = expected * 0.5; /* implies bound <= expected */ bound 48 maint/gnulib/tests/test-fstrcmp.c volatile double result = fstrcmp_bounded (string1, string2, bound); bound 53 maint/gnulib/tests/test-fstrcmp.c double bound = (1 + expected) * 0.5; bound 54 maint/gnulib/tests/test-fstrcmp.c if (expected < bound) bound 56 maint/gnulib/tests/test-fstrcmp.c volatile double result = fstrcmp_bounded (string1, string2, bound); bound 57 maint/gnulib/tests/test-fstrcmp.c if (!(result < bound))