is_be              76 lib/test_hexdump.c 	const bool is_be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
is_be              88 lib/test_hexdump.c 		result = is_be ? test_data_8_be : test_data_8_le;
is_be              90 lib/test_hexdump.c 		result = is_be ? test_data_4_be : test_data_4_le;
is_be              92 lib/test_hexdump.c 		result = is_be ? test_data_2_be : test_data_2_le;