HomeSort by: relevance | last modified time | path
    Searched refs:ac_cv_sizeof_intmax_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc/dist/
configure 7616 if ${ac_cv_sizeof_intmax_t+:} false; then :
7619 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t" "$ac_includes_default"; then :
7628 ac_cv_sizeof_intmax_t=0
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
7634 $as_echo "$ac_cv_sizeof_intmax_t" >&6; }
7639 #define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t
7643 if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
7645 elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
7647 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
7650 as_fn_error $? "Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}" "$LINENO"
    [all...]
  /src/external/bsd/jemalloc.old/dist/
configure 6747 if ${ac_cv_sizeof_intmax_t+:} false; then :
6750 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t" "$ac_includes_default"; then :
6759 ac_cv_sizeof_intmax_t=0
6764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
6765 $as_echo "$ac_cv_sizeof_intmax_t" >&6; }
6770 #define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t
6774 if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
6776 elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
6778 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
6781 as_fn_error $? "Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}" "$LINENO"
    [all...]
  /src/external/gpl2/xcvs/dist/
configure 15341 if test "${ac_cv_sizeof_intmax_t+set}" = set; then :
15344 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t" "#include <stdio.h>
15363 ac_cv_sizeof_intmax_t=0
15368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
15369 $as_echo "$ac_cv_sizeof_intmax_t" >&6; }
15374 #define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t
15384 |grep "($ac_cv_sizeof_intmax_t)" >/dev/null ; then
15387 ccvs_cv_unique_int_type_intmax_t=yes\($ac_cv_sizeof_intmax_t\)

Completed in 38 milliseconds