Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/gx/
A Dgx_utils.c78 int nib1, nib2; in gx_convert_ascii_to_int() local
80 nib1 = gx_fromhex(*from++); in gx_convert_ascii_to_int()
82 *to++ = (((nib1 & 0x0f) << 4) & 0xf0) | (nib2 & 0x0f); in gx_convert_ascii_to_int()

Completed in 5 milliseconds