hex2digit          88 cygnal/libamf/buffer.cpp         ch = hex2digit(*ptr++) << 4;
hex2digit          89 cygnal/libamf/buffer.cpp         ch |= hex2digit(*ptr++);
hex2digit         437 cygnal/libamf/buffer.h     boost::uint8_t hex2digit (boost::uint8_t digit);