Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c1112 static const char bin2hex[] = { '0', '1', '2', '3', in hex_equal() local
1124 != bin2hex[bin_buffer[cnt] >> 4] in hex_equal()
1126 != (bin2hex[bin_buffer[cnt] & 0xf]))) in hex_equal()