Searched refs:cbufgood (Results 1 – 1 of 1) sorted by relevance
/external/vboot_reference/tests/ |
D | vb21_common_tests.c | 56 uint8_t cbufgood[sizeof(cbuf)]; in test_common_header_functions() local 79 memcpy(cbufgood, cbuf, sizeof(cbufgood)); in test_common_header_functions() 81 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 87 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 93 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 99 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 105 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 111 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 117 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() 123 memcpy(cbuf, cbufgood, sizeof(cbuf)); in test_common_header_functions() [all …]
|