Searched refs:fits_in_uint (Results 1 – 1 of 1) sorted by relevance
3700 AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],3701 [#include <stddef.h>], [fits_in_uint=])3702 if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then3703 if test $fits_in_uint = 1; then3713 [fits_in_uint=0])3718 if test $fits_in_uint = 1; then