Searched refs:htinit (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | hd_init.c | 38 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 36 milliseconds