HomeSort by relevance Sort by last modified time
    Searched refs:USC (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hd_init.c 51 #define USC (unsigned char *)
52 htinit(hexdig, USC "0123456789", 0x10);
53 htinit(hexdig, USC "abcdef", 0x10 + 10);
54 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
hd_init.c 54 #define USC (CONST unsigned char *)
55 htinit(hexdig, USC "0123456789", 0x10);
56 htinit(hexdig, USC "abcdef", 0x10 + 10);
57 htinit(hexdig, USC "ABCDEF", 0x10 + 10);

Completed in 154 milliseconds