Home
last modified time | relevance | path

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

/external/srec/portable/src/
DLCHAR.c252 static void pxtoa(unsigned long val, LCHAR *buf, unsigned radix, int is_neg) in pxtoa() function
312 pxtoa((unsigned long) value, buffer, radix, 1); in litostr()
314 pxtoa((unsigned long) value, buffer, radix, 0); in litostr()
339 pxtoa(value, buffer, radix, 0); in lultostr()