Home
last modified time | relevance | path

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

/external/bison/m4/
Dsize_max.m431 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"; then
34 if test $fits_in_uint = 1; then
44 [fits_in_uint=0])
49 if test $fits_in_uint = 1; then
/external/e2fsprogs/
Daclocal.m42433 _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,
2435 if test "$fits_in_uint" = 1; then
2441 ], [], fits_in_uint=0)
2444 if test "$fits_in_uint" = 1; then
Dconfigure7643 if test "$fits_in_uint" = 1; then
7659 fits_in_uint=0
7664 if test "$fits_in_uint" = 1; then
/external/bison/
Dconfigure28646 fits_in_uint=
28649 if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
28650 if test $fits_in_uint = 1; then
28666 fits_in_uint=0
28670 if test $fits_in_uint = 1; then