Searched refs:cv_byte_index (Results 1 – 1 of 1) sorted by relevance
2378 for (unsigned int cv_byte_index = 0; in Print() local2379 cv_byte_index < cv_record_size; in Print()2380 ++cv_byte_index) { in Print()2381 printf("%02x", cv_record[cv_byte_index]); in Print()