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

/external/dtc/tests/
H A Dchar_literal.c34 uint32_t expected_cells[5]; local
36 expected_cells[0] = cpu_to_fdt32((unsigned char)TEST_CHAR1);
37 expected_cells[1] = cpu_to_fdt32((unsigned char)TEST_CHAR2);
38 expected_cells[2] = cpu_to_fdt32((unsigned char)TEST_CHAR3);
39 expected_cells[3] = cpu_to_fdt32((unsigned char)TEST_CHAR4);
40 expected_cells[4] = cpu_to_fdt32((unsigned char)TEST_CHAR5);
46 sizeof(expected_cells), expected_cells);

Completed in 155 milliseconds