Searched refs:htinit (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libc/gdtoa/
H A Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; function
40 htinit(unsigned char *h, unsigned char *s, int inc)
52 htinit(hexdig, USC "0123456789", 0x10);
53 htinit(hexdig, USC "abcdef", 0x10 + 10);
54 htinit(hexdig, USC "ABCDEF", 0x10 + 10);

Completed in 176 milliseconds