Home
last modified time | relevance | path

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

/external/srec/portable/src/
DLCHAR.c255 LCHAR *firstdig; /* pointer to first digit */ in pxtoa() local
268 firstdig = p; /* save pointer to first digit */ in pxtoa()
291 *p = *firstdig; in pxtoa()
292 *firstdig = temp; /* swap *p and *firstdig */ in pxtoa()
294 ++firstdig; /* advance to next two digits */ in pxtoa()
296 while (firstdig < p); /* repeat until halfway */ in pxtoa()