Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-util.c239 int xed_itoa_hex(char* buf, in xed_itoa_hex() function
262 return xed_itoa_hex(buf,x,8,buflen); in xed_sprintf_uint8_hex()
265 return xed_itoa_hex(buf,x,16,buflen); in xed_sprintf_uint16_hex()
268 return xed_itoa_hex(buf,x,32,buflen); in xed_sprintf_uint32_hex()
271 return xed_itoa_hex(buf,x,64,buflen); in xed_sprintf_uint64_hex()
/dports/devel/upp/upp/bazaar/Xed/xed/include/public/xed/
H A Dxed-util.h159 XED_DLL_EXPORT int xed_itoa_hex(char* buf,