Searched refs:fits_in_uint (Results 1 – 4 of 4) sorted by relevance
31 AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],32 [#include <stddef.h>], [fits_in_uint=])33 if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then34 if test $fits_in_uint = 1; then44 [fits_in_uint=0])49 if test $fits_in_uint = 1; then
2433 _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,2435 if test "$fits_in_uint" = 1; then2441 ], [], fits_in_uint=0)2444 if test "$fits_in_uint" = 1; then
7643 if test "$fits_in_uint" = 1; then7659 fits_in_uint=07664 if test "$fits_in_uint" = 1; then
28646 fits_in_uint=28649 if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then28650 if test $fits_in_uint = 1; then28666 fits_in_uint=028670 if test $fits_in_uint = 1; then