Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.c380 int out_index = 0; in to_hex()
389 (*out)[out_index] = hex_str[0]; in to_hex()
390 out_index++; in to_hex()
391 (*out)[out_index] = hex_str[1]; in to_hex()
392 out_index++; in to_hex()
394 return out_index; in to_hex()
379 int out_index = 0; to_hex() local