Searched refs:gx_tohex (Results 1 – 4 of 4) sorted by relevance
312 *rbuf++ = gx_tohex((EBP_IDX >> 4) & 0xf);313 *rbuf++ = gx_tohex(EBP_IDX & 0xf);317 *rbuf++ = gx_tohex((ESP_IDX >> 4) & 0xf);318 *rbuf++ = gx_tohex(ESP_IDX & 0xf);322 *rbuf++ = gx_tohex((EIP_IDX >> 4) & 0xf);323 *rbuf++ = gx_tohex(EIP_IDX & 0xf);334 *rbuf++ = gx_tohex(RBP_IDX & 0xf);339 *rbuf++ = gx_tohex(RSP_IDX & 0xf);344 *rbuf++ = gx_tohex(RIP_IDX & 0xf);380 *buf++ = gx_tohex(nib); in prepare_stop_reply()[all …]
50 gx_tohex(int nib) in gx_tohex() function67 *to++ = gx_tohex(nib); in gx_convert_int_to_ascii()69 *to++ = gx_tohex(nib); in gx_convert_int_to_ascii()
36 int gx_tohex(int);
293 *p++ = gx_tohex((csum >> 4) & 0xf); in gx_putpkt()294 *p++ = gx_tohex(csum & 0xf); in gx_putpkt()
Completed in 4 milliseconds