HomeSort by relevance Sort by last modified time
    Searched refs:USC (Results 1 - 3 of 3) 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);
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1524 #define USC (unsigned char *)
1525 htinit(hexdig, USC "0123456789", 0x10);
1526 htinit(hexdig, USC "abcdef", 0x10 + 10);
1527 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 156 milliseconds