Searched refs:rb_cv_char_bit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure9260 if ${rb_cv_char_bit+:} false; then :
9264 if ac_fn_c_compute_int "$LINENO" "CHAR_BIT" "rb_cv_char_bit" "#include <limits.h>
9268 rb_cv_char_bit=8
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb_cv_char_bit" >&5
9274 $as_echo "$rb_cv_char_bit" >&6; }
9330 static int test_array [1 - 2 * !(HAVE_INT == (SIZEOF_INT == ($[s / rb_cv_char_bit])))];
9384 echo "#define SIZEOF_INT $[s / rb_cv_char_bit]"
9482 echo "#define SIZEOF_SHORT $[s / rb_cv_char_bit]"
9602 static int test_array [1 - 2 * !(HAVE_LONG == (SIZEOF_LONG == ($[s / rb_cv_char_bit])))];
9656 echo "#define SIZEOF_LONG $[s / rb_cv_char_bit]"
[all...]

Completed in 183 milliseconds