Searched refs:out_index (Results 1 – 1 of 1) sorted by relevance
380 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