Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c462 static char fmt_tohex(char c);
465 static char fmt_tohex(char c) { in fmt_tohex() function
476 dest[written] = fmt_tohex(s[i]>>4); in fmt_hexdump()
477 dest[written+1] = fmt_tohex(s[i]&15); in fmt_hexdump()