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

/haiku-buildtools/gcc/libcpp/
H A Dcharset.c706 bool be = CPP_OPTION (pfile, bytes_big_endian);
1135 bool bigend = CPP_OPTION (pfile, bytes_big_endian);
1559 bool bigend = CPP_OPTION (pfile, bytes_big_endian);
H A Dinit.c210 CPP_OPTION (pfile, bytes_big_endian) = 1; /* does not matter */
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h519 bool bytes_big_endian; member in struct:cpp_options
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c1012 cpp_opts->bytes_big_endian = BYTES_BIG_ENDIAN;
1014 /* This can't happen until after wchar_precision and bytes_big_endian

Completed in 105 milliseconds