Searched refs:htinit (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() function 40 htinit(unsigned char *h, unsigned char *s, int inc) 52 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A() 53 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A() 54 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
|