is_le              31 ompi/mca/io/romio321/romio/test/external32.c     int i, is_le = 1, is_be = 1;
is_le              33 ompi/mca/io/romio321/romio/test/external32.c         is_le = is_le && ( c[i] == c_le[i] );
is_le              37 ompi/mca/io/romio321/romio/test/external32.c     switch ((is_le ? TEST_LE : 0x0) | (is_be ? TEST_BE : 0x0) ) {