Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 1 of 1) sorted by relevance

/test/vts/drivers/hal/libcodecoverage/
Dgcov_basic_io.h72 #define GCOV_UNSIGNED2STRING(ARRAY, VALUE) \ argument
73 ((ARRAY)[0] = (char)((VALUE) >> 24), (ARRAY)[1] = (char)((VALUE) >> 16), \
74 (ARRAY)[2] = (char)((VALUE) >> 8), (ARRAY)[3] = (char)((VALUE) >> 0))