Searched refs:hex_table_uc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c4020 static const char hex_table_uc[16] = { '0', '1', '2', '3', local
4028 const char *hex_table = lowercase ? hex_table_lc : hex_table_uc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c3770 static const char hex_table_uc[16] = { '0', '1', '2', '3', local
3778 const char *hex_table = lowercase ? hex_table_lc : hex_table_uc;

Completed in 68 milliseconds