TEST_BE 37 ompi/mca/io/romio321/romio/test/external32.c switch ((is_le ? TEST_LE : 0x0) | (is_be ? TEST_BE : 0x0) ) { TEST_BE 39 ompi/mca/io/romio321/romio/test/external32.c case TEST_BE: printf( "BIG ENDIAN\n" ); break; TEST_BE 40 ompi/mca/io/romio321/romio/test/external32.c case TEST_LE | TEST_BE: printf( "LITTLE or BIG ENDIAN\n" ); break;