Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c358 tohex (int nib) in tohex() argument
360 if (nib < 10) in tohex()
361 return '0' + nib; in tohex()
363 return 'a' + nib - 10; in tohex()