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

/osnet-11/usr/src/grub/grub2/
H A Dconfigure27734 for gltype in ptrdiff_t size_t ; do
27735 { $as_echo "$as_me:$LINENO: checking for bit size of $gltype" >&5
27736 $as_echo_n "checking for bit size of $gltype... " >&6; }
27737 if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then
27763 static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= 0)];
27811 static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
27876 static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) < 0)];
27924 static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= $ac_mid)];
27999 static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
28057 static long int longval () { return sizeof ($gltype) * CHAR_BI
[all...]

Completed in 310 milliseconds