Home
last modified time | relevance | path

Searched refs:fits_in_uint (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/
Daclocal.m43700 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"; then
3703 if test $fits_in_uint = 1; then
3713 [fits_in_uint=0])
3718 if test $fits_in_uint = 1; then